I cant get images to work in PDFExport and htmldoc
I am behind a firewall , and using ssl on the page. I did look at the discussions and found the following excerpt.
Add
global $wgUploadPath;
global $IP;
and change
# $bhtml = str_replace ($wgScriptPath, $wgServer . $wgScriptPath, $bhtml);
# $bhtml = str_replace ('/w/',$wgServer . '/w/', $bhtml);
$bhtml = str_replace ($wgUploadPath, $IP.$wgUploadPath.'/', $bhtml);
But obviously behind a firewall the $IP thing wont work. After the changes there is at least a blank spot on the pdf where the image should be but unfortunately the image just isnt making it. Any thoughts any help any reply?


Reply With Quote

.
Bookmarks