MyBB Community Forums

Full Version: Fatal error: Class 'MyBB' not found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
after change my server i am geting this errror while opeining my forum
"Fatal error: Class 'MyBB' not found in /home/u684083798/public_html/inc/init.php on line 67"

Help
Crosscheck if you have this file uploaded and placed correctly:

inc/class_core.php
Have you forgotten to upload class_core.php in /inc?

Edit: I've been ninja'd.
Yes i uploaded all files again but same error

How to crosscheck effone ?
MyBB class is defined in this file only:
inc/class_core.php

Which gets included in the structure through this file:
inc/init.php

By crosschecking:
1. You have to make sure these mentioned two files are there in your site's 'inc' directory.
2. If both files are there you can open init.php and find whether this line is there at nearabout line 50:
require_once MYBB_ROOT."inc/class_core.php";
3. If you think they got damaged or modified somehow; upload those 2 files from the fresh installation package.
i got it thanks !!!!!!!!!!!!!!!!!!! alot of u