DevDev Posted January 7, 2007 Share Posted January 7, 2007 I have it setup so that I manually create teh accounts. What I was wondering is when I try to change the automatic ppassword it won't change it, it says it does, but it doesn't it jsut goes back to the passwor that the server made. Also when I create teh accounts I try to enter a custom username and password and it just auto generates one. Also when I run my cron job, I get an e-mail from the cron daemon /home/dwall/public_html/client/admin/cron.php: line 1: ?php: No such file or directory /home/dwall/public_html/client/admin/cron.php: line 2: //: is a directory /home/dwall/public_html/client/admin/cron.php: line 3: syntax error near unexpected token `'ionCube Loader'' /home/dwall/public_html/client/admin/cron.php: line 3: `if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if((@$__id[1])==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('The file '.__FILE__.' has been encoded with the ionCube PHP Encoder and requires the free '.basename($__ln).' ionCube PHP Loader to be installed.');exit(199);' I have ioncube loaders installed. Also when i run the cron script manually it works fine. 0 Quote Link to comment Share on other sites More sharing options...
welch Posted January 7, 2007 Share Posted January 7, 2007 That looks like your PHP CLI is not setup properly. what is the exact command you have in your cron line? 0 Quote Link to comment Share on other sites More sharing options...
DevDev Posted January 7, 2007 Author Share Posted January 7, 2007 the command is /home/dwall/public_html/client/admin/cron.php 0 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.