Jump to content
MakeWebGames

Pulling whats left of my hair out please help


Bennyh789

Recommended Posts

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

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...