Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
marklcfc Posted July 6, 2016 Posted July 6, 2016 I've ran a test upgrade so can see how long this is expected to take and after 12 hours this is where it's at - I wasn't expecting posts to be so low at 0.17%. At that rate it's going to take at least two months. I was also expecting to see that screen to run via cron but it never appeared in the upgrade - is that for something else?
Mark H Posted July 6, 2016 Posted July 6, 2016 What you see in the ACP is the overall progress, but it does not, in itself, run as a cron job. Background tasks are triggered by people who are logged in and browsing around. If you do not have regular enough traffic, then using a cron job will speed up the process (as much as possible without creating server resource issues). Enter the word 'cron', without quotes, in the ACP live search and choose "Task Method" from the result list. Choose the cron option and you'll be shown the string to enter on the server.
marklcfc Posted July 6, 2016 Author Posted July 6, 2016 So will this never get complete unless I run the cron option? Posts are 0.24% complete after 24 hours. I have only ran on a test forum though so no one is actually viewing topics, but those I have personally viewed during the day don't even look updated. (quotes are not displaying right)
stoo2000 Posted July 6, 2016 Posted July 6, 2016 It's a test site without anyone on it to trigger the tasks often, of course it's going to be slow. You probably won't even notice the bars moving that much. You will either need to run them manually (the link under the bars) or set up a cron.
Philip Gaines Posted July 8, 2016 Posted July 8, 2016 Here's how i set CRON up:- Login to the Admin panel then hover over SYSTEM and then click on Advanced Configurations. On the First TAB "Server Environment" click on USE CRON and copy the text you see in the box below but you need to remove /opt/alt/php56/ and start with USR For example from :- /opt/alt/php56/usr/bin/php -d memory_limit=-1 -d max_ex................... For example to :- usr/bin/php -d memory_limit=-1 -d max_ex................... You can also add this to the end which will stop your email getting flooding with reports "/dev/null 2>&1" Now open you hosting Cpanel and find CRON:- When you open CRON you will need to select "Once Per Minute and paste the text into the bottom command box and then click on add new cron job. You can also add this to the end which will stop your email getting flooding with reports "/dev/null 2>&1" You should be able to see the CRON JOB listed and all set up:- Make sure you have a dot selected under Minutes, hours, days, month,weekday .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.