ok, the issue occurred because of white spaces in node names are not allowed by Jackrabbit. So if you get rid of it in your "Magnolia 4.0 - User Manual.pdf", it should work.
If you would like, you can have a look at [1] for the allowed chars list or directly into the specification. [1] http://svn.magnolia-cms.com/svn/community/magnolia/tags/magnolia-4.3.2/magnolia-core/src/main/java/info/magnolia/cms/core/Path.java Greetz, Zdenek On Thu, 2010-07-15 at 17:21 +0200, Anton Matheis wrote: > Hi Zdenek, > thanks for your quick reply. Here is my slow reply (had other tasks in > priority queue, sry). > > > > It works for me at 4.3.2 so more details about are welcome: > > * which link it produces > > it produces: > <p>asdf asdf asd <a > href="/Website/<section1>/<section2>/<article1>/main/0/text_files/file/Magnolia > 4.0 - User Manual.pdf">fasdf</a></p> > > > > * if you open JCR browser of your website workspace, do you see properties > > related to your file there? > > ** there should be text_files content node including reference to your file > > and exposed link in your text for appropriate word. > > In the jcr browser i see the following: > among all other of my properties, the node "text_files" as you said. > In that node there is a property "file" with the value: > /Website/<section1>/<section2>/<article1>/main/0/text_files/file/Magnolia > 4.0 - User Manual.pdf > > > > * what does your log say > > it gives me this after saving the dialog: > http://pastebin.com/fP5yQmZ4 > > > > * which version are you running > > Magnolia Core 4.3.2 > MAgnolia FckEditor 4.3 > > > * potentially > > ** uploading using DAM handler works for you? > > yes. uploaded into Documents, selected text, made link to document. all fine. > > > > ** is it also the issue for "Insert/Edit Image" fckEditor feature? > > yes. teh image is displayed as broken image in the fckeditor. > > > > > > Sorry for the silly question - have you "Send it to the Server" before you > > saved the dialog? ;) > > yes 8-] > > > Greetz, > Anton > > > > > HTH, > > -zdenek > > > > > > > > On Wed, 2010-07-07 at 14:10 +0200, Anton Matheis wrote: > >> Hello all, > >> > >> i have a problem with uploading files within the FckEditor: the files > >> don't seem to get uploaded or the generated link points to 404. > >> > >> What i do is: > >> Edit a text in fck editor, mark a word, select "Insert/Edit Link", > >> select "Upload" tab, load a file up (pdf etc.), save. When i click the > >> link, it leeds to 404. > >> > >> I also tried it on the demo instance, but there i can not upload a > >> file. The progressbar just keeps on progressing. > >> > >> Any help is appreciated. > >> > >> Cheersanton > >> > >> P.S. Linking a file from the dms works fine. > >> > >> ---------------------------------------------------------------- > >> For list details see > >> http://www.magnolia-cms.com/home/community/mailing-lists.html > >> To unsubscribe, E-mail to: <[email protected]> > >> ---------------------------------------------------------------- > > > > > > ---------------------------------------------------------------- > > For list details see > > http://www.magnolia-cms.com/home/community/mailing-lists.html > > To unsubscribe, E-mail to: <[email protected]> > > ---------------------------------------------------------------- > > > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
