View Single Post
Old June 24th, 2005, 05:42 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
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
Chuck S is online now   Reply With Quote