Home Forums WoodMart support forum WOODMART Theme has Fatal error????

WOODMART Theme has Fatal error????

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #152207

    offgridcircuits
    Participant

    This error just showed up in the WordPress Updates. The ADMIN WordPress Updates page does not load completely and does not allow for plugin updates. Here’s the ERROR:

    Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /var/www/vhosts/offgridwholesalers.com/httpdocs/wp-admin/update-core.php:285 Stack trace: #0 /var/www/vhosts/offgridwholesalers.com/httpdocs/wp-admin/update-core.php(698): list_plugin_updates() #1 {main} thrown in /var/www/vhosts/offgridwholesalers.com/httpdocs/wp-admin/update-core.php on line 285
    The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.

    #152297

    Artem Temos
    Keymaster

    Hi,

    Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce it on your website.

    Thank you in advance.

    #153013

    offgridcircuits
    Participant

    This is the Error and the Admin page does not load completely even though ther are 9 updates. This seems to be a Theme Error as this Error has not occured on any other WordPress site we manage!

    Screen Grab: https://offgridwholesalers.com/img/Fatal_error.jpg

    #153082

    Artem Temos
    Keymaster

    Hello,

    Could you please check how it works with some default WordPress theme like twentysixteen to understand is it our theme issue or not?

    Regards

    #153200

    offgridcircuits
    Participant

    REALLY??? Is that the Best support you can come up with? And you couldn’t do the test yourself because?

    #153202

    Artem Temos
    Keymaster

    We never switch off the theme or extra plugins without customer’s permission. But in this case, we firstly ask to check it by yourself to be sure that it is our theme’s problem.

    Kind regards

    #153204

    offgridcircuits
    Participant

    Which country are you from?

    #153206

    offgridcircuits
    Participant

    Did you even review anything in our WordPress Admin? I don’t think so!

    #153213

    Artem Temos
    Keymaster

    We checked the information you provided and see that such kind of errors is usually not related to our theme. That is why we ask you to check this with the default theme to understand is it related to our theme or to WordPress core in general.

    #153231

    offgridcircuits
    Participant

    Well if you actually checked it <<<We checked the information you provided and see that such kind of errors is usually not related to our theme.>>> then what is it related to from your past experience or do you have any past experience?

    #153365

    Artem Temos
    Keymaster

    We didn’t get any similar topics with the same problems yet. Have you tested how it works with other themes? Is it related to WoodMart or maybe some plugin conflict?

    #153552

    offgridcircuits
    Participant

    I’m wondering if we should take the update-core.php file from a backup before the error occurred and just replace that file with that older backup file? What are your thoughts to make it simple.

    #153556

    offgridcircuits
    Participant

    Wordpress Fatal error update-core.php
    Google search

    #153558

    offgridcircuits
    Participant

    What to do when WordPress Auto-Update Fails
    https://digwp.com/2011/04/wordpress-auto-updates/

    #153562

    offgridcircuits
    Participant

    <tbody class=”plugins”>
    <?php
    foreach ( (array) $plugins as $plugin_file => $plugin_data ) {
    $plugin_data = (object) _get_plugin_data_markup_translate( $plugin_file, (array) $plugin_data, false, true );

    $icon = ‘<span class=”dashicons dashicons-admin-plugins”></span>’;
    $preferred_icons = array( ‘svg’, ‘2x’, ‘1x’, ‘default’ );
    foreach ( $preferred_icons as $preferred_icon ) {
    This LINE 285 is the FATAL ERROR if ( ! empty( $plugin_data->update->icons[ $preferred_icon ] ) ) {
    $icon = ‘update->icons[ $preferred_icon ] ) . ‘” alt=”” />’;
    break;
    }
    }

    #153564

    offgridcircuits
    Participant

    I don’t see what the FATAL ERROR could be? Above also the file never changed from an old backup to the current. Both files were created July 14 and sizes were identical

    #153675

    Artem Temos
    Keymaster

    Actually, restoring that file will not help. Most likely, there is some problem with plugins or maybe with the theme. That is why we asked you to check with default theme firstly. If the problem remain, disable all external plugins and check again.

Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)

The topic ‘WOODMART Theme has Fatal error????’ is closed to new replies.