Viewing 1 replies (of 1 total)
  • Plugin Author isabel104

    (@isabel104)

    Sorry, I have to remove “Dreamhost” from the list of compatible hosts. According to them, you must create a folder named “.php”.

    Then, inside that folder create another folder named with the PHP version that your hosting account is running. If you are running PHP 5.4, then you should name the folder “5.4”.

    Then, inside that folder, create a new text file named phprc.

    In that file, paste this:

    upload_max_filesize = 32M;
    post_max_size = 33M;

    You can change the 32M and 33M above with your desired limits. See the instructions from DreamHost here (the phprc section):

    https://wiki.dreamhost.com/PHP.ini#phprc

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin doesn't work with DreamHost’ is closed to new replies.