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?
Try and clean cookies and browser cache and try again.
NB : also check for errors in log file and post it here (maybe some crypting library is missing)
i did it but i have the same trouble
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?
Do you have any error in the browser console ?
No, anything error. Only the syten launch the Invalid login parameters message. Anything else.
And is your database full with tables or not ?
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?
Can you retreive Apache error log file ?
Possibly we'll have some clue here.
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
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
No succes
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
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