PHP and cron question

nealdxmhost

Verified User
Joined
Jan 1, 2009
Messages
232
Location
Los Angeles CA
I have been in the middle of setting up a billing script on my system and one of the things that I am offering is some free hosting with forced ads. Anyhow I was running the cron manually as root and I got this result when I ran the cron;

Code:
php -q /home/admin/domains/dxmhosting.net/public_html/cron/cronjob.php --job=httpd_conf
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  Module 'ffmpeg' already loaded in Unknown on line 0
PHP Warning:  Module 'ffmpeg' already loaded in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613//usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613//usr/local/lib/php/extensions/ no-debug-non-zts-20020429/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  shell_exec() has been disabled for security reasons in /home/admin/domains/dxmhosting.net/public_html/rpc/forcedads/class_ApacheConfUpdater.php on line 546
PHP Warning:  shell_exec() has been disabled for security reasons in /home/admin/domains/dxmhosting.net/public_html/rpc/forcedads/class_ApacheConfUpdater.php on line 546

Incidentally I am running custombuild with mod_ruid because mod_suphp was keeping apache2 from starting up

Needless to say I have gotten something configured wrong somewhere, any ideas guys? A cold beer to the hero who comes up with this one.

Thanks for bearing with my noobness on this.

Neal
 
Last edited:
Look at those unable to load lines. If I'm right I'll meet you and we'll go to the Fair and you can buy me the beer :).

Jeff
 
Look at those unable to load lines. If I'm right I'll meet you and we'll go to the Fair and you can buy me the beer :).

Jeff

Thanks Jeff and that sounds like a plan! Did some digging and that problem has been solved.

I will try to call you later so we can set up a time for that beer!:):D:cool:
 
Back
Top