Skip to content

Installation error on Joomla 6 #188

@tiamat52

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions