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
Related
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 am getting the error "The link you followed has expired" when I try to upload the zip file of a theme. How can I fix this issue?
Hmmmm. Can you upload the theme's zip file using SFTP to bypass the problem?
Might be quicker than figuring out what's going on there...
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.
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.
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'.
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 followed every step in the documentation in the user pie website but i can't get it to work well.
UserPie is an open source Registration and login system, everything worked properly upon installation expect for the part that require sending email to user after registering so as to authenticate the user... Here is the error message i get..
Am testing on a local server
Here is the error I am getting:
Any thoughts?