https://bugzilla.wikimedia.org/show_bug.cgi?id=51543
--- Comment #2 from Leonard Wallentin <[email protected]> --- Hmm, I'm not sure exactly what to do, but I added this to LocalSettings.php: error_reporting( E_ALL ); ini_set( 'display_errors', 1 ); $wgShowExceptionDetails = true; This is the full message I get: <code> Notice: Undefined index: title in /var/www/w/includes/parser/LinkHolderArray.php on line 297 Notice: Undefined index: title in /var/www/w/includes/parser/LinkHolderArray.php on line 375 Fatal error: Call to a member function getPrefixedDBkey() on a non-object in /var/www/w/includes/cache/LinkCache.php on line 164 </code> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
