Jump to content

Local vs Server


common

Recommended Posts

Hi ppl

 

I have a weird error... (or at least i think its weird)

 

I have a project with 3 forms, and at the end(the last file) will enter all data of this form in an email and sent it using PEAR smtp email. On my local server it works. Everything - from testing all the mandatory fields in each form till the sending of the email. I also receive the email using @localhost.

 

When I upload these files to the server, every form with the testing of the mandatory fields and returning to that form, everything works, except the file where I test the last form and put all content in the email body.

 

On the server, as soon as the last  page starts to load, I get a Server Error HTTP Error 500. I really don't understand it, as everything works on my local xampp server.

 

Please let me know of places I can search for errors... like log files on the server or something like that.

 

Thanks

 

PS: I also used NetBeans, with its debugger, so I am quite sure its not the code, maybe a php setting...

Link to comment
https://forums.phpfreaks.com/topic/227860-local-vs-server/
Share on other sites

Fixing 500 errors - general

 

    This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of the Web server site to locate and analyse the logs which should give further information about the error.

Link to comment
https://forums.phpfreaks.com/topic/227860-local-vs-server/#findComment-1174967
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.