Viewing 10 replies - 1 through 10 (of 10 total)
  • Same here, hope I can figure out what’s going on because this plugin is exactly what I need for a project I’m working on. Wonder if it’s a change with 3.7?

    Plugin Author An, Hyeong-woo

    (@mytory)

    I’m sorry. I’m so late.
    Maybe, you may copied ‘share link’. You have to copy ‘public link’ on Public folder. Now plugin alert about the case.
    For copy public link, you have to enable public folder.

    Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/wp-content/plugins/mytory-markdown/main.php on line 308

    Plugin Author An, Hyeong-woo

    (@mytory)

    Maybe, you enter share link. Plugin use public link that be created on “Public” folder. If you habe not “Public” folder, enable it on this link: https://www.dropbox.com/enable_public_folder

    I get an error while trying to import a document into a new post. Hier you can find a screenshot of the message. The link to my post is as follows: Markdownfile.

    The post field itself stays empty….

    Plugin Author An, Hyeong-woo

    (@mytory)

    Dropbox changed API. So it must use HTTPS. This brings the error. I’ll solve this problem. But I can use only short time about it. I’m sorry. But I should fix it, because I use this plugin on my blog, too.

    @mytory

    I’ve placed a fork on github, and a pull request which I think will fix the issue.

    Essentially, it’s merely allowing curl to follow the redirection that dropbox provides.

    Plugin Author An, Hyeong-woo

    (@mytory)

    I merged your pull request. And this work well, now. Thanx. I committed your code. And wordpress will notice this update(1.3.4).

    And, I am curious. I worked to fix this issue on local pc. Than cURL did not get https url on my pc. I tried to enable ssl options. And failed. You only enabled ‘follow location’ option and this work well now. Do you know about it?

    I am not sure that dropbox links were without https, the HTTP error that you got, was error 302, which means MOVED, and a new location is shown in the headers. Allowing cURL to follow that header, will get the data.

    It’s a direct link that dropbox copies, so you don’t have to change anything about it, the only issue was the 302 header.

    Plugin Author An, Hyeong-woo

    (@mytory)

    I have knew 302 redirection error to https. The plugin change protocol https to http for resource. I thought, if do not change protocol, than work well. Because redirection will not happen. So I enabled ssl option, and pasted https url. But plugin does not work. So I have fallen to confusion.

    So, Thanks you. I Learned.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Doesn't seem to work (anymore)’ is closed to new replies.