1
votes

After Developing a test App using Laravel 5.3, When I uploaded to the Cpanel it throwing Invalid exception Error. According to error message the App looking for some files from my local PC.Even after clearing all files from Storage\framwork\session it behaves alike previous.

App link: http://autocomplete.bappasarkar.info/

NB: After first time uploading the app threw an error

The only supported ciphers are AES-128-CBC and AES-256-CBC

Then I generate key by the artisan command

"php artisan key:generate"

After generating key when the App uploaded for the second time , it's throwing the current Error.

enter image description here enter image description here

2

2 Answers

2
votes

You have permissions issue, the following commands are for *nix based OS's. Try

sudo chgrp -R www-data storage bootstrap/cache

sudo chmod -R ug+rwx storage bootstrap/cache

0
votes

You can change the permission through ftp or file manager from Cpanel.