View Single Post
  #4  
Old 10-18-2012, 04:50 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,338
this usually has to do with the default php.ini /usr/local/lib/php.ini has functions like exec disabled (you should see the warning message when run the command posted earlier). just remove that from disable_function to workaround that. We are also working on a fix which will be included in 4.2.1.
Reply With Quote