Technology Tools for Ministry

Community

Web-Empowered Church User Community
All Categories > Ministry Tools > Discussion Forum Extension > problem with the est pdfgenerator2
Total Posts: 7 - Pages (1): [1]
Author: My B
Posted: Jan 15 2008 - 11:51 AM
Subject: problem with the est pdfgenerator2
Hello,
I've installed the wec_discussion forum extension, and the forum work well but i've seen that the site could not generate pdf page with the extension pdfgenerator2 anymore, there is an error :
HTML2PDF Problem:
html2ps produced the following errors:

and no error notify ...

if i desinstall the extension forum in typo3 , pdf is generated

if anyone have an idea about this

thanks

(excuse me for my bad english ... i'm just french !!)

>>> NEW in the servor log i find an error in the stylesheet.css file ...([error] Fetching: file:////var/www/typo3temp/stylesheet_310e32a80e.css)
Author: Dave Slayback
Posted: Jan 16 2008 - 03:05 PM
Subject: re: problem with the est pdfgenerator2
Hi,

Do you have a link to the site and a button to click? That would be helpful in finding this problem. I am not sure what would conflict with the wec_discussion, and would need to look at the stylesheet*.css to see what could be the problem. If this is an internal website or not accesible, if you could send that stylesheet, that would be helpful.

-Dave
Author: My B
Posted: Jan 17 2008 - 03:37 AM
Subject: re: re: problem with the est pdfgenerator2
Hi,

the site is on a test servor and not accessible, I even read the stylesheet.css file and not I've not found something wrong, just the line :

.tx-wecdiscussion-page {

...
width: expression( document.body.clientWidth > 700px ? 700px +"px" : document.body.clientWidth);

...
}

I've commented this line but nothing change ...
You can download the stylesheet*.css file http://crdp.ac-besancon.fr/download/stylesheet.css
I've tried also to supress the lines 65 to 365 :plugin.tx_wecdiscussion_pi1._CSS_DEFAULT_STYLE ( ...) in the ext_typoscript_setup.txt file

but Pdf file is still not generated

thanks for your help

My
Author: Dave Slayback
Posted: Jan 19 2008 - 11:34 PM
Subject: re: problem with the est pdfgenerator2
As a follow-up, the problem was the line in the ext_typoscript_setup.txt file with width: expression(...). This had an error in it which was fixed by setting the TS constant totalMaxWidth=700 (instead of 700px). This fixed the problem, and will be fixed in the v1.6.0

-Dave
Author: My B
Posted: Jan 21 2008 - 02:57 AM
Subject: re: re: problem with the est pdfgenerator2
I've tried this solution but that not fix my problem with pdfgenerator2

My
Author: Dave Slayback
Posted: Jan 21 2008 - 04:19 PM
Subject: re: problem with the est pdfgenerator2
Looking at your previous report, it looks like you have a stylesheet.css file that you created. You need to edit this and change the 700px to 700 on that line. And check to make sure the change was made by looking at the stylesheet.css.

Also, you need to clear the cache(s) to make this work after you set the value.

-Dave
Author: My B
Posted: Jan 25 2008 - 03:23 AM
Subject: re: problem with the est pdfgenerator2
I think the problem didn't come from the css file, I've tried all : modifie 700px to 700, comented the line , supress the css ... and clear the cache each time off course ...
Finally , I 've installed an other extension forum ...
My
Total Posts: 7 - Pages (1): [1]
You must login to post a message to this conference.