We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36549
    • 572 Posts
    Hi,

    I am getting the following error when i go to edit a resource:
    shell_exec() has been disabled for security reasons in /home/website/public_html/assets/plugins/managermanager/mm.inc.php(367) : eval()'d code on line 21

    Modx Evo 1.0.3
    ManagerManager 0.3.8

    I thought scripts should not really be using shell_exec()...although it’s not really my area so i’m only going by what i’ve been told by my server providers.

    Anyway does anyone know how i can solve this?

    Thanks

    J
      www.9thwave.co.uk
         WEB | DESIGN | PRINT
      • 30023
      • 172 Posts
      Thats probably a problem with your rules chunk.

      mm.inc.php doesn’t contain shell_exec, but it does eval() that chunk, and that appears to be where the problem lies.

      -- Tim.