By Dave Drummer on Wednesday, 16 March 2022
Posted in Technical Issues
Replies 6
Likes 0
Views 1.5K
Votes 0
We are using EasyBlog with lehighwheelmen.org. We have had issues with multiple notifications to our members when a new article is posted. EasyBlog support suggested that we disable the page load option and instead use a cronjob to send the emails.

I visited Sitetools>Devs>Chron jobs. I understand how to set the interval, but am not sure about the command to send the emails generated by EasyBlog. Their support person sent me the following. Is the command in the second line the one I should use? Thanks for your assistance.

If your hosting provider supports wget, the simplest way to setup the cronjob would be:
/bin/wget -O /dev/null "https://yoursite.com/index.php?option=com_easyblog&task=cron";

You need to check with your hosting company for the correct path to wget /bin/wget
How about using the new Joomla 4.1 "scheduled tasks" for cron jobs?

More info here too Automating with Joomla Scheduled Tasks

https://www.akeeba.com/documentation/admin-tools-joomla/php-file-scanner-joomlascheduled.html
·
Wednesday, 16 March 2022 03:30
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Dave,

It seems like I can't access your site backend, you can check my attached screenshot below.

Have you consulted with your Webhosting provider yet whether your server supports wget? if no, perhaps you can ask them and see if you would like to set up a cronjob on the server, what kind of command need to use?

By the way, you can update your site Cpanel login access at your first post, you need to edit your first post and put the Cpanel login details into the site details form.
·
Wednesday, 16 March 2022 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
I just noticed that you already updated your siteGround login credentials, I did try to log in on your siteGround account but it seems like siteGround required me to enter an authentication code if you received this authentication code, can you send it to me now?
·
Wednesday, 16 March 2022 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Dave,

It seems like I can't access your site backend, you can check my attached screenshot below.

Have you consulted with your Webhosting provider yet whether your server supports wget? if no, perhaps you can ask them and see if you would like to set up a cronjob on the server, what kind of command need to use?

By the way, you can update your site Cpanel login access at your first post, you need to edit your first post and put the Cpanel login details into the site details form.
·
Wednesday, 16 March 2022 21:28
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Dave,

It seems like I can't access your site backend, you can check my attached screenshot below.

Have you consulted with your Webhosting provider yet whether your server supports wget? if no, perhaps you can ask them and see if you would like to set up a cronjob on the server, what kind of command need to use?

By the way, you can update your site Cpanel login access at your first post, you need to edit your first post and put the Cpanel login details into the site details form.


Yes, I'm seeing that also. After viewing a previous response about using the "scheduled tasks" option in Joomla 4.1, I decided to update to Joomla 4.1, as we were still using Joomla 3. Partway through the installation, I saw an error message. I figured to troubleshoot this when I had more time, but now we are having website problems, which may be related to the failed installation. I've contacted our host to see what they say.
·
Wednesday, 16 March 2022 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
The code is 198684. However, we are having another problem. Error 500 message, cannot access the website. I followed this to a message that it is usually caused by a bad plug-in, but the article linked to is for Wordpress, not Joomla, so I am confused.


Yesterday, I attempted to upgrade to Joomla 4. Partway through the installation, there was an error message. I didn’t have time to follow up on that, so I figured to do it later. Maybe this is the cause of the problem with Error 500? Will appreciate your feedback.

The verification code no longer work now since the code already expired.

Regarding your 500 error, may I know where did you hit this error? Because I can't encounter this error on your site frontend and backend.

For now, I would suggest you solve the issue one by one first before you upgrade your site to Joomla 4 because this Joomla 4 is a major update and you need to make sure that all the installed component/plugin/template is compatible with the Joomla 4 first before you proceed this.

It would be best you can clone your live site to one of your staging sites so that you can test this Joomla 4 major update and see if you have encountered any issues first before you perform this upgrade from your live site.

Regarding for your cronjob configuration issue, can you try to add the following cron command from your cronjob configuration page and see what response you receive?


/usr/bin/wget -O /dev/null "https://lehighwheelmen.org/index.php?option=com_easyblog&cron=1"
·
Thursday, 17 March 2022 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post