Hello,
I spent 20 hours to setup your system with now result.
I have tried with 7.2.7 and 7.3.1 with XAMPP , all parameters in your check screen are green and OK.
I ve checked with phpMyadmin that the system has created the database projeqtor and the relevant tables.
The issue has to do with the 1st login attempt.
When i put user admin and password admin (as per your readme.txt file) the system responds with a red sign and the message "Invalid Login Parameters"
Bear in mind that my Apache has been configured to use port 8090 instead of 80 but this should not be an issue since ALL pages and other apps are working properly
Please advice
Hello,
It is probably connexion problem with DB check your parameters in files/config/parameters.php because if you change password to DB, you must change value in parameters.php.
Hi,
Try and clean browser cache and retry.
If problem persist, check browser console [F12] and post here any error logged.
thank you for your answer however this is not the case since the password is blank and it is crosschecked
I have cleared the cache but the system persists. No error shown on browser.
What else can be done ?
Windows 10
Firefox, Chrome and Edge tested
Mariadb root has no password
Any idea ?
Please check content db.
Do you have tables ?
Do you have table resource ?
Do you have line with id=1 and name='admin'
If so, try and execute :
update resource, set password='admin', crypto=null where id=1;
Everything is in place.
Resource table exists and has two rows.
I have replaced the relevant password for admin with no encrpyted admin password or md5 encrypted admin password.
It does the same ..
"Invalid login parameters"
I have replaced the relevant password for admin with no encrpyted admin password or md5 encrypted admin password.
Enter password in clear text, and set crypto to null
Also close browser (enventually clean cache) before new try.
Please post log file
It seems you has an uncomplete installation.
Lokk into table 'parameter'.
First line should have parameterCode='dbVersion'
if parameterValue is different from installed version, change it.
Then retry login : it should work better
Ok, I found that your parameter table refers as dbVersion v0.0.0 and my XAMPP set has installed 10.1.37-MariaDB - mariadb.org binary distribution.
What the content of dbVersion should be ?
It should content version of ProjeQtOr (V7.2.7 or V7.3.1)
Thank you , I am IN!!! 🙂