• Resolved varioflux

    (@varioflux)


    Hello, I have been using this plugin for years despite everything the site is very slow.
    Looking, I see that this plugin goes into error 500 as soon as I want to go to this plugin, whether it’s “modify” “optimize” and even “disable”. The site remains functional, but I can no longer do anything with this extension. How do I remove it from my site?

    Bonjour, j’utilise ce plugin depuis des années malgré tout le site est très lent.
    En regardant, je constate que ce plugin passe en erreur 500 dès que je veux aller sur ce plugin, que ça soit “modifier” “optimiser” et même “désactiver”. Le site reste fonctionnel, mais je ne peux plus rien faire avec cette extension. Comment la retirer de mon site ?

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator at xxx@xxx to inform them of the time this error occurred, and the actions you performed just before this error.
    More information about this error may be available in the server error log.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Hi,

    The 500 error is a generic error that means something has gone wrong on the server itself, can you check with your hosts what this error is?

    Thread Starter varioflux

    (@varioflux)

    Merci, mais j’ai fini par trouver le problème.

    Je ne sais pas comment ni quand c’est arrivé mais en fait votre extension avait généré un répertoire de cache nommé wpo-minify contenant 134 610 fichiers pour une taille de 22,3 Go. Une fois supprimé et aussi retiré votre partie dans le htaccess j’ai réussi à désactiver et supprimer l’extension.

    Dans la pratique il y avait dans ce dossier wpo-minify :
    4998 dossiers nommés “1615357141” / “1615495701” / […]
    Dans chaque dossier 2 autres dossiers “assets” et “header” et “header” était toujours vide, mais dans ces “assets” il y avait des fichiers avec des noms selon la structure
    “wpo-minify-footer-00f2113b.min.css.json”
    “wpo-minify-footer-00f2113b.min.css”
    “wpo-minify-footer-00f2113b.min.css.gz” ou “00f2113b” changeait à chaque itération, répétés à l’infini, parfois plusieurs fois par minute et parfois toutes les heures.

    Le plus ancien semblait dater du 10 mars 2021 à 07:30 mais j’ai cessé de chercher puisque j’ai supprimé l’extension.

    Plugin Support vupdraft

    (@vupdraft)

    Were any of the files created recently or are they all from much earlier versions of the plugin in 2021?

    Thread Starter varioflux

    (@varioflux)

    J’ai rapatrié une copie de ces fichiers sur mon PC, la date des fichiers semble avoir été conservée mais pas la date des dossiers.

    Les plus récents, mais je ne sais pas réellement les trier vu le nombre, semblent dater du 09 mai 2022 à 17h48, le nom du dossier “1652111292” :

    09/05/2022 17:19 420ÿ291 wpo-minify-footer-48e2b868.min.js
    09/05/2022 17:19 102ÿ741 wpo-minify-footer-48e2b868.min.js.gz
    09/05/2022 17:19 7ÿ874 wpo-minify-footer-48e2b868.min.js.json
    09/05/2022 16:48 83ÿ377 wpo-minify-footer-8cbb0ee5.min.css
    09/05/2022 16:48 11ÿ078 wpo-minify-footer-8cbb0ee5.min.css.gz
    09/05/2022 16:48 215 wpo-minify-footer-8cbb0ee5.min.css.json
    09/05/2022 16:48 389ÿ789 wpo-minify-footer-ba87939b.min.js
    09/05/2022 16:48 95ÿ477 wpo-minify-footer-ba87939b.min.js.gz
    09/05/2022 16:48 7ÿ181 wpo-minify-footer-ba87939b.min.js.json
    09/05/2022 16:48 35ÿ488 wpo-minify-footer-db8414ca.min.js
    09/05/2022 16:48 12ÿ257 wpo-minify-footer-db8414ca.min.js.gz
    09/05/2022 16:48 412 wpo-minify-footer-db8414ca.min.js.json
    09/05/2022 16:48 101ÿ111 wpo-minify-header-4a5c0e4d.min.js
    09/05/2022 16:48 34ÿ404 wpo-minify-header-4a5c0e4d.min.js.gz
    09/05/2022 16:48 363 wpo-minify-header-4a5c0e4d.min.js.json
    09/05/2022 16:48 1ÿ217ÿ188 wpo-minify-header-7449166c.min.css
    09/05/2022 16:48 159ÿ304 wpo-minify-header-7449166c.min.css.gz
    09/05/2022 16:48 348 wpo-minify-header-7449166c.min.css.json`

    • This reply was modified 3 years, 5 months ago by varioflux.
    Thread Starter varioflux

    (@varioflux)

    Je pense que si ça s’est arrêté, c’est juste que mon hébergement est passé en erreur 500 et ne savait pas gérer autant de fichiers. Même Filezilla et Winscp ont planté pour entrer dans ce wpo-minify

    Plugin Support vupdraft

    (@vupdraft)

    Can you try adding the following snippet to automatically delete the minify files after 3 days:

    add_filter( ‘wp_optimize_minify_cache_expiry_time’, function( $original_value ) {
    return time() – 86400 * 3;
    } );

    Thread Starter varioflux

    (@varioflux)

    Désolé, j’ai supprimé cette extension car je n’ai plus confiance.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Error 500 sur plugin’ is closed to new replies.