10-25-2018, 01:04 PM
Hello,
After working fine some time in the mobile interface. Two on my user getting white screen after login.
There error is:
line 27 is:
Deleting the temp file f3e8ee7270cb8098d4eff6bd5b57ca8ba1db8219_0.file.ListView.tpl.php don't help.
Those users can't load any mobile page expect the login form.
For example:
http://domain/modules/Mobile/index.php?_operation=listModuleRecords&module=HelpDesk
http://domain/modules/Mobile/index.php?_operation=fetchRecord&record=17x2209
Show white screen
As workaround I duplicate the user and the new user can access the mobile interface.
It's not look like this language / translation problem like in this post: https://discussions.corebos.org/showthread.php?tid=629&highlight=blank+screen
Because other users with the same setting can work.
Please advise
After working fine some time in the mobile interface. Two on my user getting white screen after login.
There error is:
Code:
PHP Fatal error: Call to a member function label() on boolean in ..../Smarty/templates_c/f3e8ee7270cb8098d4eff6bd5b57ca8ba1db8219_0.file.ListView.tpl.php on line 27
line 27 is:
PHP Code:
<head><title><?php echo $_smarty_tpl->tpl_vars['_MODULE']->value->label();?>
Deleting the temp file f3e8ee7270cb8098d4eff6bd5b57ca8ba1db8219_0.file.ListView.tpl.php don't help.
Those users can't load any mobile page expect the login form.
For example:
http://domain/modules/Mobile/index.php?_operation=listModuleRecords&module=HelpDesk
http://domain/modules/Mobile/index.php?_operation=fetchRecord&record=17x2209
Show white screen
As workaround I duplicate the user and the new user can access the mobile interface.
It's not look like this language / translation problem like in this post: https://discussions.corebos.org/showthread.php?tid=629&highlight=blank+screen
Because other users with the same setting can work.
Please advise