Website URL
internet-diving.infinityfreeapp.com
Error Message
**Fatal error** : Uncaught mysqli_sql_exception: Access denied for user '[email protected]'@'192.168.0.53' (using password: YES) in /home/vol7_3/infinityfree.com/if0_36011463/htdocs/index.php:25 Stack trace: #0 /home/vol7_3/infinityfree.com/if0_36011463/htdocs/index.php(25): mysqli->__construct('sql313.inifinit...', 'PII@...', Object(SensitiveParameterValue), 'if0_36011463_in...') #1 {main} thrown in **/home/vol7_3/infinityfree.com/if0_36011463/htdocs/index.php** on line **25**
Other Information
i have a config.php file that is linked to index.php with the information below
<?php
// Database credentials
define('DB_SERVER', 'sql313.inifinityfree.com');
define('DB_USERNAME', '[email protected]');
define('DB_PASSWORD', '???');
define('DB_NAME', 'if0_36011463_infodiving');
// API Keys
define('SCREENSHOT_API_KEY', '???');
define('IMGBB_API_KEY', '???');
?>