This page isn’t working HTTP ERROR 500

idatahost

Verified User
Joined
Feb 16, 2020
Messages
17
Hi,
one of my site not browsing it is showing
"
This page isn’t working
kinakini.com is currently unable to handle this request.


HTTP ERROR 500"

It is Laravel based E-commerce site.

I've created 2 example files for the website: i.html and i.php, both of them respond. I see the following errors from the log:

[Tue Feb 18 17:21:47.794172 2020] [proxy_fcgi:error] [pid 10308] [client 88.119.142.185:56178] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught ErrorException: file_exists(): open_basedir restriction in effect. File(/home/kinakini/kinakini/resources/views/errors/500.blade.php) is not within the allowed path(s): (/home/kinakinico/:/tmp/:/var/tmp/:/opt/alt/php71/usr/share/pear/:/dev/urandom:/usr/local/php71/lib/:/usr/local/php71/lib/:/usr/local/php56/lib/:/usr/local/php70/lib/:/usr/local/php73/lib/:/usr/local/lib/php/) in /home/kinakinico/domains/kinakini.com/public_html/kinakini/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:23\nStack trace:\n#0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_exists(): ...', '/home/kinakinic...', 23, Array)\n#1 /home/kinakinico/domains/kinakini.com/public_html/kinakini/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(23): file_exists('/home/kinakini/...')\n#2 /home/kinakinico/domains/kinakini.com/public_html/kinakini/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php(131): Illuminate\\Fil...\nPHP message: PHP Fatal error: Uncaught ErrorException: file_exists(): open_basedir restriction in effect. File(/home/kinakini/kinakini/resources/views/errors/500.blade.php) is not within the allowed path(s): (/home/kinakinico/:/tmp/:/var/tmp/:/opt/alt/php71/usr/share/pear/:/dev/urandom:/usr/local/php71/lib/:/usr/local/php71/lib/:/usr/local/php56/lib/:/usr/local/php70/lib/:/usr/local/php73/lib/:/usr/local/lib/php/) in /home/kinakinico/domains/kinakini.com/public_html/kinakini/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:23\nStack trace:\n#0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_exists(): ...', '/home/kinakinic...', 23, Array)\n#1 /home/kinakinico/domains/kinakini.com/public_html/kinakini/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(23): file_exists('/home/kinakini/...')\n#2 /home/kinakinico/domains/kinakini.com/public_html/kinakini/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php(131): Illuminate\\Fil...\n'

Please help me to solve this issue.

(N.B: I have admin and root access)

Thanks in advance
Md Fazla Rabby
 
Hello,

Wrong full path?

open_basedir restriction in effect. File(/home/kinakini/kinakini/resources/views/errors/500.blade.php) is not within the allowed path(s)
 
Back
Top