Skip to content Skip to sidebar

Tagged: 

This topic contains 0 reply, has 1 voice.

Last updated by andreA-23 1 year, 4 months ago.

Assisted by: Lauren.

Author Posts
May 2, 2024 at 5:25 pm

andreA-23

PHP Fatal error: Uncaught TypeError: Argument 1 passed to WPML_WP_Roles::get_highest_level() must be of the type array, null given when trying to install WPML

Solution: this happened because there were custom user roles that had zero capabilities assigned. To resolve it, 1.Install the plugin https://wordpress.org/plugins/user-roles-and-capabilities/
2. Go to Users->Roles & Capabilities
3. Look for any roles with no capabilities and either delete them or at minimum give them 1 capability

May 2, 2024 at 5:50 pm