Skip to content

Installation error on Joomla 6 #188

Description

@tiamat52

With Joomla 6.03, there is a 500 internal error when installing the package.
To correct it, there is to do the following.

In install.attachments.php, replace:
_use Joomla\CMS\Filesystem\Folder;

by:
_use Joomla\Filesystem\Folder;

And in packages/attachments_component.zip/install.attachments.php, replace:
_use Joomla\CMS\Filesystem\File;
_use Joomla\CMS\Filesystem\Folder;

by:
_use Joomla\Filesystem\File;
_use Joomla\Filesystem\Folder;

By doing so in the package zip, I was able to install the package correctly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions