jmcameron / attachments

Attachments Extension for Joomla 3, 4, and 5
GNU General Public License v3.0
12 stars 19 forks source link

Post Install Error #37

Closed Kimball31 closed 5 months ago

Kimball31 commented 5 months ago

Install says it was successful, but "Failed opening" error for /com_attachments/helper.php shows on every frontend and backend page.

An error has occurred.
0 Failed opening required '/home/customer/www/j4ascent.nhrpoa.com/public_html/components/com_attachments/helper.php' (include_path='.:/usr/local/php80/pear')

download download download

Kimball31 commented 5 months ago

I deleted this folder /plugins/attachments/attachments_plugin_framework/ and reinstall Attachments V4, and the error went away:

I now think in the readme instructions for "Migration from attachments 3", remove "Attachments - Plugin Framework" means deleted the /plugins/attachments/attachments_plugin_framework/ folder. (not disable, or uninstall).

parapente commented 5 months ago

@Kimball31 you followed the correct steps to fix the issue. Plugin Framework should be removed in Joomla 3 as during uninstallation it executes code that is incompatible with Joomla 4. I added a note to the README in commit 9708370. Thank you for reporting the issue.