MyBB Community Forums

Full Version: Forum Index Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is what is showing up on my forum index page. Any ideas what is wrong?? I just installed it twice.

Warning: require_once(/home/whiteequ/inc/class_core.php) [function.require-once]: failed to open stream: No such file or directory in /home/whiteequ/public_html/index.php on line 22

Fatal error: require_once() [function.require]: Failed opening required '/home/whiteequ/inc/class_core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/whiteequ/public_html/index.php on line 22
It looks like ./inc/class_core.php doesn't exist. Try reupload class_core.php to the inc directory.
Well re uploading it didn't help. Any other ideas.Huh:Confused
Make sure that you have all your files uploaded, clearly something's missing. Also make sure all normal files are CHMOD to 644 and all normal files are CHMOD to 755.
Now it looks like this. How do I fix this?


http://www.white-equine.net/index.php
You've put /index.php at the end of your board URL, not sure why, needs to be this: http://www.white-equine.net
It is blank that way Matt. Anyways if you look at the link I posted you will see my problem.I have changed evry normal file and image to 755 and still looks like that.
It's fine when you go to http://www.white-equine.net/index.php directly... made a mistake before, meant to say all normal folders should be 755, files should be 644, that may be the issue. The board URL never needs a file extension.
Ok does anybody know how to fix this.
Undecided Is it still happening when the file is 644?? Have you changed your .htaccess?? If the CHMOD is 644 and you haven't changed your .htaccess, everything with MyBB would be as it should be...
Pages: 1 2