Added code to wp-config.php, but still doesn’t work
-
I get this error on the dashboard:
Error logging is disabled. To enable error logging, create an empty file named "php-errors.log". Place it in a directory that is not publicly accessible (preferably outside your web root) and ensure it is writable by the web server. Then add the following code to wp-config.php: ini_set('log_errors', 'On'); ini_set('error_log', '/full/path/to/php-errors.log'); error_reporting(E_ALL); For reference, the full path of the WordPress directory is: /opt/bitnami/apps/wordpress/htdocs/
…Even though I have already added that code to wp-config with the correct path. Any fix?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Added code to wp-config.php, but still doesn’t work’ is closed to new replies.