• Hi, I am working on a child theme for a client and I am having internal server error for update and insert queries.

    First I thought that its my custom PHP code that’s bugging but no I tested everything.

    Code works fine on my localhost installation but after uploading to server, it will give me 500 internal server error for updating any data.

    Any thing on this?

Viewing 1 replies (of 1 total)
  • Check any error logs and debugging on the live server. A 500 error could be almost anything, so there’s no easy way to narrow it down apart from lots and lots of debugging work.

    This needs to be done on the live server as different environemnts can require different settings.As an example, maybe your live server is missing a PHP extension that is enabled on your development machine. Things like that happen all the time.

Viewing 1 replies (of 1 total)

The topic ‘500 internal server error’ is closed to new replies.