-
☆ A M B ☆
- 24,524 Posts
shell_exec() has been disabled for security reasons
Does your Ditto tpl use phpthumbs? It uses shell_exec.
-
☆ A M B ☆
- 24,524 Posts
Yes, anything that uses shell_exec would stop working if the server it’s put on has it disabled.
-
☆ A M B ☆
- 24,524 Posts
Does your server have safe_mode set to ON? That will disable shell_exec. You can find out by looking at the output from the phpinfo() view link in Reports -> System Info. There is a settings block that has an alphabetical list of the PHP settings.