PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   /limit/recent URL issues (http://www.photopost.com/forum/photopost-pro-installation-upgrades/123882-limit-recent-url-issues.html)

jstarkweather March 19th, 2006 09:05 PM

/limit/recent URL issues
 
I just upgraded from v5.02 to 5.3 and everything seems to be fine except for recent images. They display a URL like this...

http://photos.kitmaker.net/showphoto...5/limit/recent

Which when clicked gives the user a blank page. I assume this is related to the limit/recent directive in the URL as when you remove that bit it comes up fine.

Any suggestions?

Thanks,
Jim

Apache/2.0.51 (Fedora)
PHP v4.3.11

Chuck S March 20th, 2006 09:18 AM

You can try adding this at the top of showphoto.php under the DEFINE message

Code:

Content visible to verified customers only.

jstarkweather March 20th, 2006 11:08 AM

Sorry I guess I should have been more clear, the blank screen is coming up for everyone; logged-in users as well as guests. Is it likely a problem in my authentication script for that page in /forums/postnuke.php?

What is the purpose of the /limit/recent addition to the URL??

Thanks,
Jim

Chuck S March 20th, 2006 11:11 AM

Please make the edit noted and see if the issue continues. It has nothing to do with authentication. The limit statement defines the query needed to pull the previous and next thumbnails and that particular case if making your PHP crap out so raising the PHP memory should help

jstarkweather March 21st, 2006 10:14 AM

Thanks Chuck. I added the message and it appears top of page now. As I don't have display ERRORS activated on this machine I looked up the time reference in the error logs for the site....

Quote:

[client 64.192.5.77] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12 bytes) in /home/XXXXX/photos/showphoto.php on line 255, referer: http://www.photopost.com/forum/photopost-pro-installation-upgrades/123882-limit-recent-url-issues.html
As you can see I already have php.ini set to allow 32MB max application size. Do I really need to give it more or is there something else going on?

Thanks again,
Jim

Chuck S March 21st, 2006 10:42 AM

try 48M

jstarkweather March 21st, 2006 09:36 PM

No change... :(

Chuck S March 22nd, 2006 08:46 AM

Try redownloading Photopost and upload the templates and php files except the configs and see if this helps if your using 5.3. Michael made some changes I think will help


All times are GMT -5. The time now is 03:12 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97