Does it give any other details with that error? Usually with a fatal error it spits out the details of what caused that error.
@jckonline,
Is it similar to this problem?
http://ww.wp.xz.cn/support/topic/file-change-detection-error?replies=5
If so, we have implemented a fix which will be available in the next release.
It is similar problem.
It spits out details.
Ok, and when will the next release come?
Thanks
The fix for this problem has now been released.
Please upload the latest version.
It gives the exact same error as before or has the error changed? Can you share the error you get?
Fatal error: Uncaught exception ‘RuntimeException’ with message ‘SplFileInfo::isDir(): open_basedir restriction in effect. File(/customers/9/8/1/mydomain.com/httpd.www/..) is not within the allowed path(s): (/customers/9/8/1/mydomain.com/httpd.www:/customers/9/8/1/mydomain.com/httpd.private:/customers/9/8/1/mydomain.com/tmp:/customers/mydomain.com/mydomain.com:/var/www/diagnostics:/usr/share/php)’ in /customers/9/8/1/mydomain.com/httpd.www/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php:184 Stack trace: #0 /customers/9/8/1/mydomain.com/httpd.www/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php(184): SplFileInfo->isDir() #1 /customers/9/8/1/mydomain.com/httpd.www/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php(35): AIOWPSecurity_Filescan->do_file_change_scan() #2 /customers/9/8/1/mydomain.com/httpd.www/wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security in /customers/9/8/1/mydomain.com/httpd.www/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php on line 184
The error you are getting is because your server is configured in such a way that it is restricting access to some directories via what is known as
the open_basedir directive.
http://www.php.net/manual/en/ini.core.php#ini.open-basedir
Talk to your host provider to see if they can help you.