Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Cat

    (@stitchyrocks)

    I checked the permissions; they have been set to 755. I think this has something to do with this snippet in the download.php file

    // If we have not exited by now, the only thing left to do is die.
    					// We cannot download something that is a local file system path on another system, and that's the only thing left it could be!
    					@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
    					wp_die(__('Download path is invalid!',"wp-download_monitor"), __('Download path is invalid!',"wp-download_monitor"));

    And it makes sense because this was working fine in my local environment. The question is how do I fix this?

    Thanks!

    Thread Starter Cat

    (@stitchyrocks)

    Solved it myself.
    It had to do with the upload file size limit and post_max_size. I set both to 20M in php.ni, and now it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Download Monitor] Download path invalid’ is closed to new replies.