Forums
(@xess)
15 years, 9 months ago
Why didn’t you just ask me personally? I didn’t change the header.php
I only modified the css file.
15 years, 10 months ago
A workaround to this problem is to edit your php.ini file
disable_functions = chmod
Search and add that directive in.
This will prevent wordpress from chmodding your files and directories.
It took me a long time to figure this out.