Just out of curiosity, what is the current version of Apache installed on the east server. My 404 pages just say "Apache Server" but the httpd is sending "nginx" in the page header. phpinfo has led to be no help at all as well.
Click here for Toll-Free Service for your business starting at $2.00 per month
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu$mininductdate = new DateTime($initiationdate);
$maxinductdate = new DateTime($initiationdate);
$mininductdate->add(new DateInterval('P26D'));
$maxinductdate->add(new DateInterval('P35D'));
if($mininductdate < $inductiondate || $inductiondate > $maxinductdate)
{
printf('Submission failed: The Induction Date is not within 7 days of 30 days after Initiation date.<br>');
$indfail=1;
}
QuoteERROR: PleskFatalException
Unable to connect to database: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections
0: /usr/local/psa/admin/plib/common_func.php3:154
psaerror(string 'Unable to connect to database: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections')
1: /usr/local/psa/admin/auto_prepend/auth.php3:87