Topic on Project:Support desk

DynamicPageList.php file not found

3
2A01:CB06:B864:339A:857D:4503:5FF7:B41C (talkcontribs)

Hi, i'm trying to use DynamicPageList3 extension.

I've seen that I need to add the following line to the LocalSettings.php file :

require_once "$IP/extensions/DynamicPageList3/DynamicPageList.php";

The thing is that there is no file with that name in the DPL3 files.

Am I missing something ? Is the file useless ? Thanks in advance

Osnard (talkcontribs)

This is probably caused by an update of the codebase. Try to change

require_once "$IP/extensions/DynamicPageList3/DynamicPageList.php";

into

wfLoadExtension( 'DynamicPageList3' );
2A01:CB06:B864:339A:1D2C:26AD:FA18:BF9D (talkcontribs)

oh ok i thought it was two different things but I already have it, thank you ;)

Reply to "DynamicPageList.php file not found"