cherosoullis VIP
Total posts: 165
10 Нояб 2013 14:44

I am using on latest version the multilevel select field and I try to load values but I get an error as shown it attached pic.

Последние изменения: 02 Март 2014


stblink VIP
Total posts: 501
11 Нояб 2013 15:46

Had this problem in the past. Sergey suggested the fix above.

Try to run this query. change #__ to your DB prefix.


ALTER TABLE `#__js_res_field_multilevelselect` ADD KEY `idx_field` (`field_id`), ADD KEY `idx_lr` (`lft`,`rgt`), ADD KEY `idx_parent` (`parent_id`);
Работает на Cobalt