Author Topic: PHP Fatal error: Database was not initialized correctly  (Read 7373 times)

0 Members and 1 Guest are viewing this topic.

renatoandrade.com

  • Jr. Member
  • **
  • Posts: 2
PHP Fatal error: Database was not initialized correctly
« on: August 21, 2015, 12:48:22 PM »
libs/classes/Mibew/Database.php on line 119

Hello, I wonder if you know why this error is occurring, just install the script on my server and it is generating this error in the error logs, appreciate the attention.

Contains in line 119:
trigger_error('Database was not initialized correctly', E_USER_ERROR);

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: PHP Fatal error: Database was not initialized correctly
« Reply #1 on: August 21, 2015, 01:20:01 PM »
Check you MySQL credentials in config.yml file. It seems that they are not valid.

renatoandrade.com

  • Jr. Member
  • **
  • Posts: 2
Re: PHP Fatal error: Database was not initialized correctly
« Reply #2 on: August 22, 2015, 05:34:29 PM »
Managed to find the error, was the password I used with some special characters, I'm leaving here the commentary to the community, if someone put some special characters in passwords automatically generated with numbers and special characters letters can this error occurs when generating your test passwords before publishing the chat.