These errors only mean what they say.
Fatal error: Call to undefined function execute()
You call a function that does not exist.
Warning: exec() has been disabled for security reasons
Your web host has disabled the exec() method, you will not be able to run background scripts (as if you are trying to do). You need to find another way to achieve your goal or find another website.
user2264181
source share