I'm having issues with RPG inferno and VBSEO making my user profile page for the users blank.
I get this error is apache logs: [Sat Aug 18 06:10:12 2007] [error] [client 75.80.157.34] PHP Fatal error: Cannot redeclare vbflush() in /var/www/vhosts/pspcrazy.com/subdomains/forums/httpdocs/forums/includes/adminfunctions.php on line 3372, referer: eh.. white page? - GamingCrazy.net
Here is the link to members pagE: http://forums.pspcrazy.com/forums/members/pspcrazy.html
Whenever i disable rpg inferno the page works, and apparently it's only my copy that's wierd so im guessing it's vbseo.
My custom rewrite codes:
Code:'^showgroups\.php$' => 'staff/' '^online\.php$' => 'online/' '^newthread\.php\?do=newthread&f=(\d+)' => 'new-thread/forum-$1/' '^search\.php\?do=getdaily' => 'search/get-todays-posts/' '^search\.php\?do=finduser&u=(\d+)' => 'search/find-users-posts/$1/' '^search\.php\?do=getnew' => 'search/get-new-posts/' '^search\.php\?searchid=(\d+)$' => 'search/search-id/$1/' '^search\.php\?f=(\d+)$' => 'search/forum-$1/' '^search\.php$' => 'search/' '^usercp\.php$' => 'control-panel/' '^register\.php$' => 'register/' '^sendmessage\.php\?do=mailmember&u=(\d+)' => 'mailuser/$1/' '^sendmessage\.php$' => 'contact/' '^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\?c=1&week=(\d+)' => 'calendar/week-$1/' '^calendar\.php$' => 'calendar/' '^calendar\.php\?do=viewreminder' => 'calendar/view-reminders/' '^faq\.php$' => 'faq/' '^faq\.php\?faq=vb_faq' => 'faq/vbulletin-faq/' '^faq\.php\?faq=vb_user_maintain' => 'faq/user-maintain/' '^faq\.php\?faq=vb_board_usage' => 'faq/board-usage/' '^faq\.php\?faq=vb_read_and_post' => 'faq/read-and-post/' '^profile\.php\?do=editsignature' => 'profile/edit-signature/' '^profile\.php\?do=editoptions' => 'profile/edit-options/' '^profile\.php\?do=editprofilepic' => 'profile/edit-profilepic/' '^profile\.php\?do=editprofile' => 'profile/edit-profile/' '^profile\.php\?do=editavatar' => 'profile/edit-avatar/' '^profile\.php\?do=editpassword' => 'profile/edit-password/' '^profile\.php\?do=editattachments' => 'profile/edit-attachments/' '^profile\.php\?do=addlist&userlist=buddy&u=(\d+)' => 'profile/buddylist/add-buddy/$1/' '^profile\.php\?do=addlist&userlist=ignore&u=(\d+)' => 'profile/buddylist/ignore-user/$1/' '^profile\.php\?do=removelist&userlist=buddy&u=(\d+)' => 'profile/buddylist/remove-buddy/$1/' '^profile\.php\?do=removelist&userlist=ignore&u=(\d+)' => 'profile/buddylist/remove-ignore/$1/' '^profile\.php\?do=editlist' => 'profile/buddylist/' '^private\.php$' => 'private-messages/' '^private\.php\?do=newpm&u=(\d+)' => 'private-messages/send-to/$1/' '^private\.php\?folderid=0' => 'private-messages/inbox/' '^private\.php\?folderid=-1' => 'private-messages/sent/' '^private\.php\?do=trackpm' => 'private-messages/track/' '^private\.php\?do=editfolders' => 'private-messages/edit-folders/' '^private\.php\?do=newpm' => 'private-messages/send/' '^subscription\.php\?folderid=0' => 'subscriptions/view-all/' '^subscription\.php\?do=viewsubscription' => 'subscriptions/view-all/' '^subscription\.php\?do=editfolders' => 'subscriptions/edit-folders/' '^subscription\.php$' => 'subscriptions/' '^moderator\.php\?do=useroptions&u=(\d+)' => 'mod-options/edit-user/$1/' '^private\.php\?do=showpm&pmid=(\d+)' => 'private-messages/show/$1/' '^login\.php\?do=logout&u=(\d+)' => 'members/logout/$1/' '^newthread\.php\?do=newthread&f=(\d+)' => 'newthread/$1/' '^newreply\.php\?do=newreply&noquote=(\d+)&p=(\d+) ' => 'newreply/$1/$2/' '^newreply\.php\?do=newreply&p=(\d+)' => 'newreply/$1/' '^postings\.php\?do=editthread&t=(\d+)' => 'manage/edit-thread/$1/' '^editpost\.php\?do=editpost&p=(\d+)' => 'manage/edit-post/$1/' '^misc\.php\?do=bbcode' => 'misc/bbcode/' '^misc\.php\?do=showsmilies' => 'misc/smilies/' '^usernote\.php\?u=(\d+)' => 'members/notes/$1/' '^usernote\.php\?do=newnote&u=(\d+)' => 'members/notes/add/$1/' '^usernote\.php\?do=viewuser&u=(\d+)' => 'members/notes/view/$1/' '^usernote\.php\?do=editnote&usernoteid=(\d+)' => 'members/notes/edit/$1/' '^postings\.php\?do=getip&p=(\d+)' => 'mod-options/getip/$1/' '^report\.php\?p=(\d+)' => 'manage/report/$1/' '^login\.php\?do=lostpw' => 'members/lostpw/'


LinkBack URL
About LinkBacks





Reply With Quote