Jump to content

Cron Job Warning


Recommended Posts

Click the 'Learn More...' link in that popup. You need to re run the cron over the command line. In our case when this happens, it's usually because there was an error with another addon module that prevented the daily cron from completing. When you run the cron over the command line, any error messages will appear there for you to investigate.

Link to comment
Share on other sites

7 minutes ago, evolve hosting said:

Click the 'Learn More...' link in that popup. You need to re run the cron over the command line. In our case when this happens, it's usually because there was an error with another addon module that prevented the daily cron from completing. When you run the cron over the command line, any error messages will appear there for you to investigate.

Thanks! This is what I got:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32768 bytes) in /home/rws/public_html/rws.richtopco.com/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php on line 242
Segmentation fault

I set the php memory to no limit, but I still get the same error. Any idea what to do now?

Edited by waltr100
Link to comment
Share on other sites

Now I get 2 fatal errors:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32768 bytes) in /home/rws/public_html/rws.richtopco.com/vendor/composer/composer/src/Composer/Util/RemoteFilesystem.php on line 1049

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32768 bytes) in /home/rws/public_html/rws.richtopco.com/vendor/composer/ClassLoader.php on line 571

Link to comment
Share on other sites

16 minutes ago, DennisHermannsen said:

Increase the value for memory_limit in your PHP configuration. You've currently only configured the limit to 32MB. Set it to 128MB.

I did but I'm still getting the same errors. The only difference now is that the automation status on the WHMCS dashboard says "ok" and is green now.

Link to comment
Share on other sites

On 3/5/2023 at 10:27 PM, waltr100 said:

I did but I'm still getting the same errors. The only difference now is that the automation status on the WHMCS dashboard says "ok" and is green now.

If it says OK, it means it's running properly again. As others have mentioned, if you're changing the values in a php.ini file and it's not working, it's because it's not set high enough at the server level to allow the values entered in the php.ini file to work.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated