Forum Replies Created

Viewing 31 replies (of 31 total)
  • I THINK I fixed it and here is how:

    Open up /wp-config.php and insert BELOW
    define ('WPLANG', '');
    the following:
    define ('log_file', '/home/your user name/logs/wp-logs.log');
    on plesk servers this would be:
    define ('log_file', '/var/www/vhosts/domain name/private/wp-logs.log');
    Now you must change the permissions!
    chmod 0664 wp-logs.php;chown yourftpuser.webserveruser wp-logs.log

Viewing 31 replies (of 31 total)