• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I CHMOD?

I'm fixin to test some forum software and came to the following installation/setup instructions:

CHMOD the following files to 666 (ie, make sure that PHP can write to them)

./inc/settings.php
./inc/config.php
./uploads
./uploads/avatars


Umm..wha? I read up on the CHMOD command and its function, just don't understand what interface I'm supposed to use to enter the command (where/how).
 
Most ftp programs have chmod capability. Just log in via ftp and right click on whatever file or folder you want, and in the context menu should be an option to chmod.
 
If you can't do it with your FTP software, you can use Putty to SSH (like telnet) to the server to run the commands via the command line interface. Sounds like you are not sure what to do though, so stick with the FTP route to save yourself time if this is a one time deal.
 
Woohoo! I'm up and running. First time I've experimented with a forum. Thank you for the help!
That's a really bad idea as 666 means _anyone_ can write to them.
Hmm...that no sound good. Per the installation instructions, I changed config.php back to 755 after the install was complete, but it stated to "leave settings.php writable". It gave no further advice or recommendation on these directories:

/uploads
/uploads/avatars

I assume this is to permit users to upload and use their own custom avatars?
 
Well the uploads stuff makes sense if you want people to be able to put files there, but even though I haven't looked at this piece of software I can't think of a good reason for the forum to want to make changes to settings.php on it's own, can you?
 
Originally posted by: Nothinman
I can't think of a good reason for the forum to want to make changes to settings.php on it's own, can you?
I didn't know how to use CHMOD function, and you're asking me? 😕
 
I didn't know how to use CHMOD function, and you're asking me?

Well one would assume that you have at least a basic understanding of the software that you're installing, especially if you're going to put it on an Internet accessible host.
 
Originally posted by: Nothinman
Well one would assume that you have at least a basic understanding of the software that you're installing, especially if you're going to put it on an Internet accessible host.
Its a PHP-based discussion forum from MyBB and people post messages in it.

Basic enough? 😛

 
Back
Top