Hi, I am using Dolphin 5.3 and my site works fine, well at least sometimes..
The problem is that I'm randomly getting a Database Activation Failed error throughout my site. One minute my site works just fine and another minute there is a red box on the screen that says Database Activation Error, not Database Access Error.
I did put a trap for mysql_error() to see what is causing the problem and it says "Access denied for nobody@localhost, using password = no.
I thought that maybe the script is not reading the username and password from header file so I have also trapped the db user and password variables to see if they are correct at the time of the error and they all seem fine too.
I did read about the maximum connected users and about changing pconnect to connect. I am not sure if this is causing the problem, since I am currently developing the site, so there are no other users than me. The max concurrent users allowed on my server is 30 and maximum connections is 650. During the error when I check the Active Persistent Links and Active Link on mysql server it shows only 2.![]()
I have tried using connect instead of pconnect to be sure but the problem stays the same. One minute its working fine and then Error, and after some time its alright again.
Any help will be appriciated...
Thanks


LinkBack URL
About LinkBacks
Reply With Quote




Bookmarks