i have restore from baackup, i am struggling to share phpadmin or even cpanel.
i have tried updating sp pagebuilder to 5.3.2 after finding that one on here but the error is still there.
i tried AI to fix the issue and a few upgrades and restores from backup as each didnt work but they summed up which might help you as follows:
Current version: SP Page Builder 3.8.94 on Joomla 4.4.13
Attempted updates: Both 5.3.2 and 6.2.3 fail with same error
Exact error: Duplicate column name 'catid'
The catid column already exists in #__sppagebuilder table before update
When you drop it and run the update, it gets added back but then the installer tries to add it AGAIN
This suggests their SQL update script has a bug where it tries to ADD the column twice
Database info: You have phpMyAdmin access and can provide table structure exports if needed
Ask them specifically:
Is this a known bug in the 3.8.94 → 5.x/6.x migration?
Can they provide a patched installer or manual SQL instructions?
Or do they have a migration script that handles this properly?
This is clearly a bug on their end - the update script should check IF the column exists before trying to ADD it (standard SQL practice).
As i say this is an AI summing up sorry if its a bit abrupt!