Viewing 1 replies (of 1 total)
  • Thread Starter little9

    (@little9)

    My install’s WP_CONTENT_URL was returning a http:// URL. I fixed the upload issue by changing the pluginurl value in the modules\custompost\templates\index.php file:

    <input type ='hidden' id="pluginurl"value="<?php echo str_replace("http:", "https:", WP_CONTENT_URL);?>">

Viewing 1 replies (of 1 total)
  • The topic ‘https/http upload issues’ is closed to new replies.