Upgrade joomla 3.10alpha to joomla 4beta
there is ONE multilingual sample data plugin
This is because there are two database records for the plugin in #__extensions
Perhaps caused by having both
Labels |
Added:
?
|
Since both of the update SQL scripts are from before Beta 1 and so from before our update promise, we can just delete one of the 2 duplicate insert statements. I assume the one in 4.0.0-2018-06-11.sql where it has wrong enabled status.
In addition, we need a new update SQL for updating previous Beta versions to the future Beta which will contain the fix for this issue. The SQL needs to be a bit clever, it needs to get the lowest of the IDs of the duplicate records to delete that one. I can help with that if necessary. Maybe I can later make a PR even, but right now I don't have the time.
I'll work on it.
The 2nd plugin has been added with commit fc0d2ea#diff-97d026690fd483a67b57a74953ef4a50 .. it seems that was a mistake.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-06 18:54:09 |
Closed_By | ⇒ | richard67 |
Looks like the first one should be deleted