151 Posts
jimenaes
1 year ago
Topic

Hello, I'm trying to install the last Seblod version (pkg_seblod_4.0.2.Release.Preview.8) into a Joomla! 4.2.8 Stable, but I get this error message:

JInstaller: :Install: Error SQL 42S22, 1054, Unknown column 'language' in 'field list' Extension installation aborted. Package Install: There was an error installing an extension: com_cck.zip danger Error installing package

Does anybody know what could be the problem?

Thank

Get a Book for SEBLOD
16 Posts
Toadie
1 year ago
1
Level 1

Yes I also have the problem. It is a disaster.

2 Posts
Jpp
1 year ago
0
Level 2

HI, I have the same issue. I didn't see this post and have unfortunately opened a new one.

Best regards

151 Posts
jimenaes
1 year ago
1
Level 1

Hello,

I don't know if it should be done in another way, but I managed to install Seblod 4, installing version 4.0.0 first and then 4.0.2. I hope someone else finds this useful. Greetings

13 Posts
wisesiteguy
1 year ago
0
Level 2

Thanks for sharing this solution. It helped me get 4.0.3 installed on Joomla 4.3.1. I used pkg_seblod_4.0.0.Release.Preview.1b first (through multiple warnings), then installed the latest version straight over this. Glad to be able to get it working as I have a project that Seblod will be perfect for

1 year ago
1
Level 1

Hi,

Issue fixed with 4.0.3 package.

Saba

16 Posts
Toadie
1 year ago
0
Level 2

For this then comes this!

Unknown column 'language' in 'field list' Paket Installieren: Bei der Installation der Erweiterung trat ein Fehler auf: com_cck.zip

Tests that also times one

1 Post
DanBi
4 months ago
0
Level 1

Hello everyone, I’ve been facing the same issue while trying to install Seblod (pkg_seblod_4.0.2.Release.Preview.8) on Joomla! 4.2.8, getting the error message: 

JInstaller: :Install: Error SQL 42S22, 1054, Unknown column 'language' in 'field list'. 

After investigating, I manually added the missing columns in the table xxx_cck_core_fields, and it resolved the issue. Here’s what I did: 

1.) Added the language column: 

ALTER TABLE `xxx_cck_core_fields` ADD `language` VARCHAR(7) NOT NULL DEFAULT '*'; 

2.) Added the storage_filter column: 

ALTER TABLE `xxx_cck_core_fields` ADD `storage_filter` VARCHAR(255) DEFAULT NULL; 

3.)Added the storage_key column: 

ALTER TABLE `xxx_cck_core_fields` ADD `storage_key` VARCHAR(255) DEFAULT NULL; 

4.)Added the versionning column: 

ALTER TABLE `xxx_cck_core_fields` ADD `versionning` TINYINT(1) NOT NULL DEFAULT 0; 

After running these SQL commands, Seblod was successfully installed and worked properly. Hopefully, this helps anyone facing similar issues!

Get a VIP membership