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!
- How to Link External jQuery/Javascript files with WordPress
- Am I allowed to license my WordPress theme under the aGPL
- Best way to include Bootstrap in WordPress
- Best practices for a Style/CSS based theme options page?
- How to license my commercial WordPress theme? [closed]
- How to Use WordPress as Static CMS Without Blog Posts
- How do I create my own admin button and theme settings page?
- Jquery in Child Theme
- Changing the visible url path to css & js files
- How to automatically highlight syntax of code in a post?
- Retaining old HTML archives and displaying themes conditionally
- Extra User Profile Field Upload File / Image
- Theme Activation, Create Database Tables
- Alternate header image
- Change logo on each page of University Hub theme [closed]
- How do you manage your theme versions when privately distributing?
- wordpress themes demo file importing problem? [closed]
- How to run word press theme on localhost in Ubuntu OS?
- Does uninstalling a WordPress theme delete its database values?
- Confit theme on WordPress.org
- Problem after renaming wordpress template file
- 100% width Featured Image Size
- Make it possible to pick a color theme for specific pages
- How can I use a logo in the header?
- How to create my own sidebar in Twenty Eleven child theme?
- How to find out if page_for_posts is showing (in order to style menu item)
- the_content() is not displaying content, why? [closed]
- Unwanted edit link on front page
- Need help with making a website where user can add products
- Permissions for installing themes and files in general?
- Frameworks for Premium Theming [duplicate]
- What is the “pub” theme? [closed]
- Protect shortcodes, custom JS, and CSS from theme updates
- Translate a site based on different themes
- Problems to disable the comments for my statics pages
- Issue with theme mod options during domain migration
- FTP + Unable to locate WordPress content directory (wp-content)
- How to add custom JS file in WordPress Child theme with get_theme_file_uri
- How to access theme fonts using custom CSS style? [closed]
- I don’t know how to put a placeholder [closed]
- How to hide title on ‘highlights’ – Themify feature
- WordPress setup one database with two different website?
- Do all themes accommodate all features?
- How to reduce Header at the top of the page
- Custom fields not displaying on front end
- How can i set default pages to a word press theme? it shouldn’t be changed even if i install the theme in different host
- Change “published by”
- Two themes using a Multiple Themes plugin
- Broken theme, stylesheet is missing after uploading the right theme via FTP
- how to notify users about new theme updates?
- Theme check warning about text domain
- dynamic image path within a javascript file
- WordPress thinks my custom theme is a theme in the public theme repository
- WP Customize API Checkbox change value
- Updating a theme
- Baskerville Theme – How to use the masonry grid layout on other pages
- Background image not showing up
- How to display post meta data in secure manner
- theme continuous deployment from bitbucket to windows azure
- Changing themes on locally hosted webpages
- Will this js code work in a page template?
- Theme files and imagesnot loading on a mobile device
- separate home page into separate pages
- Moving WordPress with Super Skeleton theme
- How can I allow a client to edit certain parts of a static site?
- A problem with functions.php file on my WordPress site
- How to add/edit content Custom Content item in theme
- Is there a WordPress theme for twittstrap? [closed]
- change template with button
- How do I remove the dash (-) between my Site Title and Tagline?
- WordPress Theme redirects to the Index page – Theme customizer problem
- Obtaining the original unchanged Theme [closed]
- How to assign posts to different themes? [closed]
- Why does WP theme not look like promoted? [closed]
- Remove image next to header image on WellExpo theme [closed]
- Adding PHP code to single template in 2023 edition of WordPress theme