Error : Warning: file_exists(): open_basedir restriction in effect. File(/home/www/crminosaverpro/web1/web/packages/Engine/../PackageLoader/include.php) is not within the allowed path(s): (/var/www/crminosaverpro/web1/web:/var /www/crminfosaverpro/web1/tmp:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin) in /home/www /crmininfosaverpro/web1/web/packages/Engine/include.2.6.php on line 24
Fatal error: Uncaught Error: Class 'PackageLoader' not found in /home/www/crminfosaverpro/web1/web/packages/Engine/include.2.6.php:31 Stack trace: #0 /home/www/crminfosaverpro/web1/web /shop.starter.php(109): include() #1 {main} thrown in /home/www/crminfosaverpro/web1/web/packages/Engine/include.2.6.php on line 31
Sergey, hello! PHP's open_basedir function is a security measure that prevents files and scripts that are outside of the "home" directory from being opened. If the PHP open_basedir setting is enabled, then all file operations are limited to one folder on the server, preventing unauthorized users from accessing scripts. When a script tries to open a file that is outside the root directory, such as fopen() or gzopen(), the path to the file is checked. When a file is outside the allowed directory, PHP will refuse to execute it and an error will appear like: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/user_name/public_html/wp-content/uploads/2006/12/picture.jpg) is not within the allowed path(s): (/home/user_name:/usr/lib/php:/usr/local /lib/php:/tmp) in /home/user_name/public_html/wp-admin/inline-uploading.php on line 226 which is similar to your error. To solve this problem, you need to contact your hosting
Sergey, hello! PHP's open_basedir function is a security measure that prevents files and scripts that are outside of the "home" directory from being opened. If the PHP open_basedir setting is enabled, then all file operations are limited to one folder on the server, preventing unauthorized users from accessing scripts. When a script tries to open a file that is outside the root directory, such as fopen() or gzopen(), the path to the file is checked. When a file is outside the allowed directory, PHP will refuse to execute it and an error will appear like:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/user_name/public_html/wp-content/uploads/2006/12/picture.jpg) is not within the allowed path(s): (/home/user_name:/usr/lib/php:/usr/local /lib/php:/tmp) in /home/user_name/public_html/wp-admin/inline-uploading.php on line 226 which is similar to your error.
To solve this problem, you need to contact your hosting
Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter.
Log in and comment
Donate
You don't have enough funds in your account Top up