• Resolved Ionut

    (@payothemes)


    After the last update i got this issue:

    Warning: Undefined variable $options in plugins/unlimited-elements-for-elementor/inc_php/unitecreator_params_processor.class.php on line 171

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Ionut

    (@payothemes)

    the fix is

    $options = array(); // Initialize the $options variable as an empty array or with appropriate initial values
    $options = $this->checkModifyParamOptions_manual($options, $phpFilter);

    Plugin Author Unlimited Elements

    (@unitecms)

    HI, fixed it, sorry for the bugs.

    please check if works.

    Plugin Author Unlimited Elements

    (@unitecms)

    released 1.5.64 version.

    Thread Starter Ionut

    (@payothemes)

    Can you tell me please what did you changed?

    My fix is not ok?

    With $options = array(); in front it works

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error After the last update’ is closed to new replies.