Forum

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.

Version 6.0.1 Fresh...
 
Notifications
Clear all

Version 6.0.1 Fresh Install

4 Posts
2 Users
0 Reactions
2,393 Views
(@mcarussi)
Posts: 2
New Member
Topic starter
 
[#3862]

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


 
Posted : 25 Nov 2016 14H25
(@babynus)
Posts: 14952
Member Admin
 

I don't understand why db is installed with V0.3
Try and clean database (delete all tables) and try again.


 
Posted : 25 Nov 2016 16H06
(@mcarussi)
Posts: 2
New Member
Topic starter
 

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


 
Posted : 25 Nov 2016 23H32
(@babynus)
Posts: 14952
Member Admin
 

try and increase max_execution_time in php.ini

you can also try incremental install.
First install V1.0, then V2.0 ....


 
Posted : 26 Nov 2016 13H12
Share:

Scroll to Top