Fixing a Broken Instance After Updating
If your instance is broken after updating from <1.0.5 to 1.0.6, follow these steps to resolve the issue.
Navigate to the root directory of your MultiPortal instance and execute the following commands:
sudo chown -R www-data:www-data vendor
sudo chmod 755 -R vendor
sudo -u www-data bash -c 'composer install'
Now run the following command to install the packages that failed to install
sudo -u www-data bash -c 'composer install'
Run the following command to update the server routes:
sudo ./yii server/update-routes && ./yii updater/post-update
After completing these steps, your instance should be operational again.
If you continue experiencing issues, please reach out to support.