I am getting this error for only 2 links in the site
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
These links work fine in development environment. Error is only when deployed in server. The pages are there in the folder along with many other pages which doesn't raise this error. There's no difference in these pages.
I can't figure out whats causing this issue and only for 2 pages.
I checked the log files in \inetpub\logs\LogFiles\W3SVC1 and found nothing helpful.
Related
I migrated a wordpress website to a new host, i made some edit to the wordpress page and tried to save the page. It was giving me the error below when i used google chrome console to debug the issue
“Failed to load resource: the server responded with a status of 403 ()”
with the route “wp-admin/admin-ajax.php:1”
After trying all the solutions outlined below, so i was able to fix it by using the Solution 6.
403 forbidden means that your browser isn’t able to load the scripts up because your server isn’t allowing it. This is a hard one to solve. Because anything could be blocking the server. Hence 403 forbidden error is very vague, the error log may give you clue.
Solution 1 – Most likely this is a server permissions/ownership issue. If its a permission issue, it may tell you which file has incorrect permissions, so ask your host what’s going on. If you are using cPanel, the following tutorial has more information about the error log in cPane: How to view cPanel Error logs
Solution 2 – If the problem is file permissions, you can follow the steps in the below article to learn how to modify your file permissions: How to change file permissions within cPanel https://codex.wordpress.org/Changing_File_Permissions
Solution 3 – Another possible cause could be a corrupt .htaccess file. Also check your .htaccess files for anything strange.
Solution 4 – make sure your server settings are not overriding the .htaccess file.
Solution 5 – Another possible cause could be changes to the server settings (accidental or otherwise). Check with your hosting provider.
Solution 6 -Last but not the least solution, disable mod security for that domain.
I have a problem with my website. Images and some .js files do not finish loading. Honestly, I don’t know what could have happened, the day before the problem everything was perfect … I just woke up and it happened. I thought it might have been the “WP Super Rocket” plugin but I already tried disabling it.
In the Chrome console I get the error “Failed to load resource: net :: ERR_CONNECTION_CLOSED”.Even when I want to see the “preview” of my home page it gives me the error “HTTP ERROR 500”, this does not happen with other pages on the web. It is rare because in these two days, the page returns to normal after noon.
I know that my site is not the most optimized, I am missing a lot for that, but I have not had any errors of this kind and it was loading everything normal.
In case you have to see, my site is hosted on GoDaddy.
The website is: www.cepeban.edu.pe
I'm getting started with Sylius. Symfony version is 3.2.7. On some pages I have some errors. The pages show text:
Oops! An Error Occurred
The server returned a "500 Internal Server Error".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
I want the errors to be displayed in browser, with full stacktrace.
I know I can see the error in var/prod.log, but it doesn't show the whole stacktrace, only the last frame. And seeing the error in browser would be more convenient: that's what I'm used to after a lot of working with Yii and Magento.
Is that possible with Symfony/Sylius?
I added /app_dev.php to the url to run the website in development environment, and there I can see the stack trace.
That is, https://[my_domain]/app_dev.php/[page] instead of https://[my_domain]/[page]
By default Symfony show trace in dev environment. In prod environment it show simple error message. For running your project in dev you can use built-in PHP Web Server or Web Server Bundle
Also you can use symfony installer app to serve request
Use symfony serve --no-tls in symfony folder.
It will show you requests and errors in red.
I am a newbie trying to use Acre app. But if I click on any Acre app, it simply results in 404 error page. I tried searching on web but It seems it is working for everyone else and no one have faced this issue. I am wondering , what could be missing which is causing this 404 error ? Do I need to register first ?
e.g. http://teste2.pedroerfn.user.dev.freebaseapps.com/
http://lifebits.micktaiwan.user.dev.freebaseapps.com/
In my machine all are 404 pages :(
The entire Acre system has been retired. No user apps deployed on freebaseapps.com work any more.
I am getting Internal Server Error from Apache server. I looked into log and found this message:
"Request exceeded the limit of 10 internal redirects due to probable configuration error"
I have spent last two hours by reading various solutions, but I could not find any help.
Everything worked perfectly, but then I installed wordpress in a subfolder, so it was available on mydomain/wordpress. Later I decided to delete it and web started to give me this error. I am able to get to homepage, but any other page does not work. When I looked closer into Apache log, I found out, that there is a loop to no more existing wordpress site. During whole process I have not changed .htaccess file nor any code from my web. All happened on localhost. Does anyone know, what the issue could be? Thank you