CHMODS after php update with custom build 2.0

ShinJii

Verified User
Joined
Mar 20, 2014
Messages
224
Hi,
I have a question, I have dedicated server with CentOS 6.5 and newest DirectAdmin + CustomBuild 2.0 and... 2 weeks ago I did update php versions to newer and... when I did it I have to do now alot of CHMOD changes to 777 with catalogues (for example in prestashop...) even with files not only catalogues..., I don't want to change chmods of all files in prestashop modules... but without this I can't update any module ;/, before update php I didn't have to do this,. What's a reason? Any suggestions?
 
It might be that you're running php1_mode=mod_php and you have mod_ruid2=no set in the options.conf file (not recommended combination). Please check:
Code:
cat /usr/local/directadmin/custombuild/options.conf
 
Ok I changed this, I hope it'll works.
If I have php2_mode - suphp - it will works too?
 
Hello again, I think it's still doesn't work ;/ when I create new user or something there's still problem with chmods... any solution?:D
 
Back
Top