errors generated by — class-itsec-file-change.php
-
I am getting the errors below (but they don’t occur with every access). They don’t cause me any trouble (that I know of) other than printing an error on the public web page, which I think is a security vulnerability.
The web site ( http:siegeofbexar.org ) has wordpress in a subdirectory — public_html/wordpress/
I believe the problem may be in the “home” name — the errors reference two versions: “home” and “home2”. The home directory is “/home2/username”.
The directory structure may be important ?? The site is an add-on domain to a primary site:
/home2/username/public_html/ — primary site
/home2/username/subdomains/domainname.com/public_html/ — this site==================================================
error_log in “public_html/”:
==================================================PHP Warning: opendir(/home2/username/subdomains/domainname.com/public_html/wp-admin/): failed to open dir: No such file or directory in /home/username/subdomains/domainname.com/public_html/wordpress/wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change.php on line 497
==================================================
error_log in subdirectory “public_html/wordpress/”:
==================================================PHP Warning: opendir(/home2/username/subdomains/domainname.com/public_html/wp-admin/): failed to open dir: No such file or directory in /home/username/subdomains/domainname.com/public_html/wordpress/wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change.php on line 497
==================================================
error_log in “public_html/wordpress/wp-admin/”
==================================================PHP Warning: Cannot modify header information – headers already sent by (output started at /home/username/subdomains/domainname.com/public_html/wordpress/wp-content/plugins/better-wp-security/modules/free/file-change/class-itsec-file-change.php:497) in /home/username/subdomains/domainname.com/public_html/wordpress/wp-includes/pluggable.php on line 1173
- The topic ‘errors generated by — class-itsec-file-change.php’ is closed to new replies.