White screen after upgrade to 5257
-
After I upgraded to 5257 two plugins are now throwing errors when accessing the management console.
PHP Fatal error: Call to a member function isValid() on null in /var/www/html/fog/lib/plugins/accesscontrol/hooks/RemoveMenuItems.hook.php on line 14
PHP Fatal error: Call to undefined function AddLocationMenuItem() in /var/www/html/fog/lib/plugins/ldap/hooks/AddLDAPMenuItem.hook.php on line 24
-
Both of these issues should be corrected now.
Thanks for reporting.
-
The latest SVN loads ok and the management console opens without issue. Great job!!
I did notice an issue with the plugin, selecting create new access control menu item give me the access control search page instead of add new access control. No error is thrown in the apache error log.
The apache access_log shows this entry:
GET /fog/management/js/jquery.disableSelection.js?ver=31 HTTP/1.1" 304 - “http://10.12.1.88/fog/management/index.php?node=accesscontrol&sub=add”
-
@george1421 Is LDAP plugin working properly?
@Tom-Elliott Why is it still AddLocationMenuItem in http://sourceforge.net/p/freeghost/code/4306/tree//trunk/packages/web/lib/plugins/ldap/hooks/AddLDAPMenuItem.hook.php?diff=4305 -
@Sebastian-Roth that is now fixed as well. Thanks for noticing what I didn’t lol.
-
@Sebastian-Roth Sorry I assumed login == working kit.
I decided this AM to break down my POC setup and rebuild it. Yesterday I attempted to learn objected oriented php programming to add a function to FOG and promptly whacked my install. I’m in the process of rebuilding it with a consistent build across all nodes. It appears that Tom was able to fix the LDAP part. I will test that once I get the environment resetup. Thank you for your assistance.