Login Issue

Hi,

I’ve just updated from version 4 to 6.
Somehow I can’t login with any user but superuser anymore.
I reseted the framework properties and also created organizations for each owner.

But every time I try to login I get an error.

TypeError: Cannot read property “view” from undefined (C:\Documents and Settings\Administrador\servoy_workspace6_Laboratorio\svy_nav_navigation\globals.js#841)

The code line is “var _template = globals.nav.template_types[globals.nav.program[_program].view]” in global method svy_nav_init…

Is there some property I could be missing??

Thanks for the help.

Did you reload the properties?

[attachment=0]reload.png[/attachment]

Yes, I even deleted all of them and recreated twice.
But it was the same.

I would also like to ask you about field validation.
There is no way whatsoever to make it work.

Is it enough to set the field?
Or do I need to do something else??

Thanks for the help

I think I found the issue. The parameter “startup_program” is referring to a program for which the user doesn’t have rights to. So the workaround for now would be to remove that value from the settings.

But we will fix this for the next release…

Yes, that did it.
I gave every user the sec key and worked again. :D

Thanks for the help.