PDA

View Full Version : Component installation problem


Regenerate
25.04.2004, 23:57
Hi, just switched from provider. Everything seems to be working fine, but installing components like AkoGallery, AkoBook or Events gives an error :mad:

for this example A. Konze's AkoBook is used:

DB function failed with error number 1136
Column count doesn't match value count at row 1 SQL=INSERT INTO mos_components VALUES('','AkoBook','option=com_akobook','0','0',' option=com_akobook','AkoBook','com_akobook','0','j s/ThemeOffice/component.png',0)
SQL =
INSERT INTO mos_components VALUES('','AkoBook','option=com_akobook','0','0',' option=com_akobook','AkoBook','com_akobook','0','j s/ThemeOffice/component.png',0)

Funny thing is that the files do get placed in /components, /administrator/components and mos_akobook is added in the database (empty though). The components don't show in the administrator's components menu.

Uploading modules works fine (but it looks like a DB problem so that's no surprise).

Site A (update 1.0.4>1.0.7) @ the same server and another fresh installation works fine so it ís possible.

This site (v4.5.1.0.3) I copied from another server (fresh file install v4.5.1.0.7). And I use the same DB as in version 1.0.3 (DB 1.0.3 is the same as in 1.0.7 right? I see no update in the sql folder...:O)


What to do :confused:

zuhouse
21.05.2004, 11:49
HI, i have the same error and no idea :-(

DB function failed with error number 1136
Column count doesn't match value count at row 1 SQL=INSERT INTO mos_components VALUES('','UserExtended','option=com_user_extended ','0','0','option=com_user_extended','UserExtended ','com_user_extended','0','js/ThemeOffice/component.png',0)
SQL =
INSERT INTO mos_components VALUES('','UserExtended','option=com_user_extended ','0','0','option=com_user_extended','UserExtended ','com_user_extended','0','js/ThemeOffice/component.png',0)

Murat KAYA
13.08.2004, 12:57
If you added new field in your table ( mos_componenets) this error occured check your table definitions like this :

id int(11) Hayır auto_increment
name varchar(50) Hayır
link varchar(255) Hayır
menuid int(11) UNSIGNED Hayır 0
parent int(11) UNSIGNED Hayır 0
admin_menu_link varchar(255) Hayır
admin_menu_alt varchar(255) Hayır
option varchar(50) Hayır
ordering int(11) UNSIGNED Hayır 0
admin_menu_img varchar(255) Hayır
iscore tinyint(4) Hayır