PDA

View Full Version : KABOOM bomb


hostful
04-06-2005, 11:10 AM
Trying to manually download software on website. Received a 404 error during setup. Tried to access website to see the status. I received this message:

-------->
Fatal error: KABOOM! Deliberately-placed script bomb - will remove as soon as we're done troubleshooting ;-) in /home/warriorh/public_html/includes/update_client.php on line 38

Not very friend, especially if a client is trying to see if his site is up and running! :(

hostful
04-07-2005, 01:09 PM
Ok this is not a problem for me anymore! But still would like to know about the error.

ghwebhosting
04-11-2005, 01:56 PM
I'm having this problem now. How did you get rid of it?

hostful
04-11-2005, 02:21 PM
I'm having this problem now. How did you get rid of it?

Actual, I was manually installing the software. I didn't really get rid of it. I just reinstalled through Fantanstico. Cameron emailed me a fix (file), but I didn't use it!

ghwebhosting
04-11-2005, 02:25 PM
Ok, Thanks.

jroxonline
05-09-2005, 08:28 PM
I am getting this KABOOM message as well, when testing the payment in the shopping cart. When I click on a credit card icon to begin payment, I get this error:

Fatal error: KABOOM! Deliberately-placed script bomb - will remove as soon as we're done troubleshooting ;-) in /home/coolpin/public_html/shopping/pgm-payment_gateway.php on line 1068

any ideas?

jroxonline
06-20-2005, 08:45 PM
To disable this error message, just comment out the following line:

trigger_error("KABOOM! Deliberately-placed script bomb - will remove as soon as we're done troubleshooting ;-)", E_USER_ERROR); exit;

change it to this by adding two front-slashes in the beginning of the line:

// trigger_error("KABOOM! Deliberately-placed script bomb - will remove as soon as we're done troubleshooting ;-)", E_USER_ERROR); exit;


worked for me this way.

finfera
09-19-2005, 02:45 PM
Thanks for this advice. I too was having a similar error message, I searched the internet on the error message, and found your guidance here. I was just the medicine I needed. Down load the affected file, made the changes, uploaded the corrected file and the problem was solved.

Jim :rolleyes:

To disable this error message, just comment out the following line:

trigger_error("KABOOM! Deliberately-placed script bomb - will remove as soon as we're done troubleshooting ;-)", E_USER_ERROR); exit;

change it to this by adding two front-slashes in the beginning of the line:

// trigger_error("KABOOM! Deliberately-placed script bomb - will remove as soon as we're done troubleshooting ;-)", E_USER_ERROR); exit;


worked for me this way.