PHP Warnings in Error Log
-
For a while now, I’ve been seeing the following errors in the error log:
[26-Feb-2015 18:50:52] PHP Warning: parse_url(/categoryhttps://xxx.com/blog) [function.parse-url]: Unable to parse URL in /xxx/xxx/xxx/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165
[26-Feb-2015 18:50:52] PHP Warning: Cannot modify header information – headers already sent by (output started at /xxx/xxx/xxx/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php:165) in /xxx/xxx/xxx/wp-includes/pluggable.php on line 1178
I’ve been doing some investigating, but can’t figure out what’s causing these errors. I’m curious if it’s related to the iThemes security plugin since both errors reference a file from that plugin. I have the latest versions of WordPress and iThemes installed. I also have almost every option of iThemes configured. I’m guessing the above relates to the ‘hide back end feature’ which I do have enabled. I’ve looked at the pluggable.php and class-itsec-hide-backend.php files and there appears to be no changes to the code in either of these. So, any help would be apprieciated.
- The topic ‘PHP Warnings in Error Log’ is closed to new replies.