You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, check mysql host:port is reachable by php, along with the mysql authentication - user, location, password.
Second, check if application/config/config.php.sample is renamed to 'config.php'.
Third, open config.php, find '$config['db_auth_host'] = '127.0.0.1'; and the following arguments till $config['realmlists']. Set them right.
Above all, you should know how database works, if not, Solve it first.
hello my friend
Install PHP 8.0
GMP Extension
GD Extension
Soap Extension
Mbstring Extension
PDO Extension
PDO-MySQL Extension
Tip: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0".
Install PHP 8.2
GMP Extension
GD Extension
Soap Extension
Mbstring Extension
PDO Extension
PDO-MySQL Extension
Tip: Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] Connection refused in /www/sites/wow.5.xyz/index/application/vendor/catfan/medoo/src/Medoo.php:478 Stack trace: # 0 /www/sites/wow.5.xyz/index/application/include/database.php(17): Medoo\Medoo->__construct(Array) #1 /www/sites/wow.5.xyz/index/application /loader.php(84): database::db_connect() #2 /www/sites/wow.515735.xyz/index/index.php(32): require_once('/www/sites/wow....' ) #3 {main} thrown in /www/sites/wow.5.xyz/index/application/vendor/catfan/medoo/src/Medoo.php on line 478
How to solve it?
The text was updated successfully, but these errors were encountered: