View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] Installation issue - Page 2 - ProjeQtOr
 
 

[SOLVED] Installation issue

More
29 Feb 2016 11:43 #7 by rbarragan
Replied by rbarragan on topic Installation issue
Hi,

I've attached the entire javascript console log.

File Attachment:

File Name: jserrors.log
File Size:23 KB


Thanks!
Attachments:

Please Log in or Create an account to join the conversation.

More
29 Feb 2016 11:56 #8 by babynus
Replied by babynus on topic Installation issue
It seems you have an issue in the crypting phase.
Could you try and retreive, during the connection phase, the getHash.php request, retreive the response and post it here.

NB : I guess you have an error message insted of the expected responde.
Possibly one requires module is missing. OpenSSL ?

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
01 Mar 2016 09:26 #9 by rbarragan
Replied by rbarragan on topic Installation issue
Hi,

I think there is a loop in the getHash request, I don't know if it's correct:
1st call

Response:

Then application try to connect again:

And getHash is called again (2nd call):

This is the response for the 2nd call:


And these are some parts of phpinfo:



Thanks again!

Please Log in or Create an account to join the conversation.

More
01 Mar 2016 11:03 #10 by babynus
Replied by babynus on topic Installation issue
Hi,

Thanks for this investigation.
It seems you get a different session id each time you send a request to the PHP server.
So authentification process fails.
(and there is an error I detected that leads to never ending loop in the getHash processus)

The most likely is that your PHP server is configured to set session as cookies (session.use_cookies = 1) and possibly your browser refuses cookies for this server.
Just enable cookies for this server in your browser security options, it should then work better.

If it is not working with cooking, try and change PHP options about session management, such as :
session.use_only_cookies = 1 ; This is recommended in PHP best practices
session.use_strict_mode = 0; I never used this paraleter, but may be an issue if set to 1

NB : never ending loop in getHassh processus has been fixed and fix will be deployed in V5.3.0

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
01 Mar 2016 12:12 #11 by rbarragan
Replied by rbarragan on topic Installation issue
Hi!

We've found the problem!! We have PHP 5.3.2 installed, then session.use_strict_mode option is not available. But default php configuration set the session.cookie_secure option to enabled, this mean that cookies are sent only in secure connections. I've created a .htacces in my root folder with the sentence: php_flag session.cookie_secure 0.

And it works!! Great!!

Only one more think, another issue I've received is a message error telling "set_time_limit is disabled for security reason in projector.php at line (2553)". My max_execution_time option is set to 150. I've solved it by enabling safe_mode option, and disabling it when db update was completed.

Thanks for your support!

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.080 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.