PDA

View Full Version : Fatal error


sundarmobiles
08-30-2010, 06:01 PM
Fatal error
after changing the server i got this error while opening rss any one help me

Fatal error: Class 'vB_Postbit_External' not found in /home/smmobile/public_html/forums/includes/class_postbit.php on line 125

kh99
08-30-2010, 06:14 PM
Looks like that class is defined in includes/class_postbit_alt.php, but at the top of that file is:

if (!isset($GLOBALS['vbulletin']->db))
{
exit;
}


So I'm guessing that the problem is that the database hasn't been opened. BUt I don't know - what do you mean exactly when you say you're "opening rss"?

sundarmobiles
08-30-2010, 06:20 PM
thanks kh99 problem solved this file class_postbit_alt.php not uploaded correctly now i fixed

kh99
08-30-2010, 06:23 PM
Oh...that would have been my second guess. :)