I successfully uploaded my Laravel app to my server and when I checked my site. I got this error
file_exists(): open_basedir restriction in effect. File(/Applications/XAMPP/xamppfiles/htdocs/RPI/storage/logs/laravel-2019-12-15.log) is not within the allowed path(s): (C:/Inetpub/vhosts/isky.io\;C:\Windows\Temp)
After that I changed the file name which is in bootstrap/cache according to this link please have a look at this https://laracasts.com/discuss/channels/laravel/is-dir-open-basedir-restriction-in-effect ok now my home page is loaded but when I click on login button now I am getting this error again
file_exists(): open_basedir restriction in effect. File(C:\Inetpub\vhosts\i-skyhr.io\RPI\resources\lang/en/Forgot Password?.php) is not within the allowed path(s): (C:/Inetpub/vhosts/i-skyhr.io\;C:\Windows\Temp) (View: C:\Inetpub\vhosts\i-skyhr.io\RPI\resources\views\auth\login.blade.php)
please help I don't know why I am getting this error
composer du
in your root – Babak Asadzadeh