MyBB Community Forums

Full Version: What Is this!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The configuration file (inc/config.default.php) could not be renamed. Please manually rename the config.default.php file to config.php to allow it to be written to or contact MyBB Support.

The configuration file (inc/config.php) is not writable. Please adjust the chmod permissions to allow it to be written to.

The settings file (inc/settings.php) is not writable. Please adjust the chmod permissions to allow it to be written to.

The cache directory (cache/) is not writable. Please adjust the chmod permissions to allow it to be written to.

The uploads directory (uploads/) is not writable. Please adjust the chmod permissions to allow it to be written to.

The avatars directory (uploads/avatars/) is not writable. Please adjust the chmod permissions to allow it to be written to.

What shall i do

FORUM: capitalxforum.com
Looks like you have incorrect Chmod permissions. If you're using Filezilla as you FTP client, right click on the affected directories/files and adjust the permissions so they can be written to by the webserver (usual 755, but sometimes you will need 777 depending on the server config).
(2013-01-30, 06:38 PM)Euan T. Wrote: [ -> ]Looks like you have incorrect Chmod permissions. If you're using Filezilla as you FTP client, right click on the affected directories/files and adjust the permissions so they can be written to by the webserver (usual 755, but sometimes you will need 777 depending on the server config).

Still Confused im using filezilla

(2013-01-30, 06:39 PM)Hassoun Wrote: [ -> ]
(2013-01-30, 06:38 PM)Euan T. Wrote: [ -> ]Looks like you have incorrect Chmod permissions. If you're using Filezilla as you FTP client, right click on the affected directories/files and adjust the permissions so they can be written to by the webserver (usual 755, but sometimes you will need 777 depending on the server config).

Still Confused im using filezilla
How do i just chmod permissions though.
(2013-01-30, 06:39 PM)Hassoun Wrote: [ -> ]
(2013-01-30, 06:38 PM)Euan T. Wrote: [ -> ]Looks like you have incorrect Chmod permissions. If you're using Filezilla as you FTP client, right click on the affected directories/files and adjust the permissions so they can be written to by the webserver (usual 755, but sometimes you will need 777 depending on the server config).

Still Confused im using filezilla

The files listed need to be written to by the MyBB software, each file has settings which allow different things to be done to the file, these settings are called CHMOD, to find out what the settings are you need to open firezilla, and right click on the files, (server side), at the bottom of the pop up you will see "file permissions", click on that, another box will open open up, at the bottom of that box is set of three numbers in an input box called "numeric value", they will probably read 755, or similar, you need to click in the box and change it to read 777, then click on OK.

Do that for each files listed, that should cure the issue.
<3 Google

http://www.cubecartforums.org/docs/appen...ories.html

I recommend "666" for settings.php & config.php, they don't need to be 755 or 777.
Thank you!