Fatal error: Call to a member function GetFriendlyName() on a non-object in /home/user/public_html/admin/moduleinterface.php on line 120
It seems to be related to parameters in the URL. As it doesn't tend to happen unless there's parameters present in the URL.
For example, with module manager the default list on A shows up fine, selecting another letter of the alphabet adds parameters into the URL, then the error is produced:
First page:
/~user/admin/moduleinterface.php?module=ModuleManager
Letter M, produces error:
/~user/admin/moduleinterface.php?mact=ModuleManager,m1_,defaultadmin,0&m1_curletter=M
Thanks for any help in advance,
Matt
