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.
Hello,
I have just installed and I am trying to login as according to your help file.
What is the username and password to login
I have tried
username: admin
password: admin
No luck
admin / admin is the good account.
Try and clean browser cache and delete cookies.
I have tried that and it gives me invalid login parameters
Please view attached log file with errors in it
Look for errors in browser console, and check that all modules are available in your php config (SSL may be missing).
I have attached a copy of my php.ini file which i renamed .txt so i can upload
Please see attached screen shot of message that i first see when I connect to the site
First screen is ok.
It means database is not populated.
Can you check that database is empty ?
Check also for errors : in browser console, in projeqtor log file, in apache error lof file.
I dont use apache but IIS in windows server
I don't know how to check if the database is empty. It is a first install. There should not be anything in there.
The projeqtor log says the following
2017-08-10 08:59:54.035 ** ERROR ** [V0.3.0] Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.user' doesn't exist
2017-08-10 08:59:54.051 ** ERROR ** [V0.3.0] For query : select * from user where user.name='admin' and user.isUser = '1'
2017-08-10 08:59:54.054 ** ERROR ** [V0.3.0] Strack trace :
2017-08-10 08:59:54.055 ** ERROR ** [V0.3.0] #0 Sql->query called at [C:inetpubwwwrootprojeqtormodelpersistenceSqlElement.php:1943]
2017-08-10 08:59:54.056 ** ERROR ** [V0.3.0] #1 SqlElement->getSqlElementsFromCriteria called at [C:inetpubwwwrootprojeqtortoolloginCheck.php:67]
2017-08-10 08:59:54.079 ===== TRACE ===== Login error for user 'admin'
It seems your database is "patially" populated.
Drop all tables and retry. (you can use phpMyAdmin for instance)
I have installed phmyadmin and dropped all tables and then have it recreate again by logging in and it comes back with the same error message. If i look in the projeqtor log file, it comes back the it could not find the table "projeqtor.user". I look in the phpmyadmin and i cannot find that table.
Does it need to be there, if so do i need to create it manually?
Your database is not completely deployed.
It look like it's been deployed up to V0.3.0, but not competed.
Try and drop all tables and try again.
Then post log file if errors persist.
Hi,
It seems that setup process did not go correctly to its end.
Installation is ended during script for version 5.5.0 (almost there, but not completely)
Possibly your max_execution time is too small.
Try and increase is and start again (from empty database)
You can also try is differntial update :
- instal V5.0.0
- then migrate to latest
I have increased the max_execution time to 60, and it still got the same error.
As for the differential setup. I am not sure how to do this. Do you have a setup guide for this? Where do i download v5.0.0? Not sure how to do this.
Trry and increase max_execution time to 600 (5mn)
Don't forget to restart PHP (apache) to takle change into account.
For differential install :
- donwload v5.0.0 on download page
- install it
- donwload latest version on download page
- overwrite code with new one
- reconnect as admin
OK i finally got it working.
Thank you for your help