Back to Backend Popup Support

ondrej18436
ondrej18436

Since the upgrade to 1.1.0 of the plugin I get the error List column type "modalchange" could not be found. as soon as I open a list which controller has the popup enabled.

Last updated

Linkonoid
Linkonoid

It seems to have found an error: 160: $buttonsEnable = 0; change to $controller->buttonsEnable = 0;

Both conditions are not fulfilled and a variable is not assigned: is_array ($ settings) && Settings :: instance () -> get ('enable') and ! is_array ($ settings)

Last updated

ondrej18436
ondrej18436

It's not happening during the update, but after the update. I think the earlier version of the plugin added the "modalchange" column to each list, I've then hidden this column using the list controller UI and maybe now It tries to find the column to actually hide it.

Linkonoid
Linkonoid

Rather is the function variable modalchange0 .... 7 (error without have number), does not find the variable with the number of the handler function that sets the buttons in the list.

The error was confirmed during testing. After the upgrade on v1.1.0, the old configuration was (the variable Settings :: instance () -> get ('enable') was not set) + my error with a variable with individual settings for this set of controllers. The update fixes the problem + you must set the “Specific settings for the selected controllers” in the settings.

The processing logic for individual (and not only) controllers has changed a lot in the plugin. It makes sense to resettings or reinstall.

Last updated

Linkonoid
Linkonoid

Update to 1.1.1 (fix variable error)

ondrej18436
ondrej18436

Thank this fixed it!

1-6 of 6