Fatal Error
-
Greetings,
One of our sites where we have installed the ithemes security pro plugin has started randomly crashing with a 500 internal error. The debug log shows the following two lines repeated from the time the site crashes to the moment we recycle the app pool and it comes back up:
[15-Jul-2017 15:35:25 UTC] PHP Warning: require_once(*hidden*\wp-content\plugin): failed to open stream: No such file or directory in *hidden*\wp-content\plugins\ithemes-security-pro\core\core.php on line 652
[15-Jul-2017 15:35:26 UTC] PHP Fatal error: require_once(): Failed opening required ‘*hidden*\wp-content\plugins\ithemes-security-pro/core//lib/class-itsec-lib-directory.php’ (include_path=’.;C:\php\pear’) in *hidden*\wp-content\plugins\ithemes-security-pro\core\core.php on line 652
I don’t have a lot of experience with debugging WordPress problems. Its running on Windows server, so to me this line has an incorrectly formatted path starting with “/core”
*hidden*\wp-content\plugins\ithemes-security-pro/core//lib/class-itsec-lib-directory.phpThe paths and files referenced by these errors do exist:
*hidden*\wp-content\plugins\ithemes-security-pro\core\core.php
and
*hidden*\wp-content\plugins\ithemes-security-pro\core\lib\class-itsec-lib-directory.phpHas anyone seen this problem before?
- The topic ‘Fatal Error’ is closed to new replies.