Hello i bought SSM yesterday when i put V3 files and open /install i didnt find anything should i install v2 first then update ?
- MSAnswered
Hello,
Please make sure that you are using php8.1 for V3. If you are using php8.0, please run
composer installer
and then access installer. You can check the server error logs and Laravel error logs instorage/logs/
folder.There is no update option available from v2. Version 3 is written from scratch and is not compatible with v2.
Thank you
- PPAnswered
i have PHP Version 8.1.11 but i cant install v3 i isntalled v2 without any problems but i need v3 can you help me private ?
- MSAnswered
Hello,
Both are different. V3 installation isn’t like v2 as it’s on a different framework.
Did you check the logs?
- PPAnswered
storage/logs is empty
https://esco.com.eg/system/install
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
why version 2 working and 3 not i cant install it
- MSAnswered
Hello,
500 internal server errors could be due to several factors, including server software, config and bad code.
Please check your server error logs to know more about error. If you are not sure, you can check with your server admin.
I have no clue what is causing the error but once I have the error details, I can suggest a solution.
Thank you
- MSAnswered
Hello,
I am clueless. If you have set the correct root path, then you should be able to access the installer. I can’t access your server to check.
If you are installing locally then please take the screenshots of the page so that I can understand the step and guide.
If you can’t access the install that means, there is something wrong with your setup. You can use php built-in server
php artisan serve
and it should allow you to access the/install
route.The Laravel logs are in the
storage/logs/
folder.Please do take screenshots and follow up here.
Thank you
- RSAnswered
The script not working kindly check the URL
- MSAnswered
Ravi Shankar Update your PHP version to 8.1 or if you have php8.0 then reinstall the dependencies with
composer installer
then try to access the link again. Thanks - Login to Reply