Comment to UNA 10 Upgrade Help
-
This worked! I changed the .htaccess in .periodic folder to .htaccess.bak. Also, I did (protected $_sUrlVersionCheck = '_https://v.una.io/';) and (/beta) without the (_) symbol. Is it ok if I keep my .htaccess changed to .bak? Will UNA stop using the cronjobs or will it make the cronjobs faster?
-
-
-
I do not know how your cron job is setup. You can go to Studio > Dashboard > click the down arrow by Host Tools and choose "Server Audit".. Scroll down and you should see how your cron job is setup there. Like this:
SHELL="/usr/bin/bash" * * * * * /opt/plesk/php/7.1/bin/php -q /var/www/vhosts/mywebsite.com/httpdocs/periodic/cron.php
Those 5 stars you see there.. * * * * * mean I have mine setup to run every minute.