Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: WP-Rocket 3.0.4 is showng too many errors #20236
    Tomi
    Participant

    @Gerry

    I’m sorry for the late answer; a longer journey …
    Yes, it’s enough to unzip it to the root folder of the wp-rocket plugin.
    That archive contains what the composer would place in that location.

    I saw that link was deleted; for those who are in a hurry, now I created an Bitbucket snippet that contains that archive but I do not know how long the link will be tolerated here.

    For those who do not trust or are curious, I explain how I can make it more concise.

    If you can run composer on the server where wordpress is installed, just run ‘composer install –no-dev’ from the root folder of the plugin.

    Otherwise, on another computer, even Windows, install composer, create a temporary folder where you copy the composer.json file found in the plugin, and then launch the same ‘composer install –no-dev’ command from that folder.

    It will be enough to copy ALL the content of the vendor folder that will be created in the temporary folder to the plug-in root folder.

    in reply to: WP-Rocket 3.0.4 is showng too many errors #20016
    Tomi
    Participant

    More easily, now you can download the vendor.zip file from [URL REMOVED BY ADMIN – SOURCE NOT LEGITIMATE] and unzip it to the wp-rocket folder. The folder contains all the dependencies that the composer should install.

    PS. in the reply #20003 the command must be ‘composer install –-no-dev’ :(

    • This reply was modified 5 years, 11 months ago by Tomi.
    • This reply was modified 5 years, 11 months ago by Tomi.
    • This reply was modified 5 years, 10 months ago by 7h3h.
    in reply to: WP-Rocket 3.0.4 is showng too many errors #20015
    Tomi
    Participant

    Composer is a dependency manager for PHP. For install see https://getcomposer.org/doc/00-intro.md#installation-nix

    in reply to: WP-Rocket 3.0.4 is showng too many errors #20003
    Tomi
    Participant

    you need to have composer, and do ‘composer install –no-dev’ in WP Rocket folder.

Viewing 4 posts - 1 through 4 (of 4 total)