--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
Hi all,
Followup to Mr.Piyush Sharma's response.
I have checked the php.ini file and disable_functions= is empty.
Next I tried running the php file in a ssh session and it worked great. So, is the problem that the apache user(user browsing my site) cannot use the exec function??
--
Thanks,
MohammedShehzad Pankhawala.
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG-un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
<html>
<head>
<body>
<img src="/sites/all/themes/droid/images/arasan_header.jpg" >
<center><b>Script for CRON Job manually</b></center>
<?php
shell_exec("echo '************************************************* *******' >> loging.txt");
exec("sh mysh.sh");
system("sh mysh.sh >> myshlog.txt");
shell_exec("sh mysh.sh >> myshlogfinal.txt");
?>
<br/>
<br/>
<center>The system has prepared the latest Leads report and has been mailed.</center>
| Hello, check php.ini may be exec is blocked by php.ini. Normally, it is not advisable to allow this. If exec mentioned in php.ini, remove it and try again. Jigar --- On Tue, 4/13/10, Linuz Ashu <ashufo...@gmail.com> wrote: |