Closed LondonWebFactory closed 3 years ago
Please type 0 and enter
That worked great! Many thanks.
Unfortunately, when I hit:
http://website.com/t/crm/public/admin
I get a 404 error.
Can you think why?
Please run the following command:
php artisan route:cache
Unfortunately - still getting a 404.
Can you share error's screenshot ?
Unfortunately it has some branding on it - but it's just a normal 404 page.
Is it because I installed it in a subdirectory. Does the pubilc folder need to be the root?
Then share the logs from the "storage/logs" directory.
It's empty
@LondonWebFactory,
Can you share the screenshot of the page where you are facing the issue?
Because if you are getting 404, then it must be a problem with your URL path.
Please check the .env
APP_URL also.
If the still issue persists, then please share all the steps you have done during installation so that I can further investigate on this.
If the app is installed in:
http://website.com/t/crm/public/
Should this be the APP_URL or should it be
at the moment it is:
Map your root to this http://website.com/
.
/project/public
---> http://website.com/
Done that and tested with a "Hello World" index.html file in the public folder.
This shows the domain is mapping properly.
Next I updated the APP_URL to: http://website.com/
When I remove the test html file I get:
Forgot to say:
I also ran: php artisan route:cache
Yes, your index.php
file may be working fine.
Let say, your project is like this,
- app/
- bootstrap/
- public/
- ..
You need to map your project public folder so that your Krayin app gets bootstrapped.
Or if your project is somewhere else then alternate I can suggest you to make a symlink from your project's public folder to your domain mapped public folder.
This is an issue at the deployment end, just contact with your server administrator person.
Many thanks for your help!
You've been great!
:)
Good to see that your problem is resolved. Please close this issue. :)
Hi,
When run:
php artisan krayin-crm:install
The installer seems to get stuck at line 29:
What can I do?
Kind Regards,