vBulletin Search Engine Optimization
This is a discussion on 3.2.0 RC8 - Require Error when Clicking on Last Post within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi there, Similar to this error reported here , when users click on the "last post" arrow icon on forumhome ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
|
Hi there, Similar to this error reported here, when users click on the "last post" arrow icon on forumhome to a specific thread (all other threads are fine), they get this error message: Quote:
http://www.aelyria.com/forums/genera...ml#post1319809 Running vBulletin 3.7.2, and vBSEO 3.2.0 RC8. Clicking on the last post title itself (taking you to "new_post") is fine, but clicking on the arrow (taking you to a specific postid a-name) results in this error in the above thread. |
|
#2
| |||
| |||
|
I just figured out why it does this. If the thread's subject title ends with the word "index", it produces this error. I changed my thread's subject title from "Index" to "Indexing"... and the bug went away.
|
|
#3
| |||
| |||
|
Accoridng to feedback from other users on this topic, it seems that this bug occurs when the following applies:
|
|
#4
| ||||
| ||||
|
Hello, looks like you have a Custom Rewrite Rule defined in vBSEO CP with "index" in it, you should locate it and change or remove.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
| You are right, actually. The custom rewrite rule I have is for vBadvanced which takes my "index.php?page=suchandsuch" and turns it into "index-suchandsuch.html". Does this mean that I can't use this rewrite rule? If so, what rewrite rule can I use for my vBadvanced pages (or is this not possible)?
|
|
#6
| ||||
| ||||
|
What exactly is your current CRR?
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#7
| |||
| |||
| 'index\.php\?realm=(\w+)$' => 'index-$1.html'
|
|
#8
| ||||
| ||||
|
Try to add the leading "^": Code: '^index\.php\?realm=(\w+)$' => 'index-$1.html'
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#9
| |||
| |||
|
Thanks, Oleg, but that doesn't work. My index.php file is located on my root (i.e., /index.php) whereas my forums are located at /forums/ -- inserting the carot on the CRR makes the index rewrite not function at the root level. Any thoughts? |
|
#10
| ||||
| ||||
| Quote:
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#11
| |||
| |||
| There is no error, but the CRR does not rewrite /index.php?page=abc to /index-abc.html. Only the CRR without the carrot (^) succeeds in doing that.
|
|
#12
| ||||
| ||||
|
Please try to modify functions_vbseo.php file: FIND: PHP Code: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Require Error in vB 3.6 | leeko | Bug Reporting | 7 | 07-01-2008 11:05 AM |
| Clicking a post from the forum index doesn't go to the newest post | ChrisGuthrie.net | Troubleshooting | 2 | 06-29-2007 01:02 AM |
| Require CRR for Unanswered posts. | Future | Custom Rewrite Rules | 3 | 05-21-2007 09:48 AM |
| Require Admin Emails | majordude | Off-Topic & Chit Chat | 0 | 08-25-2006 02:50 AM |
| Require vBDrupal CRR | piepo | Custom Rewrite Rules | 1 | 02-17-2006 10:34 AM |