-
After this step, the following message appeared (see Screenshot):
Can't apply upgrade because the following files were modified: inc/classes/BxDolUpgrader.php
----------
STEP 1: To upgrade from 9.0.0 to 9.0.1 you will need to edit the inc/classes/BxDolUpgrader.php file and remove the /beta/ from the URL so it looks like this:
protected $_sUrlVersionCheck = '_https://v.una.io/';
----------
The control panel has become available 9.0.1.
But a warning appears and nothing happens.
What to do?
-
-
-
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.