Jump to content

Installation Error - Cannot access protected property mysqli_sql_exception::$message


George

Recommended Posts

Hi, I am trying to install CubeCart 6.4.4 but I got the following error after inputting the database info and shop info.

[Exception] C:\xampp\htdocs\TestShop\setup\setup.install.php:112 - Cannot access protected property mysqli_sql_exception::$message

I would like to seek your help if there are any ways I can try to fix this issue. 

Thank you for your help.

Link to comment
Share on other sites

For the moment, make an edit in the file /setup/setup.install.php:

From:
$errors[] = $strings['setup']['error_db_incorrect_something'].' '.$e->message;

To:
$errors[] = $strings['setup']['error_db_incorrect_something'].' '.$e->getMessage();

and try again.

Make sure you have a database where you think it is, and that there is a user with permissions to create tables in an existing database. I believe a correct installation of the stack should have done this for you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...