PHP Warning: Attempt to read property “taxonomy” /”Description” on null
-
[27-Aug-2025 20:48:07 UTC] PHP Warning: Attempt to read property “taxonomy” on null in /home//the5krunner.com/wp-content/plugins/shortcoder/includes/metadata.php on line 89
[27-Aug-2025 20:48:07 UTC] PHP Warning: Attempt to read property “description” on null in /home//the5krunner.com/wp-content/plugins/shortcoder/includes/metadata.php on line 90fix is something like this
Manual Fix: Add Null Checks to the Code (Advanced)
If updating doesn’t resolve it (e.g., you’re on the latest version but still see errors), you can patch the file yourself. This is a temporary workaround—report it to the developer for an official fix.
- Access your site’s files via FTP (using FileZilla) or your host’s file manager (e.g., cPanel > File Manager).
- Navigate to /wp-content/plugins/shortcoder/includes/metadata.php.
- Download a backup of the file first.
- Open it in a text editor (e.g., Notepad++ or VS Code) and find lines 89–90. Add null checks like this: php
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.