• 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.

anyone here use php-nuke web portal software?

trueimage

Senior member
i am having some problems..

how do i chmod all the files?
if i use "chmod 666 -R *" in the html dir then all the files are 666, then i have to go through and do chmod 777 dirname/ to all the dirs and subdirs? i get errors either way, please help me out.

thanks.
 
I chmod all files using the following:
chmod -777 *
The 777 is just used as an example. Basically, the wildcard (*) tells the system that I want to include all files.

If you have WS_FTP PRO, then you should be able to highlight each files and chmod them all together. However, your server software has to support this feature.

 
well i have no problem chmodding all of them 666
but i didnt really wanna go through and manually do all the dirs 777
but i will and then see if there are any more errors

thanks
 
Back
Top