Laravel

Username (e.g. epiz_XXX) or Website URL

epiz_33540577

Error Message

500

Other Information

Hi i try to install laravel on this hosting , every of laravel’s public folder i insert into htdoc and create a folder named larappperlibri with laravel (working properly on localhosting ) change my index.php adding larapperlibri f.e. :
require DIR.‘/…/larappperlibri/vendor/autoload.php’;

How can i solve ?

Did you upload this file?

Take note

3 Likes

yes i upload every folder and file of project (that work fine on localhost)

Just 500? No actual error message? Can you please enable debug mode and/or check the log file in Laravel to see the actual error? Or enable Display Errors for your domain through the control panel?

2 Likes

where can i acticvate error display , which is the link ?

when i upload file to config folder they are uploaded and deleted few second later automatically

Here

As for

sounds like this restriction is in place

2 Likes

In the same place as with any other Laravel site?

If you’re going to build a website with Laravel, you should know how to debug it.

4 Likes

Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.1.0”.

You will have to downgrade packages to PHP 7.4.8, we don’t support PHP8 yet (Premium hosting does though).

5 Likes

Read this thread

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.