Hi, I really need help, I tried to make this work but I feel I missing something, I'm testing the website on our dev website: hidden link
Deprecated: Required parameter $params follows optional parameter $step in /volume/sdh/dev.news.maiden-lotb.com/n3/wp-content/plugins/toolset-module-manager/classes/ModuleManager.php on line 611
Deprecated: Required parameter $eventkey follows optional parameter $tables in /volume/sdh/dev.news.maiden-lotb.com/n3/wp-content/plugins/wp-ultimate-csv-importer-pro/includes/class-uci-helper.php on line 5122
Deprecated: Required parameter $type follows optional parameter $tables in /volume/sdh/dev.news.maiden-lotb.com/n3/wp-content/plugins/wp-ultimate-csv-importer-pro/includes/class-uci-helper.php on line 5122
Deprecated: Required parameter $meta_info follows optional parameter $type in /volume/sdh/dev.news.maiden-lotb.com/n3/wp-content/plugins/wp-ultimate-csv-importer-pro/helpers/class-uci-types-data-import.php on line 304
Most of those deprecation notices come from other plugins than Toolset. The Toolset-related message is from the module manager plugin, which you can deactivate when not in use (it wouldn't normally be active on a production site).
The notices themselves arise from using PHP 8 (hidden link).
In the case of Toolset we haven't completed updating our plugins for PHP 8 support yet (and it looks like those other plugins haven't either). If you experience any actual errors (rather than the deprecation notice) you may need to limit yourself to PHP 7 for now.
The topic ‘[Closed] Deprecated: Required parameter $params follows optional parameter $step’ is closed to new replies.