Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Can'tlogin with admin/admin
Found this line in loginCheck.php
iif (Sql::getDbVersion() and Sql::getDbVersion()!=$version and version_compare(substr(Sql::getDbVersion(),1), '3.0.0','<')) {
User::setOldUserStyle();
Database is installed with version 0.3.0
I don't understand why db is installed with V0.3
Try and clean database (delete all tables) and try again.
Hello, being a fresh install, I tried many times re-creating db from scratch.
The problem maybe is due to a long time needed for the script to create the db and a timeout occurs with the db not being fully created. The db creation /upgrade scripts stops randomly after almost 1.5 minutes leaving incomplete transaction. The strange thing is that db version is never updated after each single script and stays at 0.3.0
try and increase max_execution_time in php.ini
you can also try incremental install.
First install V1.0, then V2.0 ....