• Clicking my download link generates a message like {“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method f\u00f6r beg\u00e4ran”,”data”:{“status”:404}}

    And the link itself looks like “my-domain.com/wp-json/ebd/file/”

    Any ideas whats going wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I get the same thing!

    Plugin Author mandsconsulting

    (@mandsconsulting)

    Hi @zorba57, @bengterson

    For some instances this error was being caused by EBD not flushing the rewrite rules. This has been fixed with the latest version.

    You will also get that error if there is no link id at the end of the url.
    ex: my-domain.com/wp-json/ebd/file/xxxxxxxxxx

    Hi,

    I am sorry to rain on your parade, I am on version 5.1.0 and I still have the same problem.

    Cheers

    /B

    Hi,

    Some users have reported that upgrading to PHP 5.6 was the solution, however I tried that as well by downgrading from 7.0 to 5.6, without any success!

    Still hoping fo a solution ??

    Hi,

    I actually found the problem, it’s very simple… I hade the wrong quotation marks around the id for the file. download_id=”XXXX” insted of download_id=”XXXX”

    After changing this, perfect!

    /B

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Download link’ is closed to new replies.