Quote:
Originally Posted by scottct1
I ran great for me the first few times, however the messages going out to YAHOOGROUPS are now getting a SQL error.
This is the error I am getting...
Now gateway.php is running in the backround, and its not stopping. I want to reupload my old gateway.php
How do I stop the old gateway.php from running?
|
If it's a UNIX or Linux box use top to determine the process ID then kill the process with kill -9
process_id - if it's a Windows machine you can use Task Mangler to kill the task.