PHP Warnings file_exists(): open_basedir restriction in effect
-
Hi, I am getting these warnings, but the cause is not clear to me. I get the basics of open_basedir restriction and its setting.
What I don’t understand who is meddling with who here. Is MaxMind-DB-Reader meddling with Autoptimize, or is Autoptimize meddling with MaxMind-DB-Reader?
Or does this just mean that Autoptimize has some scope issues with its files, which are triggered by MaxMind-DB-Reader’s class?
Thanks for any insight.
Cheers.[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(autoptimizeScripts.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(autoptimizeBase.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(autoptimizeStyles.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(autoptimizeCSSmin.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(Autoptimize/tubalmartin/CssMin/Minifier.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(Autoptimize/tubalmartin/CssMin/Colors.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(Autoptimize/tubalmartin/CssMin/Utils.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(autoptimizeHTML.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(AO_Minify_HTML.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
[20-Jun-2022 12:52:56 UTC] PHP Warning: file_exists(): open_basedir restriction in effect. File(RevSlider.php) is not within the allowed path(s): (/var/www/vhosts/example.com/:/tmp/) in /var/www/vhosts/example.com/wp-content/plugins/my-plugin/lib/MaxMind-DB-Reader-php/autoload.php on line 41
- The topic ‘PHP Warnings file_exists(): open_basedir restriction in effect’ is closed to new replies.