• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Joomla Toolkit

Michael Weber

New Pleskian
Hi there,
we have a issuse with the toolkit, there are a lot of broken instances, and when we detatch them they return after the update. And when we install a new joomla web, the web we installed before is overwritten :)
So we decided to reinstall the extension and now we get this error Message
Die Aufgabe "task_recacheall" ist fehlgeschlagen.
SQLSTATE[HY000]: General error: 8 attempt to write a readonly database, query was: UPDATE `instances` SET `id` = :instanceID, `domainId` = :domainId, `domain` = :domain, `displayName` = :displayName, `site` = :site, `www` = :www, `root` = :root, `subfolder` = :subfolder, `owner` = :eek:wner, `domainOwner` = :domainOwner, `parent` = :parent, `clipath` = :clipath, `version` = :version, `phpVersion` = :phpVersion, `status` = :status, `info` = :info, `config` = :config, `db` = :db, `user` = :user, `stats` = :stats, `extensions` = :extensions WHERE `id` = :instanceID
So what can we do?
Best regards from Germany
Michael
 
Hello Michael,

seems like the database file is corrupt or have the wrong permission rights. The easiest solution would be to regenerate the local database file via the command line (with root).

> cd /usr/local/psa/var/modules/joomla-toolkit
> rm -f joomla-toolkit.sqlite3


If you know open the Joomla! Toolkit, the file will be regenarated automatically. Then you need to add all your instances with the "Find Joomla! Websites" button.

Have success!
 
I tried it to solve my issue (see how to fix a broken instance thread) but it didnt help in that case (while it work fine to regenerate the database!) . Any additional Idea?
 
Back
Top