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 Classifieds Support > Classifieds Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 7 votes, 5.00 average. Display Modes
Old August 25th, 2010, 08:05 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 34
Multi-page search fails.

Hi Chuck,

Found what appears to be another bug related to page navigation.

e.g. example search

Cannot click on the second page at the bottom of the search results. That navigation bits do not carry the keywords through to the second page.

Has this perhaps been fixed?

Shri
shri is offline   Reply With Quote
Old August 25th, 2010, 08:38 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Try in pp-inc.php line 1831 is this

Code:
Content visible to verified customers only.
change to this

Code:
Content visible to verified customers only.
__________________
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 August 25th, 2010, 08:48 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 34
Here's what I have in function pagesystem.

Code:
Content visible to verified customers only.
No luck with this.
shri is offline   Reply With Quote
Old August 25th, 2010, 09:26 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
well I will look and see what I can find.
__________________
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 August 25th, 2010, 11:26 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Try editing showcat.php and add the code in bold near the top of the file as shown

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; August 28th, 2010 at 07:57 AM.
Chuck S is offline   Reply With Quote
Old August 28th, 2010, 04:23 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: May 2010
Location: Singapore
Posts: 30
Hi Chuck, I am having the same problem. Tried the showcat.php changes but the page became blank.
softsingapore is offline   Reply With Quote
Old August 28th, 2010, 07:58 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
maybe try reapplying it
__________________
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 August 29th, 2010, 11:24 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: May 2010
Location: Singapore
Posts: 30
Hi Chuck, you mean inserting the codes you printed above? It still end up having a blank page after inserting those codes.

If you can check the search result on my site and let me know if there's anything I can do to make it work.

Main Index - Classifieds
softsingapore is offline   Reply With Quote
Old August 29th, 2010, 12:24 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
If you have inserted the code I posted above properly there is no blank page

Try with a clean file and just copy and paste the code in bold above where noted in the file save and reupload.
__________________
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 August 30th, 2010, 02:24 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 34
Chuck - Sorry for the delayed response. Your fix works perfectly.

Regards,
Shri
shri is offline   Reply With Quote
Old August 30th, 2010, 07:57 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
No problem enjoy your day
__________________
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 August 31st, 2010, 09:55 AM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2010
Posts: 17
Hi,

I have a similar problem.
for the link http://www.mywebsite.com/showcat.php?date=1283150918 and if I have several pages of results.

the link to page 2 is http://www.mywebsite.com/showcat.php?cat=all&page=2

than http://www.mywebsite.com/showcat.php?date=1283150918&page=2

thanks for the help.
fh83 is offline   Reply With Quote
Old August 31st, 2010, 01:37 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
have you applied the change above.
__________________
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 August 31st, 2010, 02:36 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2010
Posts: 17
yes
my pp-inc.php:
Quote:
if ( $action || $cat == "all" || $mcats )
{
$Globals['spider'] = "no";
}
and
showcat.php:
Quote:
if ( isset($myzipcode) )
{
@setcookie( "zipcode", $myzipcode, "0", $Globals['cookie_path'], $Globals['domain_path'] );
}
elseif ( !empty($dist) )
{
@setcookie( "zipcode", $dist, "0", $Globals['cookie_path'], $Globals['domain_path'] );
}
if ( $_REQUEST['mcats'] && !empty($sl) )
{
@setcookie( "mcats", $mcats, "0", $Globals['cookie_path'], $Globals['domain_path'] );
}
else
{
typecast($_COOKIE, array('mcats' => STRING));
}
same problem
thanks
fh83 is offline   Reply With Quote
Old August 31st, 2010, 09:25 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
your problem is something else though

Your issue is with a date search?
__________________
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 September 1st, 2010, 11:23 AM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2010
Posts: 17
yes it is a date search and problem with change the sort not registered for the following pages.
and the change of calendar month

maybe the problem is the same origin

Last edited by fh83; September 1st, 2010 at 11:38 AM.
fh83 is offline   Reply With Quote
Old September 1st, 2010, 02:07 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
I will look at it
__________________
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 September 3rd, 2010, 03:26 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
well try redownloading the build and upload showcat.php and tell if that helps. I made sure the date is cookied
__________________
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 September 6th, 2010, 08:48 AM   #19 (permalink)
Junior Member
Verified Customer
 
Join Date: Aug 2010
Posts: 17
hi,

after re-downloading and upgrade:
http://www.france-helico.com/pa/show...ate=1283638884

always the same problem:
link for page 2 = http://www.france-helico.com/pa/show...cat=all&page=2

with ?cat=all&page=2

and not ?date=1283638884&page=2

thanks
fh83 is offline   Reply With Quote
Old September 6th, 2010, 09:05 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Feb 2003
Posts: 34
I've copied over the showcat.php from the 4.0.3 build that I downloaded a few minutes ago.

Hong Kong All Ads - Hong Kong Classifieds (search for the word helper)

does not work if I scroll down and go to the second page.
shri 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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
multi page uploads Bridgette vBGallery How Do I...? 0 February 14th, 2007 04:59 PM
Non-PP page search field to only search titles? Johnny Doomo Photopost Pro How Do I...? 2 December 12th, 2006 01:55 PM
4.86 Upgrade Fails, stops on blank page Coastie Photopost Pro Installation & Upgrades 5 February 19th, 2006 07:24 AM
Problems with search page (search.php) JerryM Classifieds Bug Reports 8 August 27th, 2004 10:39 AM
Recent Photo Search fails after upgrade Illuvatar123 Photopost Pro Installation & Upgrades 10 July 14th, 2004 09:52 PM


All times are GMT -5. The time now is 05:06 AM.

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