• I have a clean install of 3.3.2 wordpress, no other plugins running on windows server 2008 R2 with MySQL.

    Only plugin modification is as follows to config_tinybrowser.php (otherwise had a blank box when opening the filemanager)
    $tinybrowser[‘docroot’] = rtrim($_SERVER[‘DOCUMENT_ROOT’],’/’);
    to
    $tinybrowser[‘docroot’] = ”;

    Problem:
    I can upload a file that is visible in in the file manager and can delete that file as well, however selecting the file and going between the filemanager window back to the insert / edit link, the selected files “Link URL” displays the physical location to where the file is located and is not a valid URL.
    i.e.
    URL displayed –
    C:/inetpub/wwwroot/mytestsite/wp-content/uploads/admin/files/sample.png

    where it should be
    /mytestsite/wp-content/uploads/admin/files/sample.png

    Any help would be greatly appreciated.

    https://www.ads-software.com/extend/plugins/quick-post-widget/

  • The topic ‘[Plugin: Quick Post Widget] physical location used for url between filemanager and insert / edit lin’ is closed to new replies.