PDA

View Full Version : getting error in field-bound boxes



Muhammad Saleem
February 18, 2018, 07:54 AM
I am getting this error when i try to edit field-bound boxes entries.

System error occurred
rlDb::updatefailed, data parameter is empty
line# 403
file: /home/optiacc1/public_html/autotrader.pk/includes/classes/rlDb.class.php
PHP version: 7.0.27

Rudi
February 19, 2018, 05:08 AM
Hello,

As there is no new plugin release yet you should go to ftp > ... > plugins > fieldBoundBoxes > admin > field_bound_boxes.inc.php:

find a code:



$GLOBALS['rlActions'] -> update( $lang_keys_name, 'lang_keys' );


and change it to:



if ($lang_keys_name) {
$rlActions->update($lang_keys_name, 'lang_keys');
}