Re-hello When I export a Wiki Page into PDF the images don't appear. You can test it at http://www.cosgov.org Regards -- Xavier MOGHRABI - Consortium ObjectWeb Email: xavier.moghrabi at objectweb.org Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau
This is probably due to write access to the temp dir for the images on the server. It depends on the install where it tries to write. You need to check in the logs. Ludovic Xavier MOGHRABI a écrit :
Re-hello
When I export a Wiki Page into PDF the images don't appear.
You can test it at http://www.cosgov.org
Regards
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
I have this in the logs [ERROR] Error while creating area : Error with image URL: /xwiki/bin/download/Main/Sponsors/ObjectWeb.gif (No such file or directory) and no base URL is specified It seems that the base URL is missing, isn't it ? Xavier Le mercredi 4 Mai 2005 18:48, Ludovic Dubost a écrit :
This is probably due to write access to the temp dir for the images on the server. It depends on the install where it tries to write. You need to check in the logs.
Well, there are 2 scenarios for images: 1/ The PDF generation tool created temporary files and link to local files 2/ If it can't write the temporary files, it leaves absolute URLs. If the wiki is protected 2/ cannot work because the URLs are protected. Now it does not seem to be your case. In your case the URLs are not absolute although they should be.. There mush be a bug here. However the rights way is to make 1/ work. For this there is a temporary directory access issue. XWiki tries to write somewhere in the tomcat hierarchy and it fails. Try giving full write access to the tomcat dir to see where it tries to write. Ludovic Xavier MOGHRABI a écrit :
I have this in the logs
[ERROR] Error while creating area : Error with image URL: /xwiki/bin/download/Main/Sponsors/ObjectWeb.gif (No such file or directory) and no base URL is specified
It seems that the base URL is missing, isn't it ?
Xavier
Le mercredi 4 Mai 2005 18:48, Ludovic Dubost a écrit :
This is probably due to write access to the temp dir for the images on the server. It depends on the install where it tries to write. You need to check in the logs.
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (2)
-
Ludovic Dubost -
Xavier MOGHRABI