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 8 days ago.
Improve this question
https://master--fitnesspackage.netlify.app/ this is my webiste link.
When i host this on localhost server of Xaamp it works.
But when i host it live on netlify or other server.
The php code is not working .
For Eg when u will visit above link and click on Store Page Link it will download the file of store.php?
How should i solve this issue ?
I try Changing all file extension to .php but dosent work.
The file which have .php extension gets downloaded in my webite.
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 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 5 years ago.
Improve this question
I am building a website using wordpress on local WAMP. Already running perfect when I go through the server computer. But, when trying to access from other device that are connected on the network LAN, it work. but, the browser brings up a text link without border, background, images etc on my project.
What should I do?
That's because you are setting the URLs as http://localhost,
try changing all links to your machine's IP address.
http://192.168.1.101 for example
Edit
The browser only shows texts with no styles because it fails to load the assets,
and that's because you are setting the base URL to localhost.
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
Hey friends in my hosting my base_facebook.php file is deleted continuously I talked with customer care he says that hosting antivirus detected your file as a virus but same file I tried to other hosting and it is fine what I do?
What is the problem in my file and how to fix this
Here is my file
That first piece of code in your base_facebook.php is malicious. Remove it!
EDIT
This file is needed for your facebook application(if any) to work! Either remove that piece of code(which I marked in red) from your file or replace the whole file. Based on the version number, it seems to be v3.1.1.
When searched for a copy of this file, I found this: https://github.com/uiri/feedview/blob/master/base_facebook.php
I think you are using an old Facebook SDK(v3.1.1), which I think they officially don't support(or its depreciated)
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'.