• Danielle

    (@nashua-indigo)


    The plugin is still a must have in my opinion so I uninstalled the plugin completly with instructions on this forum with clear and optimized options. I had an old version before the horror updates this week. And I found a code to disbable the plugin updates, because you will see all the time there is a new update with a large note with updates in your plugin screen, which is very annoying.

    Place this after you install the old version, in the functions.php and you don’t see that there is a new update from w3total cache. Thanks for this script : Manpreet Singh Rehsi

    function stop_plugin_update( $value ) {
     unset( $value->response['w3-total-cache/w3-total-cache.php'] );
     return $value;
    }
    add_filter( 'site_transient_update_plugins', 'stop_plugin_update' );

    I will have this in my functions.php till I see a green thing with works on this plugin site, than I can remove the function. I have installed the old version of w3total cache and I have my A status back on GTmetrix and also my site is fast as it was before.

    Regards
    Danielle

    https://www.ads-software.com/extend/plugins/w3-total-cache/

Viewing 10 replies - 16 through 25 (of 25 total)
  • hothbricks

    (@hothbricks)

    @sbondo : Uninstall your current version, then download 0.9.2.5 and upload it from your PC through the import plugin functionality in WP.

    sbondo

    (@sbondo)

    Yes, but no upload….

    in italian message
    Scompattamento del pacchetto…

    Installazione plugin…

    Il pacchetto non può essere installato. Non sono stati trovati plugin validi.

    Installazione del plugin non riuscita.

    Translation message
    Unzipping the package …

    Installing plugins …

    The package can not be installed. Have not been found valid plugin.

    Installing the plugin failed.

    hothbricks

    (@hothbricks)

    This is normal, proceed like this :
    Download this :
    https://downloads.www.ads-software.com/plugin/w3-total-cache.0.9.2.5.zip

    This one is the official one, it will install normally

    Then if you want to install the forked one, download it here :
    https://www.wmiles.com/2013/01/03/w3tc-cache-preload-for-version-0-9-2-5

    and go FTP, overwrite the whole W3TC folder with those new files.
    The forked plugin CANNOT be installed from whithin the WP interface by itself.

    sbondo

    (@sbondo)

    Ok, i transfer ftp but i have to disable the installed version?

    hothbricks

    (@hothbricks)

    yes, uninstall the faulty version first.
    Install official 0.9.2.5
    Overwrite folder with modified 0.9.2.5
    then activate

    sbondo

    (@sbondo)

    I have not disabled 0.9.2.5. What do I do?

    hothbricks

    (@hothbricks)

    uninstall the faulty version first.
    Install official 0.9.2.5
    Overwrite folder with modified 0.9.2.5
    then activate

    cannot be more specific…

    sbondo

    (@sbondo)

    I read that Total Cache writes files on the server. I could understand them?

    I want to try to uninstall 100%

    helektron

    (@helektron)

    If you want a guide to back to stable version + forked version (in spanish): https://helektron.com/problemas-tras-actualizar-w3-total-cache/

    Cheers.

    Pepi Toria

    (@pepi-toria)

    helektron, se agradece el idioma materno.
    Ayer conseguí echar a andar la 0927 y merece la pena. Sólo con ese cambio me ha subido 4 puntos la velocidad de carga (en page speed de google). Instalarla cuesta, pero es un claro avance y todo funciona bien….de momento.
    Actualizar desde el panel de administración me acarreó una página en blanco, así que tuve que eliminar el plugin. Borrarlo puede parecer costoso ya que aparece en varios directorios, aunque personalmente lo único que hice fue renombrarlo allí donde lo veía. Tocar el htaccess me pareció una bestialidad, así que lo dejé como estaba. En este foro encontré una lista de directorios y archivos relacionados con w3tc (renombré todos). Eso consiguió reactivar el control de administración instantáneamente.
    A continuación subí por ftp la última versión al directorio de plugins y antes de activarla desde la administración, establecí permisos temporales 0777 a htaccess, wp-content y wp-includes (por si acaso allí no se podía escribir)…Es que le cuesta muuucho escribir…por ahí creo que está el problema. Esto te lo digo a ojo de buen cubero, no porque domine el tema.
    A continuación activé el w3tc y comenzó a emitir nuevos mensajes con problemas de escritura. Esta vez no bloqueó la administración.
    Se solucionan incluyendo temporalmente una línea nueva en wp-config: define(‘FS_METHOD’, ‘direct’) y volviendo a dejar con el mismo nombre aquellos archivos y directorios anteriormente renombrados.
    Cuando terminé de configurar el plugin, rebajé los permisos a 0644 en el htaccess y a 0755 en el resto y hasta ahora funciona a toda máquina. ?Ah! tuve que volver a subir todos los archivos al CDN. Uso amazon s3 y utilicé el mismo bucket que ya tenía.
    Realmente hice todo en ese orden y sin rectificar nada. Puede que tuviese mucha suerte y tal vez a otra persona ésto no le funcione, pero…?por que no probar si todo se ha ido al carajo? además, quedas preparado para otras actualizaciones que puedan ser más “divertidas” aún.
    El Frederick ha desarrollado un plugin fenómeno, pero a ver cómo soluciona la papeleta de todas las personas que se están quejando aquí. Saludos!!

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Install old Plugin version and disbale update in Functions’ is closed to new replies.