• I am attempting to download new pluggins and they won’t load. Tried to auto update a pluggin and it wouldn’t do it. Now every time I try to load any pluggin, I get an error message on IE stating that the site may be experiencing difficulties, etc… this has been 3 days now.

    I can save the zip pluggins and then upload to my file manager, but when I activate in WP admin, I get fatal errors. Message below:

    The website cannot display the page
    HTTP 500
    Most likely causes:
    •The website is under maintenance.
    •The website has a programming error.

    What you can try:
    Refresh the page.

    Go back to the previous page.

    ———————————————–
    When I upload the zip and try to activate I get this error:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/roihop/public_html/wordpress/wp-content/plugins/contact-form-7/admin/admin.php on line 102
    ———————————————————-

    Plus, now when I am in the dashboard, it doesn’t seem to be connecting to WP at all…. my other sites work though and this a new thing in the last 3 days.

    Please help me! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ConnieScott

    (@conniescott)

    Here is the admin.php line 102-110ish:

    $query = array();

    if ( ! wpcf7_table_exists() && current_user_can( ‘activate_plugins’ ) ) {
    wpcf7_install();
    if ( wpcf7_table_exists() ) {
    $query[‘message’] = ‘table_created’;
    } else {
    $query[‘message’] = ‘table_not_created’;
    }
    }

    wp_redirect( wpcf7_admin_url( $query ) );
    exit();
    }

    Thread Starter ConnieScott

    (@conniescott)

    Okay – I have a new problem… still with pluggins. I got tired of not being able to connect to WP, so I reinstalled the site. Hated to do it, but didn’t want to jack with it.

    I activated all of the pluggins with no issue, but when I go to activate the WP e-commerce pluggin, I get the following error message. I could use all the help I can get.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/roihop/public_html/wordpress/wp-content/plugins/wp-e-commerce/shipping/usps.php on line 86

    Thanks!

    After an ecommerce plugin update I received the following:
    Fatal error: Call to undefined function wp_get_current_user() in /home2//public_html/wp-includes/capabilities.php on line 1058
    I CANNOT access my site at all. When I login – I receive the same message.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pluggins’ is closed to new replies.