3.5.2 permissions issue

From KnowledgeTree Document Management Made Simple

Jump to: navigation, search

Start by reverting your installation to 3.4.x.

  • 1) Shutdown your MySQL server.
  • 2) Run the upgrade installer (stop when you get to the database upgrade step):
  • 3) Correct the MySQL permissions:
chown -R mysql /opt/ktdms/mysql
  • 4) Correct the config.ini permissions:
chmod o+w /opt/ktdms
chmod o+w /opt/ktdms/config.ini
  • 5) Delete the old admin version notifier plugin:
rm /opt/ktdms/knowledgeTree/plugins/ktstandardKTAdminVersionPlugin.php
  • 6) You should now be able to run the database upgrade wizard without any issues.
  • 7) Finally, restore the permissions on the KnowledgeTree directory:
chmod o-w /opt/ktdms
chmod o-w /opt/ktdms/config.ini
Personal tools