Using 1.5.8a. Upgraded to a new server approximately 1 week ago, but have not had any website issues until this morning. Now getting multiple log errors (200+) such as the following:
Code:
Request URI: /admin/index.php?cmd=whos_online&t=15, IP address: xx.xxx.xxx.xx, Language id
#1 mysqli_connect() called at [/includes/classes/db/mysql/query_factory.php:76]
#2 queryFactory->connect() called at [/admin/includes/init_includes/init_database.php:18]
#3 require(/admin/includes/init_includes/init_database.php) called at [/admin/includes/application_bootstrap.php:157]
#4 require_once(/admin/includes/application_bootstrap.php) called at [/admin/index.php:5]
--> PHP Warning: mysqli_connect(): (HY000/2002): No such file or directory in /includes/classes/db/mysql/query_factory.php on line 76.
and
Code:
Request URI: /whitmanreg-folders-c-119_144_171/whitmanreg-coin-folder-4985-american-women-quarters-w-s-mint-20222025-p-4253.html, IP address: 114.119.132.171, Language id
#1 mysqli_connect() called at [/includes/classes/db/mysql/query_factory.php:76]
#2 queryFactory->connect() called at [/includes/init_includes/init_database.php:22]
#3 require(/includes/init_includes/init_database.php) called at [/includes/application_top.php:199]
#4 require(/includes/application_top.php) called at [/index.php:25]
--> PHP Warning: mysqli_connect(): (HY000/2002): No such file or directory in /includes/classes/db/mysql/query_factory.php on line 76.
I did not change any database settings during the migration. The only other thing I did was redirect all site traffic from my old domain to my new domain. Since not all the same pages exist on the new site, it will redirect to the homepage if the page isn't found.
Any ideas what may be causing this, or what needs to be done to prevent in the future? Thanks in advance!
Bookmarks