Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue. When you click on the Download link at the bottom of this page i get a 404 error.

    Any suggestions.

    If you have your WordPress installation folder is different from the homepage
    you need to edit the line
    $dummy = ( defined('WP_SITEURL') ) ? WP_SITEURL : get_bloginfo('url');
    to
    $dummy = ( defined('WP_SITEURL') ) ? WP_SITEURL : get_bloginfo('wpurl');

    I had the same problem and that fixed it.
    The URL generated from the plugin were missing the installation folder

    E.g.:
    mysite.com/gpx/example.gpx -> mysite.com/wordpress/gpx/example.gpx

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cant download’ is closed to new replies.