Forum

Upgrade in progress...
 
Notifications
Retirer tout

Upgrade in progress Only admin user can connect.

47 Posts
3 Utilisateurs
0 Reactions
40.3 K Vu
(@gnduser)
Posts: 42
Active Member
Début du sujet
 
[#3761]

Hello.

I have installed step by step in centos 6.3. I have made all exactly it says installation manual.

After passing through the configuration page i arrives to login (appears upgrade in progres....).

I test admin/admin and the response is Invalid login parameters.

So, I can't acces projeqtor.

Some idea?


 
Posté : 17 Oct PM 20:1010
(@babynus)
Posts: 14952
Membre Admin
 

Try and clean cookies and browser cache and try again.


 
Posté : 17 Oct PM 20:1010
(@babynus)
Posts: 14952
Membre Admin
 

NB : also check for errors in log file and post it here (maybe some crypting library is missing)


 
Posté : 17 Oct PM 20:1010
(@gnduser)
Posts: 42
Active Member
Début du sujet
 

i did it but i have the same trouble


 
Posté : 18 Oct AM 10:1010
(@gnduser)
Posts: 42
Active Member
Début du sujet
 

Inside the log file only there are lines repeting:

Date and time=====TRACE====Login error for user admin
Date and time=====TRACE====Login error for user admin
Date and time=====TRACE====Login error for user admin
.....

Any idea?


 
Posté : 18 Oct AM 10:1010
(@babynus)
Posts: 14952
Membre Admin
 

Do you have any error in the browser console ?


 
Posté : 18 Oct AM 11:1010
(@gnduser)
Posts: 42
Active Member
Début du sujet
 

No, anything error. Only the syten launch the Invalid login parameters message. Anything else.


 
Posté : 18 Oct AM 11:1010
(@babynus)
Posts: 14952
Membre Admin
 

And is your database full with tables or not ?


 
Posté : 18 Oct AM 11:1010
(@gnduser)
Posts: 42
Active Member
Début du sujet
 

I acces mysql databases from command Shell in centos without problems. I can see the Projeqtor database but it seems that projeqtor it's not linked to mysql.
I haven't the tables empty inside database. Could i make some test to chek the correct working of the application?


 
Posté : 18 Oct AM 11:1010
(@babynus)
Posts: 14952
Membre Admin
 

Can you retreive Apache error log file ?
Possibly we'll have some clue here.


 
Posté : 18 Oct AM 11:1010
(@gnduser)
Posts: 42
Active Member
Début du sujet
 

This is an error repeatly into error_log httpd folder logs

[Tue Oct 18 10:50:32 2016] [error] [client 192.168.106.63] File does not exist: /var/www/html/projeqtor/tool/loginCheck.php&isLoginPage=true, referer: http://192.168.106.204/projeqtor/view/main.php

The file exists into that path...i don't understand


 
Posté : 18 Oct AM 11:1010
(@babynus)
Posts: 14952
Membre Admin
 

This can be due to misconfigured Apache plugins.
For instance, I found several references to SPIP module causing this kind of issue.

This can be more trivial, just about access rights : you miust set as owner the user that runs php.
On Centos, it is apache.
so a little :

chown -R apache: /var/www/html/projeqtor

could help.
Also, to be sure it's not an access righ issue, you can try :

chmod -R 777 /var/www/html/projeqtor

Then when all is fixed :

chmod -R 755 /var/www/html/projeqtor

 
Posté : 18 Oct AM 11:1010
(@gnduser)
Posts: 42
Active Member
Début du sujet
 

No succes


 
Posté : 18 Oct PM 13:1010
(@babynus)
Posts: 14952
Membre Admin
 

Sure you have something incorrect in Apache or PHP configuration.

Thry and stop Apache.
Clean PHP and Apache logs.
Start Apache.
Retreive PHP and Apache logs and post them here


 
Posté : 18 Oct PM 16:1010
(@gnduser)
Posts: 42
Active Member
Début du sujet
 

Php log:
[18-Oct-2016 18:12:51] PHP Warning: Module 'ldap' already loaded in Unknown on line 0

Apache Acces_log:

192.168.106.63 - - [18/Oct/2016:18:15:18 +0200] "GET /projeqtor/ HTTP/1.1" 200 2092 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
192.168.106.63 - - [18/Oct/2016:18:15:18 +0200] "POST /projeqtor/view/main.php HTTP/1.1" 200 10181 "http://192.168.106.204/projeqtor/" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko"
192.168.106.63 - - [18/Oct/2016:18:15:20 +0200] "POST /projeqtor/tool/saveDataToSession.php?idData=screenHeight&value=1080 HTTP/1.1" 200 - "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident$
192.168.106.63 - - [18/Oct/2016:18:15:20 +0200] "POST /projeqtor/tool/saveDataToSession.php?idData=screenWidth&value=1920 HTTP/1.1" 200 - "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/$
192.168.106.63 - - [18/Oct/2016:18:15:20 +0200] "POST /projeqtor/tool/saveDataToSession.php?idData=browserLocale&value=es-es HTTP/1.1" 200 - "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Tride$
192.168.106.63 - - [18/Oct/2016:18:15:20 +0200] "POST /projeqtor/tool/saveDataToSession.php?idData=browserLocaleDecimalPoint&value=, HTTP/1.1" 200 - "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.1; WOW6$
192.168.106.63 - - [18/Oct/2016:18:15:20 +0200] "POST /projeqtor/tool/saveDataToSession.php?idData=browserLocaleDateFormat&value=DD/MM/YYYY HTTP/1.1" 200 - "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.$
192.168.106.63 - - [18/Oct/2016:18:15:20 +0200] "POST /projeqtor/tool/saveDataToSession.php?idData=browserLocaleThousandSeparator&value=. HTTP/1.1" 200 - "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.1;$
192.168.106.63 - - [18/Oct/2016:18:15:43 +0200] "GET /projeqtor/tool/getHash.php?username=fQLiwRwyBlhrJPt0DA%3D%3D HTTP/1.1" 200 34 "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; r$
192.168.106.63 - - [18/Oct/2016:18:15:43 +0200] "POST /projeqtor/tool/loginCheck.php?destinationWidth=300&destinationHeight=37.92&isIE= HTTP/1.1" 200 56 "http://192.168.106.204/projeqtor/view/main.php" "Mozilla/5.0 (Windows NT 6.1; $

apache error_log
File: error_log

[Tue Oct 18 18:12:51 2016] [notice] caught SIGTERM, shutting down
[Tue Oct 18 18:12:51 2016] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Tue Oct 18 18:12:51 2016] [warn] module proxy_ajp_module is already loaded, skipping
[Tue Oct 18 18:12:51 2016] [warn] module proxy_html_module is already loaded, skipping
[Tue Oct 18 18:12:51 2016] [warn] module dav_svn_module is already loaded, skipping
[Tue Oct 18 18:12:51 2016] [notice] Digest: generating secret for digest authentication ...
[Tue Oct 18 18:12:51 2016] [notice] Digest: done
[Tue Oct 18 18:12:51 2016] [notice] Apache/2.2.15 (Unix) DAV/2 proxy_html/3.1.2 SVN/1.6.11 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations


 
Posté : 18 Oct PM 18:1010
Page 1 / 4
Share:
Retour en haut