Hi,
I'm trying ton upgrade from the previous database less version of Chevreto to the last one (with database) and it's look like not working.
My database was empty, no tables.
When I try to launch the update.php I get this error :
So chevreto can find the database but I dont know why it don't want to create my schema ...
I put the error_reporting tag to true but nothing append.
any idea ?
Regards
Justin
I'm trying ton upgrade from the previous database less version of Chevreto to the last one (with database) and it's look like not working.
My database was empty, no tables.
Code:
mysql> show tables;
Empty set (0.00 sec)
When I try to launch the update.php I get this error :
The update Script can set the maintenance mode
Please try again in a few moments. This is caused for this SQL error: [SQL 42S02] [mysql 1146] > Table '***.chv_options' doesn't exist
So chevreto can find the database but I dont know why it don't want to create my schema ...
I put the error_reporting tag to true but nothing append.
any idea ?
Regards
Justin