Results 1 to 6 of 6

Strange error on a few threads.

This is a discussion on Strange error on a few threads. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I get the following error when viewing a few theads, but the vast majority work fine. Warning : main(/home/dninja/public_html/dragonninja-index.php) [ ...

  1. #1
    Senior Member
    Real Name
    Matthew
    Join Date
    Nov 2006
    Posts
    127
    Liked
    0 times

    Strange error on a few threads.

    I get the following error when viewing a few theads, but the vast majority work fine.


    Warning: main(/home/dninja/public_html/dragonninja-index.php) [function.main]: failed to open stream: No such file or directory in /home/dninja/public_html/vbseo.php on line 1129

    Warning: main(/home/dninja/public_html/dragonninja-index.php) [function.main]: failed to open stream: No such file or directory in /home/dninja/public_html/vbseo.php on line 1129

    Fatal error: main() [function.require]: Failed opening required '/home/dninja/public_html/dragonninja-index.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dninja/public_html/vbseo.php on line 1129

    The error persists even when vBSEO is turned off. Your help is appreciated; thanks.

  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,

    what is the URL you open when this error appears? Do you have any Custom Rewrite Rules defined?

  3. #3
    Senior Member
    Real Name
    Matthew
    Join Date
    Nov 2006
    Posts
    127
    Liked
    0 times
    An example URL is here;

    http://www.dragonninja.co.uk/27613/dragonninja-gigs/

    I don't remember any of the others sorry.

    I do have CRR's; as follows.

    Code:
    '^forums\.php$' => 'forums/'
    
    '^blog\.php$' => 'blogs/'
    
    '^forumdisplay\.php\?do=markread' => 'forums/mark-read/'
    
    'gxboxlive\.php$' => 'xbox/'
    
    '^online\.php$' => 'whos-online/'
    
    '^usercp\.php$' => 'settings/'
    
    '^arcade\.php$' => 'arcade/'
    
    '^index\.php\?p=news' => 'news/'
    'index\.php\?p=gigs' => 'gigs/'
    
    '^vbgooglemaphse\.php$' => 'venues/map/'
    '^vbgooglemaphse\.php\?do=showmain$' => 'venues/map/'
    '^vbgooglemaphse\.php\?do=list$' => 'venues/map/markers/'
    '^vbgooglemaphse\.php\?do=addelement$' => 'venues/map/new/'
    
    '^misc\.php$' => 'misc/'
    '^misc\.php\?do=survey$' => 'polls/'
    '^misc\.php\?do=survey&page=(\d+)' => 'polls/$1/'
    
    '^search\.php$' => 'search/'
    '^search\.php\?searchid=(\d+)$' => 'search/result-$1/'
    '^search\.php\?searchid=(\d+)&pp=25$' => 'search/result-$1/'
    '^search\.php\?searchid=(\d+)&pp=.+?&page=(\d+)$' => 'search/result-$1/page-$2/'
    '^search\.php\?do=getnew$' => 'search/new/'
    '^search\.php\?do=getdaily$' => 'search/today/'
    
    '^cv_rss_feeds\.php$' => 'rss/'
    
    '^showgroups\.php$' => 'moderaters/'
    
    
    '^newthread\.php\?do=newthread&f=2$' => 'add-news/'
    '^newthread\.php\?do=newthread&f=19$' => 'add-feedback/'
    'newthread\.php\?do=newthread&f=(\d+)' => 'new-thread/$1/'
    '^newreply\.php\?do=newreply&noquote=(\d+)&p=(\d+) ' => 'reply/$1/$2/'
    '^newreply\.php\?do=newreply&p=(\d+)' => 'reply/$1/'
    
    '^calendar\.php' => 'gig-calendar/'
    //'^calendar\.php\?do=getinfo&day=(\d+)-(\d+)-(\d+)&e=(\d+)&c=1' => 'calendar/$1-$2-$3/event-$4/'
    //'^calendar\.php\?do=getinfo&e=(\d+)&day=(\d+)-(\d+)-(\d+)&c=1' => 'calendar/event-$1/$2-$3-$4/'
    //'^calendar\.php\?month=(\d+)&year=(\d+)&c=1&do=displaymonth' => 'calendar/month-$1/year-$2/'
    //'^calendar\.php\?c=1&week=(\d+)&do=displayweek&month=(\d+)' => 'calendar/week-$1/month-$2/'
    //'^calendar\.php\?do=getinfo&day=(\d+)-(\d+)-(\d+)&c=1' => 'calendar2/event-$1/$2-$3-$4/'
    //'^calendar\.php\?c=1&week=(\d+)' => 'calendar/week-$1/'
    
    '^private\.php$' => 'messages/'
    'private\.php\?do=newpm'=>'messages/new/'
    'private\.php\?do=trackpm'=>'messages/track/'
    'private\.php\?do=editfolders'=>'messages/folders/edit/'
    'private\.php\?do=showpm&pmid=(\d+)'=>'messages/$1/'
    'private\.php\?folderid=0'=>'messages/folders/0/'
    'private\.php\?folderid=-1'=>'messages/folders/-1/'
    'private\.php\?do=emptyfolder&folderid=-1'=>'messages/folders/empty/-1/'
    'private\.php\?do=emptyfolder&folderid=0'=>'messages/folders/empty/0/'
    'private\.php\?do=emptyfolder&folderid=1'=>'messages/folders/empty/1/'
    
    'profile\.php\?do=editsignature'=>'settings/signature/'
    'profile\.php\?do=editpassword'=>'settings/password/'
    'profile\.php\?do=editoptions'=>'settings/options/'
    'profile\.php\?do=editavatar'=>'settings/avatar/'
    'profile\.php\?do=editprofilepic'=>'settings/picture/'
    'profile\.php\?do=editprofile'=>'settings/profile/'
    'profile\.php\?do=editarcade' =>'settings/arcade/'
    
    '^sendmessage\.php$' => 'email/'
    'sendmessage\.php\?do=mailmember&u=(\d+)'=>'email/member/$1/'
    'sendmessage\.php\?do=sendtofriend&t=(\d+)'=>'email/friend/$1/'
    
    'vbphotovote\.php$' => 'members/hotornot/'
    'vbphotovote\.php\?$' => 'members/hotornot/'
    'vbphotovote\.php\?do=newphoto'=>'members/hotornot/new/'
    'vbphotovote\.php\?do=myphotos'=>'settings/hotornot/'
    'vbphotovote\.php\?do=main'=>'menbers/hotornot/0/'
    'vbphotovote\.php\?do=category&categoryid=(\d+)'=>'members/hotornot/$1/'
    'vbphotovote\.php\?do=photo&photoid=(\d+)'=>'photo/$1/'
    Thanks.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    This CRR is conflicting:
    'index\.php\?p=gigs' => 'gigs/'

    Try to change it to:
    '^index\.php\?p=gigs' => 'gigs/'

  5. #5
    Senior Member
    Real Name
    Matthew
    Join Date
    Nov 2006
    Posts
    127
    Liked
    0 times
    That fixed the problem!

    Thanks Oleg! I don't know why I missed that myself.

    Your help is much appreciated.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You are welcome!

Similar Threads

  1. Strange Error
    By FightRice in forum Troubleshooting
    Replies: 3
    Last Post: 03-13-2008, 05:22 AM
  2. strange error: heeeeeeelp.
    By admin0 in forum Troubleshooting
    Replies: 1
    Last Post: 03-23-2007, 08:35 AM
  3. strange error
    By Andy R in forum Troubleshooting
    Replies: 1
    Last Post: 03-01-2006, 08:30 PM
  4. Strange error...
    By rob in forum General Discussion
    Replies: 2
    Last Post: 11-01-2005, 11:06 AM

Posting Permissions

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