Routes not found after deploy laravel app on shared server [closed] - php

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I'm trying to deploy a laravel application, but I'm keep getting this error:
My views are not found
I used cPanel for deployment. I tried every solution I could find on the internet.

In fact, this is not a missing route error, just the view file was not found.
Checks that you have uploaded all the project files correctly, and that the view name is correct, these are the possible causes of the error.

Related

php files are not working on server [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
i am recently doing one project that i face issue php files not working on server cpanel.
error :
while php files are run shown below error
OUTPUT :
No input file specified.
The root cause of the error is that PHP cannot find the file the server is telling it to look for.
It must be an issue with the .htaccess or insufficient file permission.
Check the .htaccess file.
Check the permission of the file. If it does not have read permissions, add it.
Hope it helps.

Assets files and folder not showing in backend octobercms [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I am new to OctoberCMS,
here I face the one issue, that's assets files and folder not showing in backend. I didn't know this was default feature or I made a mistake here while installing files.
For quick understand, I attached the images.
cms/assests in backend
assets folder file structure:
Please suggest to retrieve the assets in backend or please let me know the reason why its not showing in backend?
Thanks

Service unavailable error in PHP [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I'm getting Service Unavailable Error when running a PHP application in Bluemix which has a ftp upload method in it. How to resolve this error ?
Most probably it is because of the timeout that your ftp method is taking to upload a file. Increase the timout value in httpd-default.conf file

Laravel - unable to run app [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I clone one big private project in my new company. I update all denpendecies with composer, set up database, run migrations and seeding.
When I access app I get strange error:
But localhost is working fine, I can browse all files normaly, and run other laravel apps normaly, I can access root folder of this project everthing works fine, but when I access public folder I get this error. I tried with virtual host but error still appers. This error is very strange for me because apache or php(laravel) are not showing any error.

CodeIgniter with PHP Access Forbidden (Windows 10) [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I am working on a PHP project on the localhost using CodeIgniter/XAMPP and have encountered this as soon as I try get into one of my controllers.
I have worked on other computers and have had no problems like this.
The issue appears to be with your permissions. You need to change the permssions of the '/var/www' on Apache2 or if you're using Apache change the permission of 'Htdocs'.

Categories