Page 1 of 1

Help! Unable to login to sites after uninstalling XAMPP

PostPosted: 18. July 2007 10:41
by blackshadow
Hi,

I am running into problems after uninstalling XAMPP for Windows when trying to login to myspace or facebook - I am getting the following errors:

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\www\facebook\processing.php on line 11

Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\www\facebook\processing.php on line 23


Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\www\myspace\processing.php on line 11

Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\www\myspace\processing.php on line 23



Can anyone suggest a fix? (I am running Windows XP Home SP2).

TIA Richard.

PostPosted: 19. July 2007 06:11
by ldivinag
wait, are you having problems after you INSTALLED xampp?

looks like xampp is running on your machine and is trying to email out using xampp's facilities.

shut down xampp and try again...

PostPosted: 20. July 2007 03:14
by blackshadow
Thanks for the reply Leo but XAMPP is definitely uninstalled on the computer - the paths listed in my original post do not exist. I think it is related to the problem I outlined in this thread http://community.apachefriends.org/f/viewtopic.php?t=25563

It's really frustrating as I need access to these sites and am loathe to undergo a whole Windows reinstall (which is an option) start everything from scratch - I believe there has to be a solution that will avoid the whole reinstallation bother.

Cheers, Richard

PostPosted: 21. July 2007 00:29
by Eric Pement
blackshadow wrote:Thanks for the reply Leo but XAMPP is definitely uninstalled on the computer - the paths listed in my original post do not exist.
[ ... ]
I believe there has to be a solution that will avoid the whole reinstallation bother.

Just guessing, but I would examine the Windows registry and search for the string "xampp" to see if there were registry entries that should have been deleted but are still present.

Next question is, why would a mail program try to be invoked when you visit a web site? Is it invoked with Internet Explorer but not with Firefox, or vice versa?

PostPosted: 22. July 2007 11:46
by blackshadow
Thanks Eric - deleting the registry entries has done the trick.