I have a slight problem that my checkout page 3 of 3 is freezing after I press the confirm order, it updates the database and the admin, but the page just keeping waiting ....
This is not a new install (1.2.7d) and has been working fine for weeks , this just started over the weekend. I have contact my web server and they suggest they have no problems?
Could I have a corrupted file in the check process ? Or is there anything else I can check myself.
One reply I got from my host is :-
I have removed all files to do with phpMyAdmin, but still the same problem?I've been advised that you appear to have a lot of concurrent connections to your database. This is usually caused when you use the mysq_pconnect method (used by phpMyAdmin).
What I advise to do is to find the php code that contains the connection string and use mysql_connect instead of mysql_pconnect if phpMyAdmin is using the mysql_pconnect method by default.
********
Any ideas??![]()



