Pima Posted March 26, 2008 Share Posted March 26, 2008 I am receiving this as an error: Site error: the file <b>/home/user/public_html/billing/admin/cron.php</b> requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. The ION Cube modules are installed and I can access the client and admin side of things fine. I also manually ran the cron from the browser with success and no errors - it is just the cron that throws the error. Is this a common issue? If not and there is not a definitive solution would it be possible to obtain this file "cron.php" unencrypted as a work around? 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted March 26, 2008 Share Posted March 26, 2008 You are calling php from the wrong location in your cron. Use the full path for php where your ioncube php is. 0 Quote Link to comment Share on other sites More sharing options...
Pima Posted March 26, 2008 Author Share Posted March 26, 2008 PPH, The actual cron is as follows and what was posted previously is the email sent php -q /home/account_name/public_html/billing/admin/cron.php This is directly from WHMCS > config > automation 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted March 26, 2008 Share Posted March 26, 2008 type which php at the command prompt and use the answer in place of php for example: /usr/bin/php -q /home/username/public_html/whmcs/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.