View Single Post
  #2  
Old 11th January 2010, 21:38
Ben Ben is offline
Moderator
 
Join Date: Jul 2006
Posts: 1,016
Thanks: 7
Thanked 56 Times in 51 Posts
Default

What is the errormessage you get? Depending on your log_level err message may not be displayed but stored to the webserver's logfile.

Might be, that either safe mode is disallowing the usage of exec or the function is disbaled in general in your php.ini.

Just another thing, whereever the content of $file_data['dir'], carfully verify it's content for validity.
Reply With Quote