Topic on Extension talk:CategoryTree

PHP Warning : ext.categoryTree.css

2
PascalKT (talkcontribs)

We get some error in the apache log due to the CategoryTree extension. (using MDW 1.26)

PHP Warning: Ā OutputPage::getModuleStyles: style module should define its position explicitly: ext.categoryTree.css

any ideas ?

2620:0:1000:1704:359F:C020:9E78:B83C (talkcontribs)

I fixed it by going to /public_html/extensions/CategoryTree/CategoryTree.php, and adding the position field:

$wgResourceModules['ext.categoryTree.css'] = array(

'position' => 'top',

'styles' => 'ext.categoryTree.css',

) + $commonModuleInfo;

Reply to "PHP Warning : ext.categoryTree.css"