Aleksandr Duplishchev
Aleksandr Duplishchev
At 95ac85c6d453fed166994e11a883bdc63a871e7a plugin installation system was broken, and saves status of installation/deinstallation as 'success' in all cases. I fixed it. Saving plugin status as 'installed'/'uninstalled' only if corresponding action finished...
I think it will be good to hide settings link for disabled plugins, because some plugins "runSettings" action can't work properly without overrides (from this plugin) for onBeginRequest
Fixes GameConnect/SourceBans#20 It works :) (tested) When mysql server going away - database connection will be closed and SB_Connect will return false;
Native_Connect native doesn't work properly to checking that sourcebans plugin is connected to db if plugin successfully connected to database at start, and then database goes down. In this case,...
or add command for reloading their from database? In some cases i wants to add new settings to database before request and access to it in the same request, but...