Site is DOWN

  • Unknown's avatar

    Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the jquery handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /var/www/wp-includes/functions.php on line 5535

    Parse error: syntax error, unexpected ‘new’ (T_NEW) in /var/www/wp-content/themes/contract/functions/widget-frame.php on line 65
    There has been a critical error on this website.

    Site: https://stadiumstorageduluth.com/.
    WP.com: Unknown
    Jetpack: Unknown
    Correct account: Unknown

  • Unknown's avatar

    It looks like your site is not hosted with WordPress.com. It is a site using the open-source WordPress software (from WordPress.org) but hosted at GoDaddy.

    Because WordPress.com and WordPress.org are two entirely separate entities, we cannot access files or data for sites that are hosted elsewhere, so WordPress.com staff can only assist with sites that are hosted on our servers.

    You can find more information here about the differences between WordPress.org software and WordPress.com: https://wordpress.com/support/com-vs-org/

    You should reach out to GoDaddy for help with this issue. Since they’re hosting your site’s files, they also have access to those files and are the best ones to help you with this issue.

    Specifically, there’s an error in the contract theme that’s causing the issue here.

  • Unknown's avatar

    Yes the contract theme is the issue and specifically it looks to be the & new
    “using a reference in assignment is deprecated”.

    I’m new to this and not certain how to correct this. Code listed below:

    function widgets_init_declare_registered()
    {

    global $wp_widget_factory;
    $widgets = get_registered_masterwidgets();

    if (empty($widgets) || !is_array($widgets)) return false;

    foreach ($widgets as $id => $widget)
    {
    $wp_widget_factory->widgets[$id] =& new MasterWidgetClass( $widget );
    }

    return false;
    }

  • Hi @vivalasvegassw

    To expand on what helper-heroponriki shared, we can only help with specific WordPress sites (the ones we host) and are not able to help with all WordPress sites.

    The reason for this is because other hosts like GoDaddy use a different version of the platform, and it does not behave the same as the custom version we run on WordPress.com. Specifically we don’t offer the Contract theme on WordPress.com, so we do not have any experience with this theme.

    You may wish to reach out to the the company that created the Contract theme, that info can usually be found on the Themes page in your site admin area. Hope this helps point you in the right direction!

  • The topic ‘Site is DOWN’ is closed to new replies.