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.

[SOLVED] Users unab...
 
Notifications
Clear all

[SOLVED] Users unable to login after upgrading to most current release

43 Posts
2 Users
0 Reactions
37.1 K Views
(@iconic)
Posts: 280
Active Member
Topic starter
 
[#3001]

I have upgraded the ProjeQtor to the newest release 5.2.2 and now none of my users can log in. It accepts their user login details and then just stalls with the circles spinning. We left it for 30 minutes thinking it was updating but no-one can access it now.

Please help.


 
Posted : 07 Feb 2016 2H24
(@iconic)
Posts: 280
Active Member
Topic starter
 

Only ADMIN user account works.


 
Posted : 07 Feb 2016 2H30
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

First try and clean browser cache.
Then, search for errors in the log file and in the browser console.
Report any error here.


 
Posted : 08 Feb 2016 10H53
(@iconic)
Posts: 280
Active Member
Topic starter
 

Did what you said.


 
Posted : 08 Feb 2016 11H52
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

And ? ....
Any error on log file ?
Any error on browser console ?


 
Posted : 08 Feb 2016 11H54
(@iconic)
Posts: 280
Active Member
Topic starter
 

I can't seem to upload the log files. The page keeps telling me page cannot be found when I submit a log with *.txt


 
Posted : 08 Feb 2016 11H59
(@iconic)
Posts: 280
Active Member
Topic starter
 

I will try again.


 
Posted : 08 Feb 2016 11H59
(@iconic)
Posts: 280
Active Member
Topic starter
 

Here is another log


 
Posted : 08 Feb 2016 12H00
(@iconic)
Posts: 280
Active Member
Topic starter
 

There is another log that is 1.6MB but it won't let me upload this.


 
Posted : 08 Feb 2016 12H00
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

In the log file I can see call to url :

/Project-Management/tool/adminFunctionalities.php?adminFunctionality=updateReference&element=function%20item()%20{%20%20%20%20[native%20code]}&destinationWidth=48&destinationHeight=0&isIE=

This is considered as a hack attempt and rejected.
Did you modify code in some point ?
If not, do you remember what you did when this error occured ? (2016-02-07 10:28:39)

For your connections, users are connected using Remeber Me function.
Maybe there is a cokkie issue.
Please try and clean cookies.


 
Posted : 08 Feb 2016 14H10
(@iconic)
Posts: 280
Active Member
Topic starter
 

No code was changed from what I know. I downloaded the zip file.
* I disconnected all users.
* I then uploaded all files straight into the server.
* I then used ADMIN to update.
* When I told my users to try they all said it just hung.

We have cleared all cookies, caches, web history and passwords and this does not fix the issue.


 
Posted : 08 Feb 2016 14H13
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

And do users have error in Browser Console ?
Which browser are they using ?


 
Posted : 08 Feb 2016 14H19
(@iconic)
Posts: 280
Active Member
Topic starter
 

None of the users get an error message on screen. The program just shows the splash screen and the spinning circle saying "Loading ..."

We have tried it on IE11, Edge, Google Chrome and Firefox. We get the same issue for each one.


 
Posted : 08 Feb 2016 14H22
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Can you please open the browser console (F12, and select "Console" tab, works on mst browser).
Then check for any issue.

If no issue, go to "network" tab (still in dev tools), replay connection, look for last request send and post here response for this request.
Thanks.


 
Posted : 08 Feb 2016 14H27
(@iconic)
Posts: 280
Active Member
Topic starter
 

In Console tab the following information is displayed

dojo.js:15 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
dojo.js:15 exception in animation handler for: beforeBeginlang.extend._fire @ dojo.js:15
dojo.js:15 TypeError: Cannot read property 'offsetHeight' of null(…)lang.extend._fire @ dojo.js:15
dojo.js:15 TypeError: Cannot read property 'getValue' of undefined(…)(anonymous function) @ dojo.js:15
dojo.js:15 The XMLHttpRequest progress event property 'position' is deprecated. Please use 'loaded' instead.

In network tab


 
Posted : 08 Feb 2016 14H34
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Very weird.
There is an issue, but it seems to be internal dojo, linked to lanuage use.
What language is configured for the users ?
What is the local of the browsers ?


 
Posted : 08 Feb 2016 14H41
(@iconic)
Posts: 280
Active Member
Topic starter
 

What language is configured for the users ?

All English from what I understand. Everything was working perfect without any issue until the upgrade.

What is the local of the browsers ?

Not sure what you mean here, but if you are asking the location of my users, all in Australia.


 
Posted : 08 Feb 2016 14H45
(@iconic)
Posts: 280
Active Member
Topic starter
 

Hi there,
Just wondering if there are any updates or any further questions you may have or a possible solution to this problem.


 
Posted : 09 Feb 2016 14H26
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Difficult to investigate without any error logged and not reproducing.
Would it be possible to get a login to try connection to investigate ?


 
Posted : 09 Feb 2016 23H03
(@iconic)
Posts: 280
Active Member
Topic starter
 

Yes this is possible, but how do I provide it to you and also have security so that no one else logins in with details.


 
Posted : 10 Feb 2016 15H38
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

post as private message (small icon below my profile icon)


 
Posted : 10 Feb 2016 15H51
(@iconic)
Posts: 280
Active Member
Topic starter
 

Posted private message as requested.


 
Posted : 10 Feb 2016 15H55
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Thanks.
I could try cconnection but received message "invalid login parameter".
This means that user or password you provided is incorrect.
Could you check the message you sent ?


 
Posted : 10 Feb 2016 16H03
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Hi,

Thanks, I could reproduce on your platform.
It gave me a hint, but I could not reproduce on any of my platforms.

Could you try and comment line 306 in /view/main.php :

        echo 'hideShowMenu();';

like this

//        echo 'hideShowMenu();';

It should be a workaround (but I cannot still explain why it fails to work for you as it was not changed in latest version.)


 
Posted : 10 Feb 2016 18H18
(@iconic)
Posts: 280
Active Member
Topic starter
 

I did this and it logged me in but then I get the following error message and it freezes on loading the page. and Gives me this fatal error message "Fatal error: Maximum execution time of 30 seconds exceeded in /home/iconicprod/public_html/Project-Management/model/persistence/SqlElement.php on line 1724"

Here is the attached image of what I see now.


 
Posted : 10 Feb 2016 18H39
Page 1 / 2
Share:

Scroll to Top