Trace: wordpress_tips
  • Enable Wordpress Upload

Add this line on wp-config.php

define('FS_METHOD','direct');
  • SoftException in Application.cpp:267: File “/blah/blah is writeable by group
find . -type d -exec chmod -R 755 {} \;
find . -type f -exec chmod -R 644 {} \;
find . -type f -name 'wp-config.php' -exec chmod -R 600 {} \;
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki