pancakes

MicrostockGroup Sponsors


Poll

Is PayPal Working for you?

PayPal IS Working
7 (63.6%)
PayPal is NOT Working
4 (36.4%)

Total Members Voted: 7

Voting closed: April 11, 2013, 16:00

Author Topic: Setting up PayPal  (Read 15736 times)

0 Members and 1 Guest are viewing this topic.

Leo Blanchette

« Reply #50 on: April 01, 2013, 18:49 »
0
Good! Thats how we troubleshoot man. Just keep drilling down till we find the common cause. Thanks.


Leo Blanchette

« Reply #51 on: April 01, 2013, 18:51 »
0
Code: [Select]
[01-Apr-2013 05:04:40] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 25236 bytes) in /home/xyz/public_html/wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/TrueColorImage.php on line 53
Looks like I've got one here on localhost! And I have all the memory I could reasonably want at my disposal here. Thats a good sign - it means its just a script problem that can be fixed. Looks like we'll have another update tonight.

« Reply #52 on: April 01, 2013, 18:53 »
0
Leo I think it is crucial that downloads expire after a certain number of days or hits..

(not that urgent though) could be done in a few weeks :)


Leo Blanchette

« Reply #53 on: April 01, 2013, 19:01 »
+1
(not that urgent though) could be done in a few weeks :)

This is open source. What that means...

In a few weeks we work out bugs (mostly done)

In a few more weeks we refine and add things...(what you want)

In six months its exceptional among packages...

In a year ... well ... let your imagination go wild. But we need more php developers. For some reason the word is not traveling. There is plenty of incentive for an average developer to get involved here, with ideas of profit in mind, even if they were completely me-first.

Even more than reporting bugs to me - if you guys really want an independent solution - go find that needle in a haystack - a php developer wants in on this. I can only solo this thing for so long...especially as more people use it.

edit - to rephrase - this will probably be the best opportunity in stock photography to be independent. A crucial step forward will be to get one or two more developers in there.
« Last Edit: April 01, 2013, 19:06 by Leo »

Leo Blanchette

« Reply #54 on: April 01, 2013, 19:10 »
0
If anyone is available right now, I'm going to upload a fixed version for testing on your resize issue in the download area. Just send me a message.

« Reply #55 on: April 01, 2013, 19:21 »
0
I have no clue about the "resize issue" in the download area, because I haven't played with it all that much yet..

steheap

  • Author of best selling "Get Started in Stock"

« Reply #56 on: April 01, 2013, 19:23 »
0
I'm here!

Steve

Leo Blanchette

« Reply #57 on: April 01, 2013, 19:29 »
0
Ok, will post it here in a few minutes. Doing a few test purchases on my site. So far seems good.

Leo Blanchette

« Reply #58 on: April 01, 2013, 19:39 »
0
K, think I solved it. Was probably creating an extra object in memory accidentally. Paypal might function now without your having to put in IPN! Unset your IPN in paypal and see if it still works. Thanks to cidepix and kenny there may be one less step in site setup

https://github.com/orangeman555/symbiostock/blob/master/symbiostock.zip?raw=true

« Reply #59 on: April 01, 2013, 19:47 »
0
Sorry, still the same on download

Leo Blanchette

« Reply #60 on: April 01, 2013, 19:48 »
0
Can you send me the image? I need to create the problem on my end to work on it properly. Mine is working so far.

Leo Blanchette

« Reply #61 on: April 01, 2013, 19:49 »
0
Whoever was asking about the "a" in the education category that is fixed now. off topic but worth a mention.

steheap

  • Author of best selling "Get Started in Stock"

« Reply #62 on: April 01, 2013, 19:50 »
0
Ditto for me. I went through the entire process of uploading a new image, buying it from Paypal, downloading the image - but I get the same 261 byte JPEG containing:



Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 3326 bytes) in /home1/backyay9/public_html/wp-content/themes/symbiostock/inc/classes/image-processor/wideimage/lib/TrueColorImage.php on line 53


Steve

steheap

  • Author of best selling "Get Started in Stock"

« Reply #63 on: April 01, 2013, 19:52 »
0
My image was 13M - tried to download the large (full) size.

Steve

Leo Blanchette

« Reply #64 on: April 01, 2013, 19:53 »
0
K I'm going to devote the rest of my night to that one problem. It should be solvable easily - like I said if it can be resized in the upload/processing scripts it can be handled here too. Its most likely bad coding somewhere.

Please send me the problem pics either through dropbox or leo[at]symbiostock.com.

Leo Blanchette

« Reply #65 on: April 01, 2013, 19:55 »
0
My image was 13M - tried to download the large (full) size.

Steve
13 megabytes! Did I say email? Can you dropbox it to me? We will solve it.

steheap

  • Author of best selling "Get Started in Stock"

« Reply #66 on: April 01, 2013, 19:57 »
0

« Reply #67 on: April 01, 2013, 19:57 »
0
I've PM'd you a Dropbox link to a 10MB file.

steheap

  • Author of best selling "Get Started in Stock"

« Reply #68 on: April 01, 2013, 20:01 »
0
Leo - let me know when you have it and I'll delete the file!

Steve

Leo Blanchette

« Reply #69 on: April 01, 2013, 20:01 »
0
I might have a solution already. Gonna have a new upload for you - same link as before - I'll let you know when its ready.

Leo Blanchette

« Reply #70 on: April 01, 2013, 20:06 »
0
Those pics are huge. Wow.

If this isn't solved, I'll be surprised.

Your images have the memory limit "upped" in the script that processes them after upload.

This resize-then-give-to-user script doesn't attempt to "up" the memory limit. Might be why its incosistent. Give me a few more minutes.

Leo Blanchette

« Reply #71 on: April 01, 2013, 20:07 »
0
You guys can delete your images now.

Leo Blanchette

« Reply #72 on: April 01, 2013, 20:11 »
0

steheap

  • Author of best selling "Get Started in Stock"

« Reply #73 on: April 01, 2013, 20:15 »
0
Do I need to upload and process the images again, or is it just a buy and download issue?

steve

Leo Blanchette

« Reply #74 on: April 01, 2013, 20:17 »
0
You just have to re-upload the theme and try to download the image you are having trouble with.


 

Related Topics

  Subject / Started by Replies Last post
Setting up Veer

Started by click_click « 1 2 3  All » Veer

57 Replies
19753 Views
Last post August 09, 2009, 08:15
by bittersweet
4 Replies
10649 Views
Last post December 06, 2010, 09:39
by Sean Locke Photography
19 Replies
15079 Views
Last post November 12, 2012, 19:12
by Poncke
4 Replies
2470 Views
Last post April 06, 2013, 18:15
by Chico
9 Replies
4482 Views
Last post June 25, 2013, 11:26
by jshooz

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors