MicrostockGroup Sponsors


Poll

It Works // It Doesn't work. Please fill out the checklist. (Tell me bugs to add)

WORKING: Saving- Prices/Settings/Network/Author values.
11 (20%)
BROKEN: Saving- Prices/Settings/Network/Author values.
0 (0%)
WORKING: Image Uploading
10 (18.2%)
BROKEN: Image Uploading
2 (3.6%)
WORKING: Image Processing
10 (18.2%)
BROKEN: Image Processing
1 (1.8%)
WORKING: Non-root-level-install
7 (12.7%)
BROKEN: Non-root-level-install
0 (0%)
WORKING: Child Theme template
8 (14.5%)
BROKEN: Child Theme template
1 (1.8%)
WORKING: Network Search/Pagination
4 (7.3%)
BROKEN: Network Search/Pagination
1 (1.8%)

Total Members Voted: 11

Author Topic: Symbiostock Test Build - the Bug Stomping Thread!  (Read 52380 times)

0 Members and 1 Guest are viewing this topic.

Leo Blanchette

« Reply #200 on: March 31, 2013, 21:05 »
0
Hey guys,

I'll be working on that last bug for tonight. Actually I don't think its a bug. I had a feeling a simple change like currency might effect something else...I get the impression it might be the the script I made is not allowing the purchase to go through -

What happens if payment does not equal cart value, the script aborts. Now that we have currency differences, it might be posting a converted value, and the script thinks your getting shorted, so its dieing as programmed.

Or maybe thats not it. I'll have it fixed tonight.

BTW - if you happen have any sort of paypal problem, you can still serve your customers the right stuff. Its not the end of the world.


farbled

« Reply #201 on: March 31, 2013, 21:08 »
0
I still can't get the download link to show in my site after purchase. :( Any thoughts on that?

« Reply #202 on: March 31, 2013, 21:12 »
0
Steve many thanks for your help.  I updated the theme (without fear). 

But cannot fix the watermark issue.  I removed my watermark in case I made a mistake with the size and used Leos template so it should be to spec no prob. 

I went to my godaddy ftp folder, found the php.ini file - hit "edit" 
Then added the lines
allow_url_fopen = ON
allow_url_include = ON
allow_furl_open = true

Still getting the error message.

I DO NOT get the error message when I go back to the S default watermark and upload/process photos. 

Maybe need to look with fresh eyes tomorrow.

steheap

  • Author of best selling "Get Started in Stock"

« Reply #203 on: March 31, 2013, 21:16 »
0
I just worked through the same issue. Check that the transparent png is the right size. Copy the url you put in the setting page and put it in a new browser window - do you see the transparent image? Probably just a typo and you are not pointing to the right file

Steve

« Reply #204 on: March 31, 2013, 23:30 »
0
Yeah, it's transparent and 520x520 72 dpi.  Oh well, at least Leo's works.  I had planned to remove the sample photos and start uploading the lot tonight - but better wait until I can figure this out.

THP Creative

  • THP Creative

« Reply #205 on: March 31, 2013, 23:34 »
0
Preview   Option                                  Price - US Dollars ($)   
   
             121

                 jpg, Large
                 3100 2022px
                  10.33" 6.74" @ 300 dpi   $20.00   

Problem with what is displayed in the customers cart - under "Option" it lists the image's assigned number (in this case "121"), which is meaningless for the client. Can we get it to show the images Title instead?

« Reply #206 on: April 01, 2013, 00:39 »
0
Pixart - should be 522 x 522 just to double check wasn't sure if that was a typo but if you have 520 square you are a few pixels off.  Not sure if that is the difference?

Leo Blanchette

« Reply #207 on: April 01, 2013, 01:26 »
0
Here is how paypal should work for you. Its not extremely comprehensive - just proof that it works. Please do what you do best - keep helping each other along. I'm quite impressed with how fast a community developed.

http://www.symbiostock.com/free-files/paypal.swf

Leo Blanchette

« Reply #208 on: April 01, 2013, 01:32 »
0
Our functioning test base is complete. See you in two weeks. Enjoy the adventure, help each other, and have fun.

4/1/13 - updated testing theme - please download 1.1.4
( https://github.com/orangeman555/symbiostock/blob/master/symbiostock.zip?raw=true )

See this important intro: https://github.com/orangeman555/symbiostock/blob/master/README.md

Here is a child-theme for you. This allows you to change the appearance and functionality of your site independent of Symbiostock theme. - make it yours!

( https://github.com/orangeman555/symbiostock/blob/master/symbiostock-child.zip?raw=true )

« Reply #209 on: April 01, 2013, 03:18 »
0
With Leo gone is there anyone else who can help me with getting paypal sorted -  I have tried it out in V8 as well.  I get paypal acknowledgements for payment and receipt, I get returned to the licensing page after payment but do not get any site notification of sale/payment nor any option to download after paying.

I am working in pounds sterling otherwise I would have two lots of currency conversion fees .

« Reply #210 on: April 01, 2013, 03:24 »
0
With Leo gone is there anyone else who can help me with getting paypal sorted -  I have tried it out in V8 as well.  I get paypal acknowledgements for payment and receipt, I get returned to the licensing page after payment but do not get any site notification of sale/payment nor any option to download after paying.

I am working in pounds sterling otherwise I would have two lots of currency conversion fees .

Are you absolutely certain you have the right path to your IPN processing file in the profile for the sandbox supplier account? That's where I failed in my first attempts, having only put the path in my real account profile.

« Reply #211 on: April 01, 2013, 06:09 »
0
And in sandbox mode, email of test seller paypal account should be entered in Symbiostock settings, not real one.

« Reply #212 on: April 01, 2013, 08:16 »
0
I looked at sandbox and got in a right mess so left it well alone - I have been doing it for real just changed an item to 10p so I don't lose too much


EDIT:   Ruchos seems to have found the answer - he posted this in the paypal thread but I will add it here in case anyone else comes here to find the answer to same problem of sales not going through .

"In ipn/paypal_ipn.php line 34, it reads:

//sandbox url...uncomment for testing
$ch = curl_init('https://www.sandbox.paypal.com/cgi-bin/webscr');
//$ch = curl_init('https://www.paypal.com/cgi-bin/webscr');


it should be (for real sales, not when sandbox testing):

//sandbox url...uncomment for testing
//$ch = curl_init('https://www.sandbox.paypal.com/cgi-bin/webscr');
$ch = curl_init('https://www.paypal.com/cgi-bin/webscr');
"
« Last Edit: April 01, 2013, 08:36 by Tinny »

« Reply #213 on: April 01, 2013, 10:00 »
0
when processing images I get this error:

Warning: file_get_contents(/var/chroot/(full path removed)/wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock-watermark.png) [function.file-get-contents]: failed to open stream: No such file or directory in (full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php on line 194

Warning: unpack() [function.unpack]: Type c: not enough input, need 1, have 0 in (full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/vendor/de77/TGA.php on line 90

Fatal error: Uncaught exception 'WideImage_InvalidImageSourceException' with message 'File '/var/chroot/(full path removed)/wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock-watermark.png' appears to be an invalid image source.' in (full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php:225 Stack trace: #0 [internal function]: WideImage::loadFromFile('/var/chroot/hom...') #1 (full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php(183): call_user_func(Array, '/var/chroot/hom...') #2 (full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock_image_processor.php(105): WideImage::load('/var/chroot/hom...') #3 (full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock_image_processor.php(1004): symbiostock_image_processor->symbiostock_process_image('3dC in(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php on line 225


at first I thought it was because of php.ini file, but my php.ini limits are very high and the same files are uploaded on another site of mine which uses CMSaccount (another photostore script) without any issues on the same host..


« Reply #214 on: April 01, 2013, 10:51 »
0
I'm familiar ith a similar or maybe same message Cidepix with custom watermark.  When I go back to Leo's watermark I can proces okay! 

« Reply #215 on: April 01, 2013, 10:56 »
0
I have a custom watermark - I think 522 x 522, does it need to be an exact size?

« Reply #216 on: April 01, 2013, 11:01 »
0
I'm familiar ith a similar or maybe same message Cidepix with custom watermark.  When I go back to Leo's watermark I can proces okay!

I tried that.. didn't work.. but will try again..

« Reply #217 on: April 01, 2013, 11:06 »
0
I have a custom watermark - I think 522 x 522, does it need to be an exact size?

When i am looking into code, anything should be ok :)
And above issue with watermark: its name is case sensitive, maybe you (Pixart and Cidepix) have 'PNG' instead of 'png' or something?

« Reply #218 on: April 01, 2013, 11:15 »
0
tried the original watermark and now this is the error message:
(I don't think this issue has anything to do with watermark)

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php on line 194

Warning: file_get_contents(site name/wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock-watermark.png) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php on line 194

Warning: unpack() [function.unpack]: Type c: not enough input, need 1, have 0 in /home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/vendor/de77/TGA.php on line 90

Fatal error: Uncaught exception 'WideImage_InvalidImageSourceException' with message 'File 'site name/wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock-watermark.png' appears to be an invalid image source.' in /home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php:225 Stack trace: #0 [internal function]: WideImage::loadFromFile('site...') #1 /home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php(183): call_user_func(Array, 'site...') #2 /home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock_image_processor.php(105): WideImage::load('site...') #3 /home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock_image_processor.php(1004): symbiostock_image_processor->symbiostock_process_image('3_Banners', 11) # in/home/(full path removed)wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/WideImage.php on line 225

« Last Edit: April 01, 2013, 11:19 by cidepix »

« Reply #219 on: April 01, 2013, 11:41 »
0
Hi Cidepix  I have just tested image processing in V9 (identifying by the number that shows up when you download) and it works as expected, no errors such as yours.

Could it be a host limiting something as when I had upload size errors they looked fine when uploading, I just got the errors when processing

(if you know it is not this then totally ignore me as I don't really have a clue, just trying things out to try and eliminate them for you).  How big is the image you got the error on, is it the same with every size?

« Reply #220 on: April 01, 2013, 12:00 »
0
Hi Cidepix  I have just tested image processing in V9 (identifying by the number that shows up when you download) and it works as expected, no errors such as yours.

Could it be a host limiting something as when I had upload size errors they looked fine when uploading, I just got the errors when processing

(if you know it is not this then totally ignore me as I don't really have a clue, just trying things out to try and eliminate them for you).  How big is the image you got the error on, is it the same with every size?

I am sure you are close.. that's what I initially thought as well.. but I have another site hosted on the same account and images are uploaded/processed without issues.. the images I tried are quite small here.. (1-2 MB) since this testing site is located on a subfolder, it may be that the php.ini file is not seen by symbiostock.. I have no clue as well..

steheap

  • Author of best selling "Get Started in Stock"

« Reply #221 on: April 01, 2013, 12:10 »
0
cidepix

Not sure where you are hosted, but I had a lot of issues with larger file sizes at 1and1 - I had to put the php.ini in all the folders just to make it work, but even then I struggled with anything above 1M.

I've moved to Bluehost and have the latest 1.4 release and everything is working fine. I had to add a php file to increase the max upload size to 32M, and that worked fine as well.

Steve

« Reply #222 on: April 01, 2013, 12:16 »
0
thanks for the replies guys..

the issue is indeed what I thought it was..

allow_url_fopen = on

but for some reason my edited php.ini file was not going into effect.. I finally got it working..

I am not sure if having many php.ini files in different folders will do any harm?

« Reply #223 on: April 01, 2013, 12:35 »
0
I am hosted on godaddy and btw I noticed that I can only have 1 universal php.ini file..(apparently) I had placed one into symbiostock folder but it disappeared when I looked back.. It is no longer there..

but the php.ini file that is in the main folder is in effect now..

Leo Blanchette

« Reply #224 on: April 01, 2013, 20:38 »
0
Thanks for all the help guys. With all the work I'm doing, your working just as hard with all these reinstalls and building your site, working around quirks.

Can we do a quick cataloging of issues so I can see about solving more of them tonight? There should not be many left. At the very least I'd like to grace microstockgroup with more fun symbiostock threads and not bug / problem ones soon.


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
3030 Views
Last post June 15, 2009, 01:04
by Mormegil
63 Replies
12478 Views
Last post April 02, 2013, 12:12
by Chico
398 Replies
49073 Views
Last post June 14, 2013, 12:54
by Leo Blanchette
344 Replies
35112 Views
Last post May 31, 2013, 17:21
by Leo Blanchette
449 Replies
53848 Views
Last post July 06, 2013, 19:29
by Leo Blanchette

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors