common Posted February 16, 2011 Share Posted February 16, 2011 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 More sharing options...
dragon_sa Posted February 16, 2011 Share Posted February 16, 2011 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.