Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Problems accessing nuBuilder apps via IE11

Locked
armstrs01
Posts: 20
Joined: Tue Jul 14, 2015 5:00 pm

Problems accessing nuBuilder apps via IE11

Unread post by armstrs01 »

Some of the intended users of a system I am creating use IE11 (with no option to use anything else).

The system has been developed and tested using Chrome.

When I try to log in as a regular user under IE11, I get the following:
IE11_Error.png
I do not get this error when the same user logs in under Chrome.

I can log in as globeadmin under IE11 with no issues.

I have tried adding the home form to the user's access level but this has no effect.

Is there a way to ge around this?

Thanks,
Simon.
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Problems accessing nuBuilder apps via IE11

Unread post by admin »

Simon,

Is it as soon as they log in or after a while.

Are they logged in a 2 different people at the same time.

Steven
armstrs01
Posts: 20
Joined: Tue Jul 14, 2015 5:00 pm

Re: Problems accessing nuBuilder apps via IE11

Unread post by armstrs01 »

It happens as soon as they log in. I have ensured that they are only logged in as one user.

The problem does not occur when I log in as globeadmin.

The message is generated, as far as I can tell, by the nuValidateUser function in nuapi.php.

The following is written to the debug log:


** HOME BUG **
===USER==========

Simon Armstrong ( geteditform )

===BACK TRACE====

D:\Bitnami\wampstack-5.4.37-0\apache2\htdocs\nuapi.php - line 415 (nuHomeBug)

D:\Bitnami\wampstack-5.4.37-0\apache2\htdocs\nuapi.php - line 28 (nuValidateUser)



===VARIABLE====

The user has all of the relevant access and can login with no problems using Google Chrome.

Very confusing.

Simon.
armstrs01
Posts: 20
Joined: Tue Jul 14, 2015 5:00 pm

Re: Problems accessing nuBuilder apps via IE11

Unread post by armstrs01 »

SOLVED!!! :D

This appears to be a problem with the way IE deals with the $_SESSION data.??

The DNS name of my (dev) server has an underscore '_' in it (I know this is bad practice but I was allocated the name, I didn't select it. :oops: )

If I hit the IP address of my server from IE 11, instead of the DNS name, everything works as designed. If I hit the DNS name, the error returns.

I'm having the DNS name of my server changed, as I type this...
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Problems accessing nuBuilder apps via IE11

Unread post by admin »

.
Locked