Issue:Galery not working ufter upgrade to 1.15.1
From FollowTheScore
Description: | <galery> not showing any images just titles |
Extension / Version: | DPL / 1.8.9 |
Type / Status: | Bug / resolved |
Problem
Using galery tags in DPL queries doesn't show any images, only a title or the page title,where the image belongs to.
The same templates that were working fine in 1.13 are not working after upgrading to 1.15.1
Tried examples like {{#dpl: |namespace=Image |format=«gallery»,%PAGE%¦%NR%. %TITLE%\n,,«/gallery» }}
with the same results.
Reply
Instead of
|namespace=images
Had to use
|namespace=6
(namespace=File was not working either, had to use the numerical code.)