I am getting php open_basedir errors on a users domain, this happened after he upgraded a few modules on wordpress.
I logged in as admin and changed the php permissions for that user disabling open_basedir restrictions and restarted httpd but it still is not working and I still receive the open_basedir restriction errors.
here are a few lines of from the error log:
This was also a Softaculous install if that makes any difference, the website worked just fine until he updated a few plugins from the admin interface in wordpress, now it just shows a blank page on both the front page and admin pages.
Anyone have any ideas?
I logged in as admin and changed the php permissions for that user disabling open_basedir restrictions and restarted httpd but it still is not working and I still receive the open_basedir restriction errors.
here are a few lines of from the error log:
Code:
[Fri Nov 08 13:08:00 2013] [error] [client 67.61.188.211] PHP Warning: require(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/jackfornd/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/xxxxxx/domains/xxxxxx.com/public_html/wp-settings.php on line 191
[Fri Nov 08 13:08:00 2013] [error] [client 67.61.188.211] PHP Warning: require(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/jackfornd/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/jackfornd/domains/xxxxxx.com/public_html/wp-content/plugins/facebook-social-plugin-widgets/facebook-sp-widgets.php on line 30
[Fri Nov 08 13:08:00 2013] [error] [client 67.61.188.211] PHP Warning: require(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/jackfornd/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/jackfornd/domains/xxxxxx.com/public_html/wp-content/plugins/facebook-social-plugin-widgets/facebook-sp-widgets.php on line 31
[Fri Nov 08 13:08:00 2013] [error] [client 67.61.188.211] PHP Warning: require(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/jackfornd/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/jackfornd/domains/xxxxxx.com/public_html/wp-content/plugins/facebook-social-plugin-widgets/facebook-sp-widgets.php on line 32
[Fri Nov 08 13:08:00 2013] [error] [client 67.61.188.211] PHP Warning: include(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/jackfornd/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/jackfornd/domains/xxxxxx.com/public_html/wp-content/plugins/wp-pagenavi/wp-pagenavi.php on line 12
[Fri Nov 08 13:08:00 2013] [error] [client 67.61.188.211] PHP Warning: require(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/jackfornd/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/jackfornd/domains/xxxxxx.com/public_html/wp-settings.php on line 207
This was also a Softaculous install if that makes any difference, the website worked just fine until he updated a few plugins from the admin interface in wordpress, now it just shows a blank page on both the front page and admin pages.
Anyone have any ideas?