|
John
There is only one file error that has been reported with fusion.php which is a typo in the distribution
Line 27 of fusion.php has this
{$Globals['dprefix']}user_info.user_login FROM {$Globals['dprefix']}users
it should be this
{$Globals['dprefix']}users.user_login FROM {$Globals['dprefix']}users
Now your other issue is a server one not photopost one. Apparently exec has been disabled on this server which tells me you cant use mogrify at all. You would need to check with your host on this and alternatively use GD2
|