Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Jeremy

Fatal error: cac_is_settings_screen

When navigating to the Users (/wp-admin/users.php) area or general options (/wp-admin/options-general.php?page=codepress-admin-columns) area, I’m receiving the following error:

Fatal error: Call to undefined function cac_is_settings_screen() in /wp-content/plugins/admin-columns-pro/classes/ms-user/storage_model/ms-user.php on line 60

This is happening with Admin Columns Pro with version 3.7 and 3.7.1 and I’ve only been able to get around it by adding a function_exists conditional to line 60 so it reads:

if ( function_exists( 'cac_is_settings_screen' ) && cac_is_settings_screen() ) {
$columns = array_merge( get_column_headers( 'users' ), $columns );
}

8 years, 8 months ago
Stefan van den Dungen Gronovius
Developer

This is a Multisite issue for the user overview and setting page.
The correct function that must be called is cac_is_setting_screen()
We’ve created a hotfix for this and will release the hotfix as soon as possible, hopefully today.

8 years, 8 months ago

You must be logged in to reply to this topic.