[Support request] Erorrplease help me urgently

Home Forums Support [Support request] Erorrplease help me urgently

Home Forums Support Erorrplease help me urgently

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #377853
    Rustam Kamalov

    Sorry for my english. I am just learning it.

    So, my problem..
    Today I found that my website is not work properly. It show an error site.com/index.php on line 18
    OK, I checked this line and it shows error <?php

    16./** Loads the WordPress Environment and Template */
    17.require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
    18.<?php – ERROR HERE

    When I am deleting <?php< it the website works with the line above header
    com/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 60 which means header(‘Vary: Cookie’);

    What is it, and what I should do?

    #377914
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Looks like an issue with your WP Super Cache plugin – have you checked with their support team?

    #377949
    Rustam Kamalov

    Nope, I deleted WP Super Cash Plugin, but the error was the same.
    Than I reinstalled WP Super Cash

    #377951
    Tom
    Lead Developer
    Lead Developer

    Your error specifically mentions WP Super Cache, so it’s definitely something to do with that plugin. With caching plugins (especially that one), deactivating it doesn’t always delete the cache. I don’t know much about it, which is why I suggested checking with their support, as they might have ran into the same issue before.

    #377964
    Rustam Kamalov

    Thank You Tom!
    I defently will write them!

    #378007
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

    #378829
    Rustam Kamalov

    I am good in PHP. Need help
    Problem not gone
    Warning: Cannot modify header information – headers already sent by (output started at /home/thesemen/public_html/site.com/index.php:1) in /home/………/wp-includes/pluggable.php on line 1210

    line 1210 header(“Location: $location”, true, $status);

    #378896
    Tom
    Lead Developer
    Lead Developer

    That’s typically an issue with a plugin. Have you tried deactivating your plugins? If you don’t have access to your Dashboard, rename the plugins folder on your server to plugins1 and then log in. Then rename it back to plugins and activate your plugins one by one until the problem appears again.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.