Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!
https://www.seblod.com
GNU General Public License v2.0
129 stars 54 forks source link

[install error] Duplicate column name 'path' installing plg_content_cck.zip #698

Closed raramuridesign closed 1 year ago

raramuridesign commented 1 year ago

@sebastienheraud Upgrading to Seblod 3.23.2 this plugin plg_content_cck.zip Throws this error.

Can you please let us know what or how to solve this Thanks M.

raramuridesign commented 1 year ago

@sebastienheraud There is also a different error when installing the entire package, the errors are really no use to anyone, so there is no way to start troubleshooting this.

Error when installing entire package is

Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Package Update: There was an error installing an extension: plg_content_cck.zip

Could you let me know where to start with this? or how to get further information to sort this out? Thanks M

sebastienheraud commented 1 year ago

Hi @raramuridesign, The 1st issue is fixed with the latest packages.

For the 2nd this is a standard MySQL error output, you'll find many topics on the web about it. It means that you have too many columns on a table, and that a query is trying to add more or alter one that you'll take more space and so it is not allowed. One trick is to change the Data Type of some VARCHAR columns to TEXT, as TEXT columns are stored separately (and so not added to the size limit). I don't know which query/table it is here, so have a look at your database structure, and you may find the one where you added to many columns. (maybe cck_store_item_users is a good start)

Saba.

raramuridesign commented 1 year ago

@sebastienheraud I finally had time to look at this. Seems I am still getting the same error for the path issue in the latest version of the zip file plg_content_cck.zip

Is it possible you can take a look and see what is going on. The other issue does not seem to be an problem any more.

image

M