Originally found this on SMF but it's there if Wedge is installed on the same host. It's down to the exec() function being disabled on that server, and I imagine that other users will come up against the same problem on shared servers.
On SMF the code is in Aeva-Media.php and in Wedge it appears to be in Class-Media.php. For SMF I think I've fixed it by wrapping:
Code: [Select] around blocks of code with the exec function in.
But I'll leave the Wedge code to you, I don't want to classed as hardcore ;)
On SMF the code is in Aeva-Media.php and in Wedge it appears to be in Class-Media.php. For SMF I think I've fixed it by wrapping:
if (function_exists('exec')) {But I'll leave the Wedge code to you, I don't want to classed as hardcore ;)
This topic was marked solved by





