Alessa76 Posted July 14, 2015 Share Posted July 14, 2015 Hello, Since I had updated to WHMCS 6 the Cron is not working I have received this email message intead the Cron Daemon pipe.php <br /> <b>Warning</b>: main(/home/*******/init.php): failed to open stream: No such file or directory in <b>/home/*******/whmcs_crons/pipe.php</b> on line <b>0</b><br /> <br /> <b>Fatal error</b>: main(): Failed opening required '/home/*******/init.php' (include_path='.:/opt/php54/lib/php') in <b>/home/*******/whmcs_crons/pipe.php</b> on line <b>0</b><br /> cron.php Unable to communicate with the WHMCS installation. Please verify the path configured within the crons directory config.php file. My config.php <?php # Enter path to root WHMCS directory (relative or full) $whmcspath = '/home/*******/public_html/*******/'; ?> Any ideas? Somebody have the same issue? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted July 14, 2015 Share Posted July 14, 2015 check this answer! http://forum.whmcs.com/showthread.php?103090-Problem-with-Cron-WHMCS-6&p=426182#post426182 0 Quote Link to comment Share on other sites More sharing options...
Alessa76 Posted July 21, 2015 Author Share Posted July 21, 2015 Hello Sentq thanks I tried with **** /opt/php53/bin/php-cgi -q /home/xxxxxxxx/whmcs_crons/cron.php but I keep getting error : ( Any ideas? Somebody have the same issue? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
iHOST.bg Posted August 25, 2015 Share Posted August 25, 2015 Hello. I had the same issue. You have to edit the config.php file within your crons folder (/name/public_html/whmcs/crons/config.php): <?php # Enter path to root WHMCS directory (relative or full) $whmcspath = '/name/public_html/whmcs/'; ?> Use the absolute path for your installation. BR, T. 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.