Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Plugin xyz used to work with an older version of Admin Mod but doesn anymore – why?

0
Posted

Plugin xyz used to work with an older version of Admin Mod but doesn anymore – why?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123