• Unable to upload anything with a site hosted on Pantheon. Client has contacted Pantheon about it, who came back stating it was an issue with the bfu_temp path that is set by this plugin.

    Pantheon only allows uploads to the wp-content/uploads directory, however, the BFU temp path is located in wp-content/bfu-temp.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have SSH access create a symbolic link:

    mv wp-content/bfu-temp wp-content/uploads/bfu-temp
    ln -s wp-content/uploads/bfu-temp wp-content/bfu-temp

    Maybe it works.

    Thread Starter Kevin Pirnie

    (@kevp75)

    Yes, that does indeed work as a hack fix.

    A proper fix would if the plugin developer would rightly change the path to a valid universal temp upload path relative to the site

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue With Uploads on Pantheon’ is closed to new replies.