centurypixel Posted January 25, 2016 Share Posted January 25, 2016 (edited) *** SOLVED *** For everyones knowledge as well, if you get the following error, and you have similar settings to below, make sure to copy ALL files that is in the original cron folder to your new cron folder. php -q /home/***/whmcs/crons/cron.php Warning: main(/home/***/whmcs/crons/bootstrap.php): failed to open stream: No such file or directory in /home/***/whmcs/crons/cron.php on line 0 Fatal error: main(): Failed opening required '/home/***/whmcs/crons/bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/***/whmcs/crons/cron.php on line 0 Here is my configuration.php file: <?php $templates_compiledir = "/home/***/whmcs/templates_c/"; $attachments_dir = "/home/***/whmcs/attachments/"; $downloads_dir = "/home/***/whmcs/downloads/"; $crons_dir = '/home/***/whmcs/crons/'; ?> Here are the contents of the "/home/***/whmcs/crons" folder config.php cron.php domainsync.php pipe.php pop.php Edited January 25, 2016 by centurypixel 0 Quote Link to comment Share on other sites More sharing options...
Sliffer21 Posted January 26, 2016 Share Posted January 26, 2016 You are missing the bootstrap.php file in your crons folder. 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.