-
AuthorPosts
-
August 3rd, 2022 at 10:21 #131693
Hello, I have a warning message on the presentation page that won’t go away. I have deactivated all plugins, that’s not the problem. It does not appear on any other page.
Website: www.beate-eierle.de
August 9th, 2022 at 15:51 #131833ZedCryout Creations mastermindHi,
Could you include the whole message? (as they usually reference filenames and locations in files – you can censor out anything in the file paths before WordPress’ root folder)
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 9th, 2022 at 21:31 #131844Warning: Trying to access array offset on value of type bool in /homepages/../……/htdocs/beate-eierle/wp-content/themes/nirvana/includes/theme-frontpage.php on line 160
If you visit my website you will still see the message. I don’t get the message from the home page, only when I disable the presentation page.
Website: www.beate-eierle.de
August 25th, 2022 at 10:38 #132140Addendum: I have managed with this information in the wp-config
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
to get the message away from the presentation page. Which certainly doesn’t remove the warning/error though.
Please explain to me what happened there and how it will be corrected. Inquiries in other WP forums indicated that something was not “cleanly” programmed in the theme programming. I can not judge this and just want to give it as a hint.
Thanks for their help if they read this.
Website: www.beate-eierle.de
December 9th, 2022 at 23:47 #134795ZedCryout Creations mastermindThe line of code where the messages are displayed indicates that you are displaying posts without featured images assigned in the columns (which require images).
The next theme update will include an additional check to avoid the warning in such cases, but using posts-generated columns without images is still an unsupported scenario.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.December 14th, 2022 at 18:10 #134998This reply is private. -
AuthorPosts
You need to log in to reply to this topic.