 | |  | | | Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here. |
October 18th, 2005, 07:07 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 60
| Recent Photos on Index Links does not work(NOT A BUG)
Hi,
this is not the "cache bug", that is something different and I do not find any help searching the forums :-(
I use the recent photos PAL on my index site, that shows all new photos, but when I click on one of these photos, it does not open! When I browse to the category in which this photo is posted, I can open it without any problems!
Just have a look at http://galerie.cheerforum.de !
Regards,
Tobi
|
| |
October 18th, 2005, 08:14 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,742
|
Tobi
This is not a bug. Looks to me like all the new scripts have not been uploaded here http://galerie.cheerforum.de/showphoto.php/photo/7690/limit/recent
if you drop the bold part off the url it works otherwise it sits.
|
| |
October 18th, 2005, 08:36 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 60
|
Hi,
ok, thanks, will check this!
Tobi
|
| |
October 18th, 2005, 01:51 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 60
|
Hi,
ok, I uploaded all files, but i do still have this "problem", any ideas?!
Regards,
Tobi
|
| |
October 18th, 2005, 02:03 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,742
|
do this test
In showphoto.php find this and add the line above in bold and see if things work if ( isset($limit) ) $limit = "";
//
// Next and Previous images for display
//
|
| |
October 18th, 2005, 02:25 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 60
|
Hi,
no does not work!
BTW., sorry for mention this so late! Yesterday we had a servermove to an new system! Maybe there are some settings within the php.ini wrong, eg. register_globals oder magic quotes?!
Regards,
Tobi
|
| |
October 18th, 2005, 05:59 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,742
|
If you most definately set limit to empty it should work
The links above I posted showed that.
As far as php this could be a memory issue in that it can not scan your large photos table for the limit/all or limit/recent so uping the memory_limit may help
|
| |
October 19th, 2005, 07:23 AM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 60
|
Hi,
ok, I'll set memory_limit to 32M and will test it tonight!
Regards,
Tobi
Last edited by Cheertobi; October 19th, 2005 at 07:46 AM.
|
| |
October 19th, 2005, 10:02 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Nov 2004
Posts: 60
|
Hi,
got it work now! Thanks for that hint
Regards,
Tobi
|
| |
October 24th, 2005, 04:49 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Oct 2002 Location: Germany
Posts: 258
|
Hello,
got the same issue here, already tried
if ( isset($limit) ) $limit = "";
without a result - please see newest and most popular pictures here: http://fotos.mtb-news.de/fotos/
when i remove the trailing /limit... it works - how can I either solve the problem or get rid of the trailing limit stuff?
Thanks
Thomas
|
| |
October 24th, 2005, 06:01 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,742
|
My post sets $limit to empty
The issue seems to be a php memory issue
You can try setting at the top of showphoto.php this as well
ini_set("memory_limit", "32M");
|
| |
October 24th, 2005, 06:06 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Oct 2002 Location: Germany
Posts: 258
|
Tried 32 - no difference. with 64M index.php just gets reloaded: http://fotos.mtb-news.de/fotos/
How can I get rid of /limit/views and /limit/recent ?
|
| |
October 24th, 2005, 06:18 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,742
|
Relook at my post above but I will state it again and lets move it up even further
In showphoto.php add the line in bold
// Init some variables
if ( empty($size) ) $size="medium"; if ( !empty($limit) ) $limit = ""; |
| |
October 24th, 2005, 06:37 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Oct 2002 Location: Germany
Posts: 258
|
ok, now it works (slow)
Thomas
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:12 PM. | |