cherosoullis VIP
Total posts: 165
10 Nov 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.

Last Modified: 02 Mar 2014


stblink VIP
Total posts: 501
11 Nov 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`);
Powered by Cobalt