Help needed.

LouisJW

Active Member
May 20, 2020
139
53
I'm doing this hotel for a friend, the config.php is 100% correct I have looked over it 100 times.

I'm being greeted with this

You must be registered for see images attach



Is there anything else it could be? e.g PHP version
 

Morohara

Member
May 18, 2020
92
55
Line 7 in that file is:

$dbh = new PDO('mysql:host='.$db['host'].':'.$db['port'].';dbname='.$db['db'].'', $db['user'], $db['pass']);

This line is basically asking for information from brain-config.php so something is wrong in there.

Make sure you're username and password for the MySQL server is setup correctly if you're unsure uninstall and reinstall.
 
Last edited:

LouisJW

Active Member
May 20, 2020
139
53
Line 7 in that file is:

$dbh = new PDO('mysql:host='.$db['host'].':'.$db['port'].';dbname='.$db['db'].'', $db['user'], $db['pass']);

This line is basically asking for information from brain-config.php so something is wrong in there.

Make sure you're username and password for the MySQL server is setup correctly if you're unsure uninstall and reinstall.

It's all correct as far as config.php and the PHP version is 100% correct. Any other suggestions?

MySQL - what about the MySQL itself could be wrong?
 

airilxx

Member
Jan 1, 2012
50
12
now youre getting funny...
No he's right. It's something to do with MySQL Server ( ).
Its an error due to new charset encoding.
I'm doing this hotel for a friend, the config.php is 100% correct I have looked over it 100 times.

I'm being greeted with this

You must be registered for see images attach



Is there anything else it could be? e.g PHP version
What version of MySQL Server did you've install?
 

Users who are viewing this thread

Top