Support Forums

Old 12-06-2006, 11:17 AM   #1
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default page 2 of 2 not working

Hello,

I�m getting a bunch of ads placed in one of my categories today and I�ve realized that the link to page 2 of �Showing page 1 of 2� doesn�t work in the categories section. It does however work in the search results. This is what I get in the categories section:

Showing page 1 of 2 = http://mysite.com/categories/9.html
Showing page 2 of 2 = http://mysite.com/categories/9.html&page=2 (this is the address it tries to get but I get a Not Found message)

What should the address be for page 2 and 3 etc. on and where do I fix this? Please help.
GSP is offline   Reply With Quote
Old 12-06-2006, 12:04 PM   #2
Moderator
 
 
Join Date: Mar 2006
Posts: 4,095
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

I beleive its related to the SEO mod. Have you tried disabling the SEO mod temporarily and see if the pagination works?
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 12-06-2006, 12:05 PM   #3
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,760
Rep Power: 110
Eric Barnes is a jewel in the rough
Default

Can you try this.

First open the mod_user.php file and locate this line:
Code:
"'(?<!/)category.php\?type=([0-9]*)'",
Under it add:
Code:
"'(?<!/)category.php\?type=([0-9]*)\&page=([0-9]*)'",
Next go down to the after array and find:
Code:
"categories/\\1.html",
After add:
Code:
"categories/\\1/page/\\2/.html",
And finally add this to the .htaccess
Code:
RewriteRule ^categories/([0-9]+)/page/([0-9]+)\.html$ category.php?type=$1&page=$2 [NC]
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 12-06-2006, 12:24 PM   #4
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default

Sorry,

Where is .htaccess located?
GSP is offline   Reply With Quote
Old 12-06-2006, 12:32 PM   #5
Moderator
 
 
Join Date: Mar 2006
Posts: 4,095
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

It should be in the directory where you have your classifieds installed.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 12-06-2006, 12:41 PM   #6
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default

Nope. I've looked through all folders too but it's not there.
GSP is offline   Reply With Quote
Old 12-06-2006, 12:43 PM   #7
Moderator
 
 
Join Date: Mar 2006
Posts: 4,095
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

Dunno what to tell ya, its part of the SEO module and needs to be used for the mod to work.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 12-06-2006, 12:55 PM   #8
civ
Senior Member
 
civ's Avatar
 
Join Date: Mar 2006
Location: Greer, SC
Posts: 668
Rep Power: 26
civ will become famous soon enough
Default

Files starting with a period are hidden by some FTP clients connecting to *nix filesystems. Try checking your ftp client's settings to make sure hidden files are being shown.
__________________
Civ's Modules (____NOW v4 COMPATIBLE____):

� Stop Incomplete Listings! (proven revenue booster!)
� Scam Filter (Just say no to Nigerians!) updated
� Similar Listings (keep visitors longer)
� Feedback Mod (testimonial builder)
� Listing Status Reminder free!
civ is offline   Reply With Quote
Old 12-06-2006, 12:59 PM   #9
Moderator
 
 
Join Date: Mar 2006
Posts: 4,095
Rep Power: 99
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by civ View Post
Files starting with a period are hidden by some FTP clients connecting to *nix filesystems. Try checking your ftp client's settings to make sure hidden files are being shown.
Ya, leave it to windows.

You know what they say.........

Computer are just like air conditioners, they both work great until you open window$.
__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module | Event Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Lhotch is offline   Reply With Quote
Old 12-06-2006, 01:27 PM   #10
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default

That was it, I can now see .htaccess.

I've made all changes outlined by Eric but there has been no change to my page 2 link. I still get the following page when I click on it:

http://mysite.com/categories/9.html&page=2
Not Found

Is there anything else that can be done?
GSP is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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
can I run scripts in an content page? dawyatt v3.1 Questions & Support 11 06-22-2007 02:50 PM
Custom Home Page with Search stuarthutchinson v3.1 Questions & Support 3 03-14-2007 05:49 PM
Problem getting page title flyingpylon v3.1 Questions & Support 5 10-19-2006 01:15 PM
Page Contents in Admin Panel Not Working Properly Scooter v3.1 Questions & Support 2 10-10-2006 08:09 PM
version 3.0.14 paging on new listings not working? farnott v3.0 Questions & Support 2 06-21-2006 11:45 AM


All times are GMT -4. The time now is 12:42 AM.


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