No Code Attached Yet bug
avatar pelikanekcz
pelikanekcz
29 Jun 2026

What happened?

  1. After upgrading and reinstalling Joomla 6.1.1, the update finished with:

Error on updating manifest cache: (type, element, folder, client) = (library, phpass, phpass, 0)

After correcting that issue, the same error occurred for:

Error on updating manifest cache: (plugin, eos, plg_quickicon_eos, 0)

Both core extensions had state = -1 in the #__extensions table. After changing state to 0 for both extensions, reinstalling Joomla 6.1.1 completed without any warnings or errors.

Version

6.1

Expected result

Reinstalling or updating Joomla should complete without errors. Core extensions should not cause updateManifestCaches() to fail because of an invalid state value in the #__extensions table.

Actual result

The update completed with warnings and errors:

Error on updating manifest cache:
(type, element, folder, client) = (library, phpass, phpass, 0)

After fixing that extension, the same error occurred for:

Error on updating manifest cache:
(type, element, folder, client) = (plugin, eos, plg_quickicon_eos, 0)

Both core extensions had state = -1 in the #__extensions table. After changing state to 0, the errors disappeared and reinstalling Joomla 6.1.1 completed successfully.

System Information

Joomla version: 6.1.1
PHP version: 8.3.x
Database: MySQL (or MariaDB) xx.x
Web server: Apache
Installation type: Upgraded installation (not a fresh install)

Migration history:
Joomla 3.x → Joomla 4.x → Joomla 5.x → Joomla 6.1.1

Problem observed during:

  • Joomla update
  • Joomla 6.1.1 reinstall (Upload & Update)

Additional Comments

Investigation showed that the affected core extensions (phpass and plg_quickicon_eos) had state = -1 in the #__extensions table.

After changing state to 0 and reinstalling Joomla 6.1.1, the update completed successfully without any manifest cache errors.

avatar pelikanekcz pelikanekcz - open - 29 Jun 2026
avatar pelikanekcz pelikanekcz - change - 29 Jun 2026
Labels Added: No Code Attached Yet bug
avatar pelikanekcz pelikanekcz - labeled - 29 Jun 2026
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Jun 2026

Add a Comment

Login with GitHub to post a comment