Log in

View Full Version : 500 Internal Eror on some pages of website.



chetanmadaan
11-10-2009, 08:12 PM
I am having 500 internal error on some pages of my website. can someone please tell me why would this happen. Any reason.

i am not using any .htaccess file.
i have the latest php 5.2.10

thanks.

traq
11-10-2009, 08:22 PM
there's no way for anyone to help you if you don't give a link to your site and an example of the problematic code.

chetanmadaan
11-10-2009, 08:25 PM
I never said No!
here you go...
http://dibra.org/new/


it is a CMS site.

traq
11-11-2009, 02:18 AM
Well, I don't know which pages you're getting a 500 error on. I didn't click every link, but I didn't come across any. Since it's a server-side problem, we'd have to see an example of the server code (php scripts) to try and find a problem.

Since you're using joomla, it may be best to ask for help on their site. (Also, just fyi, joomla does use .htaccess files.) It could be an issue with missing or outdated joomla files, a conflict with some extension, a database configuration issue, or any number of other problems. In any case, they'd probably have a better idea where to start troubleshooting than I would.

Good luck!

bluewalrus
11-11-2009, 03:08 AM
Looks like your pulling page content based on the address bar but don't have a default address setup if a page wasn't found. But maybe not, as Traq said your code would be best. Altering the address bar produces the 500 error's for example http://dibra.org/new/index.php?thisiswhat

traq
11-11-2009, 03:54 AM
@bluewalrus Actually, I followed your link and I got the homepage. Typed a bunch of random junk into the query string, and I still got the homepage.

chetanmadaan, can you post a link to a page on your site that produces an error?