Bennyh789 Posted October 12, 2011 Share Posted October 12, 2011 Hi all, I have been using a lot of free mods from this site that you kindly put up :) Howvwer 99% dont seem to do anything By that i mean for example i tried adding a newspaper to my site i added newspaper.php to my public_html however when i try to go on the link from my site all i get is: HTTP 500 Internal server error I do not get any code error codes just always HTTP 500 the website cannot be displayed Can anyone help why isnt it showing up code errors or why it is doing that 99% of the time to codes that i know work as 20 other people sayi they work perfect Please help im really losing sleep over this Ben Quote Link to comment Share on other sites More sharing options...
gurpreet Posted October 13, 2011 Share Posted October 13, 2011 As the error suggests, the error is an internal server one. Are you using a free host? Quote Link to comment Share on other sites More sharing options...
Bennyh789 Posted October 13, 2011 Author Share Posted October 13, 2011 Nope my hosting is paid :-) Quote Link to comment Share on other sites More sharing options...
Neon Posted October 13, 2011 Share Posted October 13, 2011 Theres a handful reasons a 500 error could be thrown and none are really set in stone. Your best bet is to knock out the easy ones of checking php/apache logs and looking for anything. Some other reasons I know off the top of my head php.ini is corrupted or missing, and your setup is designed to look for it. (common with shared hosting) You use htaccess files and you messed up one of the rewrites Your doing an action that hits your php.ini max (like max_execution or max_upload, and it doesn't know how to respond, so pops a 500. Quote Link to comment Share on other sites More sharing options...
Uridium Posted October 14, 2011 Share Posted October 14, 2011 My main reason for this when i had a site was the HTACCESS file remove it to pc delete off site if site works fine thats your problem if not send it back to site Quote Link to comment Share on other sites More sharing options...
Neon Posted October 14, 2011 Share Posted October 14, 2011 My main reason for this when i had a site was the HTACCESS file remove it to pc delete off site if site works fine thats your problem if not send it back to site The htaccess file could be needed for numerous reasons. Instead of simply deleting or removing it, why not post the contents of the file here? We can examine it and look for problems. htaccess deals with many things such as rewrites and bans and redirects. Its not something you just wanna delete. It may be causing the 500, but thats because there probably is a mistype. Quote Link to comment Share on other sites More sharing options...
lucky3809 Posted October 15, 2011 Share Posted October 15, 2011 I would submit a support ticket to your hosting company they can fix it for you. I have gotten it before and it was the host i was on. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.