The 500-internal-error tag has no wiki summary.
-1
votes
0answers
40 views
jQuery script gives 500 error [closed]
As I was testing my own code with Chrome Developer Tools, it started reporting that
<script type='text/javascript' ...
0
votes
1answer
48 views
unexpected '$mm' (T_VARIABLE) in wp-includes/functions.php
I have a few Wordpress sites and all are down:
An unexpected condition was encountered while the server was
attempting to fulfill the request. Error code: 500
When I look at the apache log, ...
0
votes
0answers
329 views
POST http://localhost/wordpress/wp-admin/admin-ajax.php 500 (Internal Server Error)
This problem wasn't there just a few moments ago. I made some harmless changes and next thing I know Ajax fails to load. The console shows the error
POST ...
0
votes
1answer
122 views
500 Internal Server Error after Register dialog, but with successful registration
I get a 500 Internal Server error if I try to register a new user. This user will be created successfully, but I don't want that my users will see the error page and, therefore, think that something ...
0
votes
3answers
45 views
Trying to display ads on only a third of posts in a loop. Keep getting Error 500?
I'm thinking it's just a PHP code error, but for some reason the following code won't work, it just keeps giving me Internal Server Error 500
<?php
$ajfl_adLuck = rand(1,3);
if ($ajfl_adLuck ...
0
votes
1answer
150 views
How can I prevent '500 internal server error' because of a long install process?
In one of my plugins, I need to insert about 1000 terms into a custom taxonomy while installing a plugin. I see it's sometimes causing 500 internal server error. How can I split that work or prevent ...
0
votes
2answers
99 views
wordpress permalinks not working 500 error [closed]
i made a mess of some kind my website was running perfectly but i did some changes to wpconfig i cant seem to remember and the result is that if i dont use permalinks and use simple page id the whole ...
0
votes
2answers
82 views
Function prints post meta data does not work [closed]
I modified this code from the Twenty Eleven theme but it doesn't work and I cant see why.
if ( ! function_exists( 'theme_post_meta_data' ) ) :
/**
* This function prints post meta data.
*
* ...
0
votes
1answer
253 views
What would cause a 500 Server Error with permalinks turned OFF?
I'm using the "default" setting for permalinks, at least I just switched back to that, and I'm still getting a 500 response code when trying to get to any post page like mysite.com/?p=4536
I can see ...
2
votes
1answer
1k views
Why is a 500 error generated by admin-ajax.php not going into the Apache error log?
I'm getting 500 errors with AJAX on the admin side. However, these errors aren't being logged in the Apache logs so they're rather hard to debug.
Is there some way I can find out what they are?
...
0
votes
3answers
615 views
500 error after update
I had a working (test) blog, and during an update from 3.2.1 to 3.3.1 - something went wrong , I think the update did not finished..
Just before the Update, I have enabled a new theme (all functions ...
0
votes
2answers
2k views
Debug 500 Internal Server Error on WordPress blog
My WordPress blog is hosted on a shared webserver on Hostgator. I've been having 500 Internal Server Errors the last couple of days. I haven't installed any new plugins since the errors started ...
2
votes
3answers
329 views
.htaccess and 500 error, extra character added
I am having a weird problem. Every few days I go to my website and get an "Internal Server Error" - Or 500 error. I go into the .htaccess file of the site and notice it's been altered. One character ...
0
votes
3answers
1k views
500 Internal Server Error when Trying to Save Menu [closed]
I've got a few dozen pages in my menu. When I try to add new pages to the menu, then Firefox gives me the "connecting" message int eh tab and it eventually stops after a few minutes and gives me an ...
1
vote
1answer
550 views
500 internal server error
I am facing 500.0 Internal server quite frequently with my website.
The error details are given below.
HTTP Error 500.0 - Internal Server Error
C:\PHP\php-cgi.exe - The FastCGI process exceeded ...
1
vote
2answers
936 views
APC 500 Internal server error [closed]
I have a blog running on a FreeBSD 8.1 system with PHP 5.3.5 and APC 3.1.6.
At first everything seemes fine, but after a while (about 18-24 hours) all pages are served blank, and with a status code ...
0
votes
1answer
741 views
How to solve 500 Error on WordPress Admin Dashboard due to time-out on getdirsize
problem:
Only some blogs did not show the dashboard (but did show all other admin pages). I have left this problem for some time (months) since Googling did not bring up anything relevant and I was ...