PirateBagel Posted April 11, 2007 Share Posted April 11, 2007 Here's my problem. (Through the help of a few board members) I've created a full script that places 80 fields of information onto a PDF and mails it to two email addy's. Yesterday I thought I had finished it, everything was working flawlessly. Today however, whenever I click submit it says "Send FAILED" (Which its set to say if something goes wrong) However, I havent changed anything. I've even tried reuploading the start of this code (I KNOW that backup works) but it still comes up Send FAILED. How can this work 200+ times fine, then suddenly stop working completely? I've checked my bandwidth, I have PLENTY left. Theres quite a bit of code total, though the only things I've been working in are proposalback.php and proposalform.php. Here's a link to the zip file with everything in it. If someone figures this out quickly i'll be happy to donate another $10 to the board (still owe $10 - waiting for payday now). Password on proposalform.php is phpfreaks btw EDIT: and yes, I do realize placing everything by cells is the quick and dirty way, but it worked. Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/ Share on other sites More sharing options...
craygo Posted April 11, 2007 Share Posted April 11, 2007 You forgot to escape out a double quote Info@arborpronw.com\""; or you just added to many Info@arborpronw.com"; this is in the proposalback.php file Ray Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227115 Share on other sites More sharing options...
PirateBagel Posted April 11, 2007 Author Share Posted April 11, 2007 That is an error, but that was just from me copy/pasting the message back in. Even when the message field is blank I still get Send FAILED. Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227122 Share on other sites More sharing options...
Zaid Posted April 11, 2007 Share Posted April 11, 2007 can you at least post your error log file, it is very long and difficult to read a whole website code Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227139 Share on other sites More sharing options...
PirateBagel Posted April 11, 2007 Author Share Posted April 11, 2007 can you at least post your error log file, it is very long and difficult to read a whole website code I have an error log file?? Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227150 Share on other sites More sharing options...
craygo Posted April 11, 2007 Share Posted April 11, 2007 To be honest I put it on my server and it works fine. http://www.theelders.net/misc/piratebagel/pdf/proposalback.php try it yourself Ray Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227154 Share on other sites More sharing options...
PirateBagel Posted April 11, 2007 Author Share Posted April 11, 2007 To be honest I put it on my server and it works fine. http://www.theelders.net/misc/piratebagel/pdf/proposalback.php try it yourself Ray This is what I was looking for.... I had a strange feeling it was my server. Due to the fact that in building and testing I have used the script flawlessly 200+ times. Hrm... What would cause my server to do this? Im using Network Solutions btw. Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227157 Share on other sites More sharing options...
per1os Posted April 11, 2007 Share Posted April 11, 2007 What are you basing the success on? Can you post the code that fails the script? Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227158 Share on other sites More sharing options...
craygo Posted April 11, 2007 Share Posted April 11, 2007 Maybe they changed mail servers or something and now your web server is not connecting to their mail server. I would contact them an find out. Ray Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227174 Share on other sites More sharing options...
PirateBagel Posted April 11, 2007 Author Share Posted April 11, 2007 What are you basing the success on? Can you post the code that fails the script? The code I posted is the same code, just goes to different emails and the pw is different. Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227197 Share on other sites More sharing options...
PirateBagel Posted April 12, 2007 Author Share Posted April 12, 2007 I changed nothing on the code and it works now. It also worked on all other servers fine. It definately was my host, Network Solutions. Boo. Quote Link to comment https://forums.phpfreaks.com/topic/46636-solved-what-the-hell/#findComment-227879 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.