User talk:Pmt-it

About this board

Images and thumbnails not displayed

1
Pmt-it (talkcontribs)

Hi,

I have exported my procedure from Bizagi Modeler 3.1 to Wiki and run with Mediawiki 1.28.

I added those settings below from my LocalSettings.php:

$wgGroupPermissions['*']['upload'] = true;

$wgFileExtensions = array('png','gif','jpg','jpeg','doc','xls','mpp','pdf','ppt','tiff','bmp','docx', 'xlsx', 'pptx','ps','odt','ods','odp','odg');

$wgEnableUploads = true;

$wgAllowImageTag = true;

I allow all rights for all users on this repository below:

/mediawiki/images

The problem is that no images are displayed on my procedure and the <img> tag html have no attribute "src" .

When I set $wgAllowImageTag = false; I can see that <img> tag html have the attribute src with the image path but reconized as a text.

Please, someone can help me with settings.

I think I forgot to set anything else.

Thanks for reply.

Regards

Reply to "Images and thumbnails not displayed"
There are no older topics