MyBB Community Forums

Full Version: Installation Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason, The installer is saying that the /cache directory and the /inc/config.php file isn't writeable but I know I've did everything write because the other directories I chmod'd is writeable and working as you see in the images.

I have deleted everything and started again and still the same issue.

Any help?
[Image: 1913b37deb8a0bcde95f0ac9ba0ac182.png]
[Image: 28e479b3bc2ad7d059170267dbe1c228.png]
[Image: 784f5bc8a055d327868afaa1a429fc54.png]
chmod 666 inc/config.php and inc/settings.php
chmod 777 cache/ cache/themes/

That "should" fix your problem.
(2016-02-06, 04:59 PM)Garden of Sinners Wrote: [ -> ]chmod 666 inc/config.php and inc/settings.php
chmod 777 cache/ cache/themes/

That "should" fix your problem.

As mentioned in the post, I've already did this before.
(2016-02-06, 03:47 PM)OverFusion Wrote: [ -> ]
For some reason, The installer is saying that the /cache directory and the /inc/config.php file isn't writeable but I know I've did everything write because the other directories I chmod'd is writeable and working as you see in the images.

I have deleted everything and started again and still the same issue.

Any help?
[Image: 1913b37deb8a0bcde95f0ac9ba0ac182.png]
[Image: 28e479b3bc2ad7d059170267dbe1c228.png]
[Image: 784f5bc8a055d327868afaa1a429fc54.png]

Weird, have you tried with a fresh installation as well? It should work no matter what...have you refreshed the page or anything like that?
Try recursive CHMOD dir & subdir. This time do it from Cpanel and not from FTP client
I'd personally recommend CHMOD'ing with an SSH client if possible. It's odd that it's worked on some and not the others but give it a shot.