Trying to track down a problem where my dynamic entries are not showing up. Found this message in an error log:
PHP Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/mydomain/public_html/cgi-bin/mt/php/extlib/ezsql/ezsql_mysql.php on line 97
Any clues?
Thanks
Reported on Movable Type 4.2
Bump. Any ideas, folks? It's an MT php script, it's upsetting the MySQL database and choking up my error logs. Can someone speculate?
Thanks.
You might be running out of database connections. You can modify these parameters in your mysql configuration file.
The 2 parameters you might look at are:
max_connections
and
max_user_connections
Rich