I got user management module error. What's wrong? Very strange, but I don't see the module in the uninstall list, but I see it in install list.
The error is:
There was an uncatched exception
Call to private database::__construct() from invalid context
in line (88) of (/modules/users_manage/tool.php):
Line 88:
$database = new $database();
Regards,
Rumen
Hi, never seen this module. Seems very old. From where you have it?
Line 88 you can comment out or delete.
Modules without a uninstall.php you can't uninstall. Put a empty uninstall.php into the module. Reload modules.
Thank you very much. It works now. Yes it is very old module. Where I found it ... I don't remember I have one folder with modules and I take whatever module I need from there. Collected with years ...
Thanks a lot again!
Rumen