• Add picture & add table actions not working

    By Ian Gillett 2 decades ago

    Hi,

    I am having a play with the editor - when I click the insert picture/ table or any other tool that requires a pop up window the window loads but I get an "unknown web server exception"

    I have signed the dB - any ideas?

    • Links need ?OpenFileResource

      By Johannes Tyve 2 decades ago

      The links need ?OpenFileResource to work. You can change the pages wysiwyg_full and wysiwyg_lite to make it work:



      Example of changed link:



      // InsertImage

        else if (id == &quot;InsertImage&quot;) {<br/>
        window.open(popupsDir + 'insert_image.html?OpenFileResource&amp;wysiwyg=' + n,'popup','location=0,status=0,scrollbars=0,resizable=0,width=400,height=190');<br/>
        }