1
Hello,
I've got a XOOPS 2.015 site with the mediawiki 1.71 module.
I imported some pages from another mediawiki site, with the import function of mediawiki itself.
Those pages appear correctly. I uploaded the images repertory to my xoopsed mediawiki, in the images repertory of mediawiki with all subrepertories. But I can't see the images in articles.
So I changed 2 lines in the LocalSetting.php.
Quote:
$wgUploadPath = str_replace( $wgServer, '', XOOPS_UPLOAD_URL )."/".MEDIAWIKI_DIRNAME;
$wgUploadDirectory = XOOPS_UPLOAD_PATH."/".MEDIAWIKI_DIRNAME;
by the original mediawiki lines.
Quote:
$wgUploadPath = "$wgScriptPath/images";
$wgUploadDirectory = "$IP/images";
But the problem still there.
Do you have an idea ?