Matias Griese
Matias Griese
@mbabker FYI We are also getting reports where updating/removing extensions fail in Joomla 3.9 but not in Joomla 3.8. I am trying to get more information about the environments as...
@mbabker I've never proposed blindly to change the code, I guess that we're all just trying to narrow down what could cause the issue to happen -- and why you...
> And of course you don't even need to work around the problem because @mbabker already fixed it #23303 Well, not quite true. The fix for the library installer is...
- Joomla 1.6 and 1.7 aren't supported anymore by anyone. - Enable debug output from JUpgrade and you should see where it fails. You're probably running out of memory, or...
I've also seen this issue -- I know that the alias needs to be unique, but JUpgrade is overdoing it: Here is perfectly legal structure in Joomla 2.5+: ``` forum...
For 3rd party categories, I would do the data migration inside the component plug-in itself. You should check how tables are migrated for content categories and find the code how...
It is important issue in terms of users seeing JUpgrade not to work and will give up. Yes, having a good error message would be very helpful to the users.
It also looks like that the option contains full path instead of just image name: images/stories/myimage.png
Class is jUpgradeMenuTypes, so the file is migrate_menus.php. Check above function -- there's no $table defined in it.
This could relate to #31: in one of my sites migration failed and no categories were migrated. After fixing the bug everything worked fine. I doupt that it fixes the...