| 62 | | |
| 63 | | Be sure to check /etc/owncloud/config.php to make sure it has the OC_User_mfpl class defined. If not, compare config.php with config.php.bak and update config.php as needed. |
| 64 | | |
| 65 | | When upgrading between major versions you most likely will have to download the corresponding version of the third party apps we are maintaining. Best practice seems to be: |
| 66 | | |
| 67 | | * Enter maintenance mode (edit to /etc/owncloud/config.php |
| 68 | | * Download all apps in /var/lib/owncloud/apps-local, replacing the existing apps with the new ones. |
| 69 | | * Upgrade the ownCloud core code. |
| 70 | | * `su - www-data && cd /var/www/owncloud && php occ upgrade` |
| 71 | | * Fix /etc/owncloud/config.php to include our custom class. |
| | 65 | * Fix /etc/owncloud/config.php to include our custom class (reference /etc/owncloud/config.php.bak). |