Almost every extension that I tried to install via install from web failed with the very unhelpful message "Unable to detect manifest file".
That error message is not helpful. The actual problem is that the extension xml file that is used by the ifw plugin typically has a targetplatform attribute and most extension have a regex here that is not compatible with 4.3.
eg
<targetplatform name="joomla" version="((4\.(0|1|2))"/>
so there are two issues here
Labels |
Added:
No Code Attached Yet
|
iirc its not going to be a simple change for the error message as thats a generic cacth all error, But I will check tomorrow.
Regarding let extension developers know I would suggest that it is included in the release announcements AND also that all ext developers listed on the JED are emailed.
Regarding let extension developers know I would suggest that it is included in the release announcements AND also that all ext developers listed on the JED are emailed.
I will check with Philip.
Labels |
Added:
bug
|
Reminder
I wrote a post in the third-party developer JUG last February and talked to Phil about it then.
I will write a reminder in Mattermost in the proper channel(s).
thanks
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-03-24 14:38:59 |
Closed_By | ⇒ | brianteeman |
Good point Brian @brianteeman. I agree totally with the message.
I will also make sure I remind developers (like in the third party JUG) they need to update their manifest files.
However, I know some developers who wait until RCs or even final releases before they change the manifests, especially if they are not done with testing their extensions under the new version.