Results 1 to 9 of 9

Thread Title = Error ?

This is a discussion on Thread Title = Error ? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; So .... If I create a thread called "Crazed or Not Stats" I get Warning: main(/home/exitilus/public_html/forums/12109-new-feature-crazed-not-index.php) [function.main]: failed to open ...

  1. #1
    Member
    Real Name
    Derek
    Join Date
    Sep 2006
    Location
    Spokane, WA
    Posts
    76
    Liked
    0 times

    Thread Title = Error ?

    So .... If I create a thread called "Crazed or Not Stats"

    I get

    Warning: main(/home/exitilus/public_html/forums/12109-new-feature-crazed-not-index.php) [function.main]: failed to open stream: No such file or directory in /home/exitilus/public_html/forums/vbseo.php on line 889

    Warning: main(/home/exitilus/public_html/forums/12109-new-feature-crazed-not-index.php) [function.main]: failed to open stream: No such file or directory in /home/exitilus/public_html/forums/vbseo.php on line 889

    Fatal error: main() [function.require]: Failed opening required '/home/exitilus/public_html/forums/12109-new-feature-crazed-not-index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/exitilus/public_html/forums/vbseo.php on line 889
    Owner / Webmaster
    House of Crazed
    http://www.houseofcrazed.com

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    What CRR's do you have defined? It's probably a conflict with one of those.

  3. #3
    Member
    Real Name
    Derek
    Join Date
    Sep 2006
    Location
    Spokane, WA
    Posts
    76
    Liked
    0 times
    Here is what I have. Would figure it wouldn't be a conflict cause of the spaces O.o

    '^misc\.php\?do=page&template=About' => 'about.html'
    '^misc\.php\?do=topposters' => 'topposters.html'
    '^arcade\.php\?categoryid=-1&catname=all$' => 'arcade/all-games.html'
    '^arcade\.php\?do=play&gameid=(\d+)&title=(.+)$' => 'arcade/play-$1-$2.html'
    '^arcade\.php\?categoryid=(\d+)&catname=(.+)$' => 'arcade/$1-$2.html'
    '^vbphotovote\.php' => 'crazedornot.html'
    'index\.php\?page=recent' => 'recent.html'
    'index\.php\?page=stats' => 'stats.html'
    'index\.php\?page=crazed' => 'crazed.html'
    Owner / Webmaster
    House of Crazed
    http://www.houseofcrazed.com

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Try removing this one and post your thread again:
    'index\.php\?page=stats' => 'stats.html'

  5. #5
    Member
    Real Name
    Derek
    Join Date
    Sep 2006
    Location
    Spokane, WA
    Posts
    76
    Liked
    0 times
    That was it. What is the best way to rewrite my vba Pages so it doesn't conflict anymore :(
    Owner / Webmaster
    House of Crazed
    http://www.houseofcrazed.com

  6. #6
    Member
    Real Name
    Derek
    Join Date
    Sep 2006
    Location
    Spokane, WA
    Posts
    76
    Liked
    0 times
    I tried the following to fix this ..

    'index\.php\?page=(.+)' => '$1.html'

    but unfortunately it causes my forums where you click a thread and it just refreshes the page
    Owner / Webmaster
    House of Crazed
    http://www.houseofcrazed.com

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You can try to put a leading "^":
    '^index\.php\?page=stats' => 'stats.html'

  8. #8
    Member
    Real Name
    Derek
    Join Date
    Sep 2006
    Location
    Spokane, WA
    Posts
    76
    Liked
    0 times
    even if the file is not in my forums directory ?
    Owner / Webmaster
    House of Crazed
    http://www.houseofcrazed.com

  9. #9
    Member
    Real Name
    Derek
    Join Date
    Sep 2006
    Location
    Spokane, WA
    Posts
    76
    Liked
    0 times
    Well it appears to have worked Thanks
    Owner / Webmaster
    House of Crazed
    http://www.houseofcrazed.com

Posting Permissions

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