Plugin xyz used to work with an older version of Admin Mod but doesn anymore – why?
OK, firstly, recompile the plugin from the SMA file using the latest version of Admin Mod. If it doesn’t compile, see Q20. If it does compile, and your recompiled version fails to work properly, the following changes to Admin Mod may be affecting it. If you see one of the following in the log: “[ADMIN] (exec) You cannot use exec() starting with ‘admin_command'” “[ADMIN] (exec) You cannot use exec() containing with ‘admin_command'” Then the plugin is trying to use the exec() function to run another plugin’s command. You need to replace the call to exec() with a call to plugin_exec(). You are also no longer allowed to use ; characters in exec() to run multiple commands. If you see one of the following in the log: “[ADMIN] (exec) What, changing file_access_? Playing with yourself again? STOP THAT!” “[ADMIN] (exec) Trying to be sneaky by manipulating amv_register_cmds? STOP THAT!” “[ADMIN] (exec) Illegal use of exec(‘allow_client_exec’) detected. Command ignored.” Then the plugin is trying
Related Questions
- Im using an older version of this plugin wich uses and tags. Do I have to edit all posts and change that tags to the new ones?
- Can I use an older (used and less expensive) version of the MLA, APA, or other style manual?
- Plugin xyz used to work with an older version of Admin Mod but doesn anymore - why?