Hey all, I have a current installation of semantic mediawiki, I originally had 1 extra namespace defined in localsettings like this:
$wgExtraNamespaces = array(101 => "Policy", 101 => "Policy Discussion" ); $smwgNamespaceIndex = 102; include_once('extensions/SemanticMediaWiki/includes/SMW_ Settings.php'); enableSemantics('domainname'); Everything worked great. Now I need to add some additional namespaces, I added these so I now have this in my localsettings: $wgExtraNamespaces = array(101 => "Policy", 101 => "Policy Discussion", 102 => "Forum", 103 => "Forum Discussion", 104 => "Glossary", 105 => "Glossary Discussion", 106 => "Project", 107 => "Project Discussion", 108 => "Portal", 109 => "Portal Discussion" ); $smwgNamespaceIndex = 110; include_once('extensions/SemanticMediaWiki/includes/SMW_ Settings.php'); enableSemantics('localhost'); But now all my attributes and datatypes are just broken red links. I tried initialising tables via smw special page, tried refreshing pages as admin, tried doing a hard browser refresh, emptying cache etc.. but nothing seems to work. If I set everything back to only the original namespaces everything works again, but I realy need to add these extra namespaces. Any idea what could be wrong? ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Semediawiki-user mailing list Semediawiki-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/semediawiki-user