Closed sistlind closed 9 years ago
That looks to me thats its also a problem of the code cleanup.
hope this commit fixed that 3154dcd320e62983aaa9c97844d1c0a9cb6f8db9
@sistlind could you confirm that it is fixed?
Hi, thx, now its working! But there is another (similar/depending) issue at the current master-branch: I could not open .../adm_program/modules/roles/roles.php to edit roles and i could not add a new category for userfields. At both sites i get the "Ungültiger Seitenaufruf"-error.
I think the problem is somewhere at the admFuncVariableIsValid function, i does not accept optional arguments correcty.
Best regards, Stefan
the last commit should fixed your "Ungültiger Seitenaufruf" bug. "announcements" and "profile" have an other bug... have to look tomorrow.
perfect, now everything is working fine!
->closed
At my fresh installation with aache 2.4.7 / php5.5.9, the installation ended with:
I assume the problem is the default value for $optionsAll['icon'] =null in adm_programm/system/classes/htmlpage.php(line 310). With this nullpointer the if-condition in line 334 will not work and throw the exception.
this patch should work:
Best regards Stefan
Edit: if done some syntax highlighting in this post. Best regards XimeX