PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 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
Cheertobi is offline   Reply With Quote
Old October 18th, 2005, 08:14 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 18th, 2005, 08:36 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Nov 2004
Posts: 60
Hi,

ok, thanks, will check this!

Tobi
Cheertobi is offline   Reply With Quote
Old 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
Cheertobi is offline   Reply With Quote
Old October 18th, 2005, 02:03 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
//
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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
Cheertobi is offline   Reply With Quote
Old October 18th, 2005, 05:59 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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.
Cheertobi is offline   Reply With Quote
Old 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
Cheertobi is offline   Reply With Quote
Old October 24th, 2005, 04:49 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 258
Send a message via ICQ to dontom
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
dontom is offline   Reply With Quote
Old October 24th, 2005, 06:01 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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");
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 24th, 2005, 06:06 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 258
Send a message via ICQ to dontom
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 ?
dontom is offline   Reply With Quote
Old October 24th, 2005, 06:18 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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 = "";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 24th, 2005, 06:37 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Oct 2002
Location: Germany
Posts: 258
Send a message via ICQ to dontom
ok, now it works (slow)
Thomas
dontom is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
showmembers.php "Recent Products: last day/ all products" links don't work(NOT A BUG) Arnie ReviewPost Bug Reports 1 September 2nd, 2005 09:15 AM
Center "Recent Photos" title on index.php bcjewel Photopost Pro How Do I...? 1 August 25th, 2005 09:25 AM
Recent Photos lead to "Page can not be displayed"(NOT A BUG) femsawyer Photopost Pro Bug Reports 5 August 19th, 2005 01:40 PM
How to make `Recent Photos' work like view all recent pics? mjm Photopost Pro How Do I...? 1 February 3rd, 2005 02:54 PM
How to put recent photos in VB3 Forum index ? hendri Photopost Pro Installation & Upgrades 2 January 31st, 2005 07:08 PM


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

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