Why didn’t you just ask me personally? I didn’t change the header.php
I only modified the css file.
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.
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.
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.