Error: Attempt to assign property “users” on null
PreviousPage 2 of 2
hebemiley@hebemiley
2 Posts
#11 · November 9, 2024, 2:59 am
Quote from hebemiley on November 9, 2024, 2:59 amQuote from Doodle Jump on October 4, 2023, 7:58 pmHallo,
I am using the Asgaros Forum with the Divi-theme
I made a page with the simple [forum]-code on it.
In the past it was OK and i can see the forum. You need to register to edit the forum. I am administratorSince a few weeks (an update ? ) I get following error on the page :
Error thrown
Attempt to assign property “users” on nullDo you have and idea what could go wrong ?
Greatings,
Willy
- Check for Plugin Conflicts: Since you mentioned that the problem started a few weeks ago, it could be related to a recent update of the Asgaros Forum plugin or another plugin. Try deactivating other plugins one by one to see if the error persists.
- Theme Compatibility: Ensure that the Divi theme is fully compatible with the latest version of the Asgaros Forum. Sometimes, themes can conflict with plugins after updates. You might want to check the theme’s support forums or documentation for any known issues.
- Reinstall the Plugin: If the issue continues, consider reinstalling the Asgaros Forum plugin. This can help resolve any corrupted files that may have occurred during the update.
- Check User Permissions: Since you are the administrator, ensure that your user role has the correct permissions to access and edit the forum. Sometimes, updates can inadvertently change user roles or permissions.
- Debugging Mode: Enable WordPress debugging mode to get more detailed error messages. You can do this by adding the following lines to your
wp-config.php
file:php
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
Quote from Doodle Jump on October 4, 2023, 7:58 pmHallo,
I am using the Asgaros Forum with the Divi-theme
I made a page with the simple [forum]-code on it.
In the past it was OK and i can see the forum. You need to register to edit the forum. I am administratorSince a few weeks (an update ? ) I get following error on the page :
Error thrown
Attempt to assign property “users” on nullDo you have and idea what could go wrong ?
Greatings,
Willy
- Check for Plugin Conflicts: Since you mentioned that the problem started a few weeks ago, it could be related to a recent update of the Asgaros Forum plugin or another plugin. Try deactivating other plugins one by one to see if the error persists.
- Theme Compatibility: Ensure that the Divi theme is fully compatible with the latest version of the Asgaros Forum. Sometimes, themes can conflict with plugins after updates. You might want to check the theme’s support forums or documentation for any known issues.
- Reinstall the Plugin: If the issue continues, consider reinstalling the Asgaros Forum plugin. This can help resolve any corrupted files that may have occurred during the update.
- Check User Permissions: Since you are the administrator, ensure that your user role has the correct permissions to access and edit the forum. Sometimes, updates can inadvertently change user roles or permissions.
- Debugging Mode: Enable WordPress debugging mode to get more detailed error messages. You can do this by adding the following lines to your
wp-config.php
file:phpdefine('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
Click for thumbs down.0Click for thumbs up.0
PreviousPage 2 of 2