PHP Errors in Ajax Response
-
Hi Wordfence,
We’ve noticed in the Console Log while on WP Admin pages errors in the Ajax Response. A new one of these occurs every 20-30 seconds in the browser console. Here is one example:
{key: 'a3abf9399c5d0ab3e3d95acefaa16dde', type: 'warning', message: 'chmod(): Operation not permitted', file: '/bitnami/wordpress/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', line: 442,?…}
This seems like a permission issue, so we ran a few commands to recover the permissions configuration, as directed by Bitnami:
sudo chown -R bitnami:daemon /opt/bitnami/wordpress sudo find /opt/bitnami/wordpress -type d -exec chmod 775 {} \; sudo find /opt/bitnami/wordpress -type f -exec chmod 664 {} \; sudo chown -R bitnami:daemon /bitnami/wordpress sudo find /bitnami/wordpress -type d -exec chmod 775 {} \; sudo find /bitnami/wordpress -type f -exec chmod 664 {} \; sudo chmod 640 /bitnami/wordpress/wp-config.php
This did not have any effect, unfortunately. Does anyone have any suggestions for how to fix?
Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Errors in Ajax Response’ is closed to new replies.