• Hi,

    I have problem with plugin. I have blank page on wp-login.php due the plugin. I removed from wp-content/plugins w3totalcache plugin folder. Now I have this informations:
    https://prntscr.com/cpreg7

    On wp-admin.php

    How to fix it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ashok

    (@bappidgreat)

    If you want to remove w3 total cache, you need to remove advanced-cache.php and cache folder from wp-content folder. And then open your wp-config.php file, if you see there any code related to W3TC, you need to remove those code too.

    I have blank page on wp-login.php due the plugin.

    This happens mainly for any error. Would you please enable debug mode and check if any error is shown in that page?

    To enable debug mode please edit a line in your wp-config.php:
    Change

    
    define('WP_DEBUG', false);
    

    to

    
    define('WP_DEBUG', true);
    

    You will see the error in wp-login.php page.

    Have a good day!

    Cheers
    Ash

    Thread Starter elnino1

    (@elnino1)

    Hi Ash.

    I delated advanced-cache.php and cache folder from wp-content.

    I opened wp-config.php and delated first 3 lines of php code added by w3 total cache.

    I added:
    define(‘WP_DEBUG’, true);

    Now it’s still error in wp-login.php:

    . in /home/xnjakwyc/www/wp-includes/functions.php on line 3718
    
    Notice: Wywo??ana metoda konstruktora klasy WP_Widget w ads336_280_widget jest przestarza??a od wersji 4.3.0! Zamiast niej u??yj
    __construct()
    . in /home/xnjakwyc/www/wp-includes/functions.php on line 3718
    
    Notice: Funkcja register_sidebar zosta??a wywo??ana nieprawid??owo. Nie ustawiono warto??ci id w tablicy argument??w dla panelu bocznego ”null”. U??yta zostanie warto???? domy??lna: ”sidebar-6”. Ustaw warto???? argumentu id na ”sidebar-6”, aby ukry?? to powiadomienie i zachowa?? obecn?? zawarto???? panelu bocznego. Dowiedz si?? wi??cej: Debugowanie w WordPressie. (Ten komunikat zosta?? dodany w wersji 4.2.0.) in /home/xnjakwyc/www/wp-includes/functions.php on line 3897
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/xnjakwyc/www/wp-settings.php:74) in /home/xnjakwyc/www/wp-login.php on line 390
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/xnjakwyc/www/wp-settings.php:74) in /home/xnjakwyc/www/wp-login.php on line 403
    Thread Starter elnino1

    (@elnino1)

    Also on homepage I have errors ??

    Warning: include(/home/xnjakwyc/www/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /home/xnjakwyc/www/wp-settings.php on line 74
    
    Warning: include() [function.include]: Failed opening '/home/xnjakwyc/www/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/xnjakwyc/www/wp-settings.php on line 74
    
    Notice: Wywo??ana metoda konstruktora klasy WP_Widget w gdsrWidgetRating jest przestarza??a od wersji 4.3.0! Zamiast niej u??yj
    __construct()
    . in /home/xnjakwyc/www/wp-includes/functions.php on line 3718
    
    Notice: Wywo??ana metoda konstruktora klasy WP_Widget w gdsrWidgetTop jest przestarza??a od wersji 4.3.0! Zamiast niej u??yj
    __construct()
    . in /home/xnjakwyc/www/wp-includes/functions.php on line 3718
    
    Notice: Wywo??ana metoda konstruktora klasy WP_Widget w gdsrWidgetComments jest przestarza??a od wersji 4.3.0! Zamiast niej u??yj
    __construct()
    Thread Starter elnino1

    (@elnino1)

    Any info?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with w3 Total Cache’ is closed to new replies.