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 ?
KangJL
February 7, 2023, 5:53am
2
Did you upload this file?
Take note
The first thing to understand is that Laravel is definitely not designed with the typical characteristics of a website hosting service. While it’s possible to run Laravel here, it’s not pretty or easy. If you want to have good hosting for Laravel, you’d need a service with at least SSH/command line support, and preferably Composer and Git support as well.
That said, you can run Laravel here, by simply uploading all the files of your Laravel codebase to the htdocs folder of your website using an…
3 Likes
yes i upload every folder and file of project (that work fine on localhost)
Admin
February 8, 2023, 9:11am
4
pippuccio76:
Error Message
500
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
KangJL
February 14, 2023, 12:00pm
7
Here
When trying to access your website, you may see a page which returns the status code “500”. In Google Chrome, you’ll see a page with the error code HTTP ERROR 500.
There are typically two reasons which can cause this error:
The PHP code has crashed.
The .htaccess file contains invalid rules.
Here are some things you can try to debug and fix this.
Fixing crashing PHP code
A HTTP ERROR 500 simply tells you that the PHP code has crashed, but gives no information as to why it has crashed.
Gett…
As for
sounds like this restriction is in place
Sometimes, when you upload a file, the upload is completed but the file is deleted immediately afterwards. This is usually caused by one of the following issues:
The file is not in a htdocs folder
All websites files must be uploaded to either the main htdocs folder, or to the domain specific htdocs folder (like example.com/htdocs).
You cannot upload files to other directories on your account. If you try to create or upload files anywhere else, they will be deleted automatically.
The file type…
2 Likes
Admin
February 14, 2023, 7:18pm
8
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
system
Closed
February 22, 2023, 3:46am
12
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.