Results 1 to 6 of 6

php fatal error on vbseo.php line 906

This is a discussion on php fatal error on vbseo.php line 906 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm not sure what this error means, but I'd like fix the problem so it stops happening. What the httpd.error.log ...

  1. #1
    Senior Member jw00dy's Avatar
    Real Name
    Jonathan
    Join Date
    Dec 2006
    Location
    Tooele, UT
    Posts
    184
    Liked
    0 times

    php fatal error on vbseo.php line 906

    I'm not sure what this error means, but I'd like fix the problem so it stops happening.

    What the httpd.error.log has to say:
    [Sat May 5 22:34:20 2007] [error] PHP Warning: main(/.../public_html/forums/modules.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /.../public_html/forums/vbseo.php on line 906
    [Sat May 5 22:34:20 2007] [error] PHP Fatal error: main() [<a href='function.require'>function.require</a>]: Failed opening required '/.../public_html/forums/modules.php' (include_path='.:/php/includes:/usr/local/lib/php') in /.../public_html/forums/vbseo.php on line 906
    Any idea what it's looking for or just a solution to the problem?
    allthingsmoto.com & bodynspirit.net vBSEO Optimized

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    do you have any CRRs defined with "modules.php" substring.

  3. #3
    Senior Member jw00dy's Avatar
    Real Name
    Jonathan
    Join Date
    Dec 2006
    Location
    Tooele, UT
    Posts
    184
    Liked
    0 times
    I do, but they are for my portal (vbPortal), which is in the root of public_html and is not in the forums folder?

    Here are the CRR's
    Code:
    // vbPortal
    'modules\.php\?name=(.+)&file=(\w+)&cid=(\d+)$' => 'module-$1-$2-c$3.html'
    'modules\.php\?name=(.+)&file=(\w+)&id=(\d+)$' => 'module-$1-$2-$3.html'
    'modules\.php\?name=(.+)&file=(\w+)$' => 'module-$1-$2.html'
    'modules\.php\?s=&file=(\w+)&name=(.+)$' => 'module-$2-$1.html'
    'modules\.php\?name=(\w+)$' => 'module-$1.html'
    allthingsmoto.com & bodynspirit.net vBSEO Optimized

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Try to add leading "^" character to your CRRs, like:
    Code:
    '^modules\.php\?name=(.+)&file=(\w+)&cid=(\d+)$' => 'module-$1-$2-c$3.html'
    etc.

  5. #5
    Senior Member jw00dy's Avatar
    Real Name
    Jonathan
    Join Date
    Dec 2006
    Location
    Tooele, UT
    Posts
    184
    Liked
    0 times
    Sorry I didn't reply to this. For some reason I didn't get the notification.

    Added ^ and I'm still getting the errors. :(
    allthingsmoto.com & bodynspirit.net vBSEO Optimized

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    What is the URL that causes that error?

Similar Threads

  1. 25 gün geçti site geriye gitti
    By nodrac in forum Türkçe
    Replies: 1
    Last Post: 11-29-2006, 03:33 AM
  2. Some extreme issues need help on fixing.
    By pspcrazy in forum Troubleshooting
    Replies: 14
    Last Post: 03-14-2006, 03:40 AM
  3. whoa, tons of errors
    By mindhunter77 in forum Troubleshooting
    Replies: 5
    Last Post: 03-10-2006, 03:39 AM
  4. only able to view 1/3 of vbseo config area
    By mindhunter77 in forum Troubleshooting
    Replies: 5
    Last Post: 01-31-2006, 04:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •