No - I did the following:
Set-up credit card and payment processing via the admin and tested - everything was OK - inlcuding test orders.
I went on to other unrelated tasks - then came back to work on my site (am having speed issues) - so i tried one recommendation from the forum #246:
*******
had a similar problem to this whereby the page seemed to stall when it got to the log in part of the page. If you view the html, you will see what is causing the issue.
The answer lies in the saving of sessions in mysql.
This is set in line 236 of your config.php is $store_sessions_in_mysql = false;
It worked for me.
********
So I changed the config.php to FALSE
at some point thereafter the problem started - so I changed it back to TRUE.
and problem is still there....
|