account disabled from web hosts

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
trav
Posts: 3
Joined: Wed 2. Mar 2005, 01:30

account disabled from web hosts

Post by trav »

Hello,

I run version 1.2.1-DEV

I just got a mail from my hosts stating that they have disabled a script using 'Sleep' that is causing MySQL database problems at the server.

What does this mean?

----------------------------------
7778 | myusername | localhost | myusername_phpwcms | Sleep | 483 | | |
| 7799 | myusername | localhost | myusername_phpwcms | Sleep | 205 | | |
| 7808 | myusername | localhost | myusername_phpwcms | Sleep | 442 | | |
| 7844 | myusername | localhost | myusername_phpwcms | Sleep | 103 | | |
| 7854 | myusername | localhost | myusername_phpwcms | Sleep | 120 | | |
| 7901 | myusername | localhost | myusername_phpwcms | Sleep | 224 | |
----------------------------------
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

I'm not sure if this is the problem, but is your conf.inc.php set to use persistent db connects? If so, I would definately set it to no - 0 (zero).
trav
Posts: 3
Joined: Wed 2. Mar 2005, 01:30

Post by trav »

thanks....which setting is that??
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

line 9 of /config/phpwcms/conf.inc.php should be as follows:
$phpwcms["db_pers"] = 0;

I'm not sure if this relates to the 'Sleep' issue that you mentioned, but it's the only resolution that comes to mind.
trav
Posts: 3
Joined: Wed 2. Mar 2005, 01:30

Post by trav »

They have disallowed permission on the config.php file I notice, but will write to them asking if that is the problem.

Thanks anyway.
Post Reply