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.

Login credentials
 
Notifications
Clear all

Login credentials

15 Posts
2 Users
0 Reactions
11.6 K Views
(@apereira)
Posts: 8
Active Member
Topic starter
 
[#4572]

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


 
Posted : 09 Aug 2017 18H56
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

admin / admin is the good account.
Try and clean browser cache and delete cookies.


 
Posted : 09 Aug 2017 19H21
(@apereira)
Posts: 8
Active Member
Topic starter
 

I have tried that and it gives me invalid login parameters

Please view attached log file with errors in it


 
Posted : 09 Aug 2017 19H25
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

Look for errors in browser console, and check that all modules are available in your php config (SSL may be missing).


 
Posted : 09 Aug 2017 19H45
(@apereira)
Posts: 8
Active Member
Topic starter
 

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


 
Posted : 09 Aug 2017 21H38
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

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.


 
Posted : 10 Aug 2017 11H30
(@apereira)
Posts: 8
Active Member
Topic starter
 

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'


 
Posted : 10 Aug 2017 17H10
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

It seems your database is "patially" populated.
Drop all tables and retry. (you can use phpMyAdmin for instance)


 
Posted : 11 Aug 2017 10H07
(@apereira)
Posts: 8
Active Member
Topic starter
 

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?


 
Posted : 11 Aug 2017 22H16
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

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.


 
Posted : 11 Aug 2017 23H01
(@apereira)
Posts: 8
Active Member
Topic starter
 

I tried and got the same results here is the log file


 
Posted : 14 Aug 2017 23H54
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

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


 
Posted : 15 Aug 2017 16H21
(@apereira)
Posts: 8
Active Member
Topic starter
 

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.


 
Posted : 16 Aug 2017 17H03
babynus
(@babynus)
Posts: 14957
Main Contributor Admin
 

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


 
Posted : 16 Aug 2017 17H27
(@apereira)
Posts: 8
Active Member
Topic starter
 

OK i finally got it working.

Thank you for your help


 
Posted : 21 Aug 2017 17H36
Share:

Scroll to Top