Still no lovin. I wish it PHP would throw back some sort of connection error or something like that. Any clues would be appreciated.
after further review it looks like its getting to different break points at different times. which leads me to believe my connection is timing out to MySQL. I’m lookging at increasing my timeout times in My.ini for mysql.
Putting in breakpoints looks like its hanging on this function:
File: upgrade_functions.php
Line: 28
make_db_current_silent();
I’m investigating more.
I have control of my server and its PHP 5.0, IIS 6 using CGI.
I have same issue. Mine maybe a little different since the first instance I installed worked fine. But from there out it won’t. I’m configured to use IIS and I have my smpt server, port and send from defined in php.ini. Also I wrote a test email.php page to make sure it was working and it is. Any other clues?