MyBB Community Forums

Full Version: Blank page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I've just finished installation, said it has worked successfully etc. Gives me a link to the page and ACP, but when I visit both it just gives me a blank white page. Any idea why?
What's ./index.php and ./admin/index.php CHMOD to??
Not much I can do with that, I asked about CHMODs...
uhm sorry, probably coming across as useless here, what do you mean?
Well, when you installed, you had to CHMOD some files, so check what the CHMOD permissions are of ./index.php and ./admin/index.php are.
uhm if you mean access permissions, they are set to read write and exec for everyone.
That's probably why then, you don't need to have them set to that, a lot of hosts have things setup to disallow it. Most files only need to be 644 and most folders need to be 755, the only files/folders that need to be 666/777 respectively are the ones you need to change to install.
changed all folders to 755 and all files to 744, and no change...
Files need to be 644...
Pages: 1 2