Hi all,
My extension shouts this warning:
Warning: Problem with method call - please report this bug in /home/f/fxparlant/www/mediawiki/extensions/Calendar.php on line 135
After some mixing up, this seem to be the line at the source of the warning:
$nt = Title::makeTitle( $row->page_namespace, $row->page_title );
Should I have declared something special in the extension to get it working ?
Thanks for your help,
François