vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

3.2.0 RC8 - Require Error when Clicking on Last Post

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 ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Bug Reporting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-26-2008, 11:00 PM
Member
Big Board Administrator
 
Real Name: Juan
Join Date: Aug 2007
Posts: 59
Exclamation 3.2.0 RC8 - Require Error when Clicking on Last Post

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:
Warning: require(/home/aelyria/public_html/forums/82546-heads-up-search-index.php) [function.require]: failed to open stream: No such file or directory in /home/aelyria/public_html/forums/vbseo.php on line 1464

Fatal error: require() [function.require]: Failed opening required '/home/aelyria/public_html/forums/82546-heads-up-search-index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/aelyria/public_html/forums/vbseo.php on line 1464
The URL in question is:
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-26-2008, 11:14 PM
Member
Big Board Administrator
 
Real Name: Juan
Join Date: Aug 2007
Posts: 59
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-27-2008, 10:36 AM
Member
Big Board Administrator
 
Real Name: Juan
Join Date: Aug 2007
Posts: 59
Accoridng to feedback from other users on this topic, it seems that this bug occurs when the following applies:
  • Using the .html extension for SEO paths
  • Subject name ends with the word "index"
Any patch/fix for this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-27-2008, 04:18 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-27-2008, 06:16 PM
Member
Big Board Administrator
 
Real Name: Juan
Join Date: Aug 2007
Posts: 59
Quote:
Originally Posted by Oleg Ignatiuk View Post
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.
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)?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 06-27-2008, 06:25 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 06-27-2008, 07:21 PM
Member
Big Board Administrator
 
Real Name: Juan
Join Date: Aug 2007
Posts: 59
Quote:
Originally Posted by Oleg Ignatiuk View Post
What exactly is your current CRR?
'index\.php\?realm=(\w+)$' => 'index-$1.html'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 06-27-2008, 07:23 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 06-28-2008, 07:05 PM
Member
Big Board Administrator
 
Real Name: Juan
Join Date: Aug 2007
Posts: 59
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-01-2008, 02:58 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
Quote:
inserting the carot on the CRR makes the index rewrite not function at the root level.
What exactly is the error you get in this case?
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 07-01-2008, 03:02 PM
Member
Big Board Administrator
 
Real Name: Juan
Join Date: Aug 2007
Posts: 59
Quote:
Originally Posted by Oleg Ignatiuk View Post
What exactly is the error you get in this case?
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 07-01-2008, 09:16 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,432
Blog Entries: 1
Please try to modify functions_vbseo.php file:
FIND:
PHP Code:
($is_vbdir $base_script $url_script
REPLACE WITH:
PHP Code:
$base_script 
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

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
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


All times are GMT -4. The time now is 11:16 AM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.