Page 1 of 1

Blank page when user log in.

Posted: Fri Feb 10, 2023 10:00 am
by olas
After creating form under globeadmin, user obtains blank page after login authentication .

Can someone tell me what is missing ?

Regards
Olas

Re: Blank page when user log in.

Posted: Fri Feb 10, 2023 10:01 am
by kev1n
Hi Olas

Does this only happen for a user or admin?

Please also check:
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.

Re: Blank page when user log in.

Posted: Fri Feb 10, 2023 11:36 am
by olas
Hi Kev1n,

It happens just for user.

Regards

Re: Blank page when user log in.

Posted: Fri Feb 10, 2023 11:50 am
by kev1n
What about this?
If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.

Re: Blank page when user log in.

Posted: Fri Feb 10, 2023 2:07 pm
by olas
Hi kev1n,

Here are some erros when F12.

--------------------------------------
Buttons must have discernible text: Element has no title attribute

<button id="menu_forms" data-nu-tab="0" data-nu-form="" onchange="nuChange(event)" data-nu-object-id="nu62cca90dbe72fcf" data-nu-format="" data-nu-prefix="" data-nu-type="input" data-nu-subform-sort="1" data-nu-label=" " onfocus="nuLookupFocus(event)" class="nuButton nuEdited input_button input_button_right" type="button" onclick="menuFormClick(this, event);" data-nu-access="0" data-nu-same-row="1" style="top: 230px; left: 304px; width: 33px; height: 30px; text-align: center; position: absolute;">

<button id="menu_procedures" data-nu-tab="0" data-nu-form="" onchange="nuChange(event)" data-nu-object-id="nu62cca90dbda09a7" data-nu-format="" data-nu-prefix="" data-nu-type="input" data-nu-subform-sort="1" data-nu-label=" " onfocus="nuLookupFocus(event)" class="nuButton nuEdited input_button input_button_right" type="button" onclick="menuProcedureClick(this, event);" data-nu-access="0" data-nu-same-row="1" style="top: 332px; left: 304px; width: 33px; height: 30px; text-align: center; position: absolute;">

<button id="menu_setup" data-nu-tab="0" data-nu-form="" onchange="nuChange(event)" data-nu-object-id="nu62cca90dbea4053" data-nu-format="" data-nu-prefix="" data-nu-type="input" data-nu-subform-sort="1" data-nu-label=" " onfocus="nuLookupFocus(event)" class="nuButton nuEdited input_button input_button_right" type="button" onclick="menuSetupClick(this, event);" data-nu-access="0" data-nu-same-row="1" style="top: 129px; left: 636px; width: 33px; height: 30px; text-align: center; position: absolute;">

<button id="menu_database" data-nu-tab="0" data-nu-form="" onchange="nuChange(event)" data-nu-object-id="nu62cca90dbe7d11b" data-nu-format="" data-nu-prefix="" data-nu-type="input" data-nu-subform-sort="1" data-nu-label=" " onfocus="nuLookupFocus(event)" class="nuButton nuEdited input_button input_button_right" type="button" onclick="menuDatabaseClick(this, event);" data-nu-access="0" data-nu-same-row="1" style="top: 179px; left: 636px; width: 33px; height: 30px; text-align: center; position: absolute;">

<button id="menu_reports" data-nu-tab="0" data-nu-form="" onchange="nuChange(event)" data-nu-object-id="nu62cca90dbd7f63c" data-nu-format="" data-nu-prefix="" data-nu-type="input" data-nu-subform-sort="1" data-nu-label=" " onfocus="nuLookupFocus(event)" class="nuButton nuEdited input_button input_button_right" type="button" onclick="menuReportClick(this, event);" data-nu-access="0" data-nu-same-row="1" style="top: 179px; left: 968px; width: 33px; height: 30px; text-align: center; position: absolute;">

--------------------------------------

Regards
Olas

Re: Blank page when user log in.

Posted: Sat Feb 11, 2023 8:37 am
by kev1n
Is it possible to send me a dump of the database?

Re: Blank page when user log in.

Posted: Wed Feb 15, 2023 2:34 pm
by olas
I am really sorry. I've been very busy with other issues. Here is the content of the database if you have time to take a look.
Thank you so much!
Olas

Re: Blank page when user log in.

Posted: Wed Feb 15, 2023 2:45 pm
by kev1n
In the user's Access Level "nuuserhome" is set as launch form. Since here aren't any objects on that form, the user sees a blank screen.

Re: Blank page when user log in.

Posted: Wed Feb 15, 2023 5:44 pm
by olas
Thank you Kev1n,
I think I know where to go now.

Olas