That’s a PHP warning, not technically an error, and isn’t real critical.
It’s due to your webhost updating the version of PHP; and the theme StandardTheme_272 should initialize an object before setting a property.
See if there is a theme update. If not, https://stackoverflow.com/questions/14806959/how-to-fix-creating-default-object-from-empty-value-warning-in-php for instructions on how to fix the theme.
You can temporarily suppress the warning being dumped to html by checking to see of wp_debug has been enabled in wp-config.php and disable it; see https://codex.wordpress.org/WP_DEBUG
Or, try adding this ini_set to your wp-config.php
ini_set( 'display_errors', 0 );
to suppress the warning.
Related Posts:
- Undefined offset: 0 in > […] /wp-includes/capabilities.php on line 1067
- The style.css stylesheet doesn’t contain a valid theme header
- Problem : deletion failed, the theme requested does not exist
- PHP Parse error: syntax error, unexpected end of file, expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) on line 230 [closed]
- wp theme.. Could not create directory
- Console error, even if everything is working?
- Fatal error with a theme
- Getting 503 on various files
- Remove problem PHP code entered into footer via Theme
- Twenty Seventeen search error
- How can I remove all traces of a theme?
- Error when installing theme – “failed to open stream: No such file or directory in…”
- Functions.php error – when trying to change the theme
- My blog suddenly can’t find my stylesheet?
- Fix warning: Missing argument
- my blog crashes ie7?
- How to fix Scrape key check failed on WordPress VPS?
- Why does an ad page open when I browse my websites’s wp-admin page?
- Problem: Fatal error worldpress theme
- Custom CSS is overwritten by WordPress?
- The function is deprecated; use mysql_real_escape_string() instead
- Costum Theme template directoy url problem
- Diagnosing a connection reset problem
- “Parse error: syntax error, unexpected” and the WordPress Theme Editor no longer working!
- WordPress site is not loading properly ( showing a min-page)
- Where can I download WordPress themes from? [closed]
- Where can I learn to create my own theme?
- How do I turn off self-closing tags for markup in WordPress (for HTML5, or HTML4, for example)?
- How to move the sidebar in TwentyFifteen to the right?
- How can I version the main CSS file?
- Dash or underscore in theme folder name?
- Do Child-Themes automatically load the Translation from the Parent-Theme?
- Using Multiple Themes in a Single WordPress Site?
- How to override the “inc” folder (or any folder) in a theme using child theme?
- How can I use WordPress as a job board ? (but free)
- I’m trying to add an image in my CSS
- How to create a theme option-menu page to save user values
- How to put a banner ad between post 1 and post 2 on homepage only
- WordPress AJAX in header.php
- Add transparency to wordpress color picker?
- Can’t Install Child Theme “The parent theme is missing. Please install the “Default” parent theme.”
- Why is WordPress asking me to update my new (virtually blank) theme?
- How to find a file in WordPress themes [closed]
- Change title slug or separator in WordPress
- How to configure PoEdit to pick up translation string?
- Free themes for commercial use
- Should a child theme share the same theme options row as the parent, or should it have it’s own options row?
- Installed theme uses get_template_directory, breaks WordPress on Windows
- How to conditionally display widgetized areas in theme customizer?
- How prevent someone from opening my theme directory
- Switching a Site to WordPress and Leaving It Live Until Ready
- Angular integration with homepage
- Edited Child Theme’s “header.php” but it doesn’t appear to change the file
- WordPress redwaves-lite theme Comments Quote remove [closed]
- GPL and intellectual or exclusive ownership
- WordPress root directory change + Theme directory change
- Using JQuery to check for Rel Attribute of Image before Overriding It
- for my current theme( own custom ) the default menu options are disabled in wp-admin?
- Most wp_nav_menu parameters ignored
- Is a very simple theme secure enough?
- New WordPress Theme Not Showing in Blog
- A wordpress site keeps editing wp-content files after migration
- Switching Theme and back will reset the previous Theme’s settings?
- Where did my Theme Editor go?
- how would I change background color of a theme using a plugin?
- What’s the easiest way of adding more options in the Theme Options of the twenty eleven theme?
- My first WP development project – am I envisaging this right?
- How can I fetch the next level of the currently selected main menu (hierarchical menu)?
- Removing basic header/text elements from a theme
- WordPress keeps switching back to empty template
- Best way of creating a website with multiple themes/languages
- Website Theme Flickering in Chrome
- Enqueue All Stylesheets Found In a Theme Folder
- style.css of my custom theme is not being applied at all
- how to edit homepage
- WordPress Dashboard Problem [closed]
- 1px black line appearing down right side of thumbnails (theme snaps) [closed]
- Change wordpress theme name (not child theme)
- Custom theme being prompted for update because of similarly named theme
- WordPress Theme Migration Local to Live Assets Not Loading
- Revamping a WordPress mirror site – and I don’t know where to start!
- Adding admin-ajax.php to the frontend. Good or bad idea?
- WordPress Form To Email.php and Theme
- How do you make your theme Child Theme-able? [duplicate]
- How to prevent tinyMCE editor to be loaded completely in Text Editor?
- Entire VPS locks up when using particular theme [closed]
- Advice for a Newbie WordPress Web Designer/ Themes? [closed]
- Load all files from folder in theme – Security concerns?
- How to disable primary main site header and logo in wordpress (Astra Theme) [closed]
- what is “theme_setup” method for?
- Child theme:Loading js files
- I want to increas my site image [closed]
- Add Text After Logo in zerif lite theme
- Help with responsive theme styling issue
- How to add breadcrumbs to any WordPress theme
- Why won’t local-site theme update on iPadOS Safari?
- Show theme images based on the visitor’s browser
- WordPress How To create Word document from theme and run it on new order created
- Child theme removes the “id=” from main theme
- Problems with the PluginDocumentSettingPanel SlotFill in Gutenberg