brooksh Posted December 29, 2007 Share Posted December 29, 2007 Currently I am running PHP 4.4.7. safe_mode is off. It was working and now it isn't. I'm assuming it is a server setting, but I can't seem to find it. exec("/usr/local/bin/php ./create_account.php \"domain=$domain\" &2>1"); or exec("/usr/bin/php /home/public_html/create_account.php \"domain=$domain\" &2>1"); I would appreciate any suggestions. Quote Link to comment Share on other sites More sharing options...
nuxy Posted December 29, 2007 Share Posted December 29, 2007 Try to see if it isn't disabled. <?php echo 'Function is ' . ((function_exists('exec')) ? 'enabled' : 'disabled') . '.'; ?> Quote Link to comment Share on other sites More sharing options...
brooksh Posted December 29, 2007 Author Share Posted December 29, 2007 Yes it is enabled. Quote Link to comment Share on other sites More sharing options...
brooksh Posted December 29, 2007 Author Share Posted December 29, 2007 I guess by changing from Apache 1.3 to Apache 2.2 it fixed the problem and exec() works now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.