https://bugzilla.wikimedia.org/show_bug.cgi?id=46849

       Web browser: ---
            Bug ID: 46849
           Summary: Error: getNsText() and  SF_Utils.php
           Product: MediaWiki extensions
           Version: REL1_20 branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: SemanticForms
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I have change from mw 1.90.4 to 2.20.3. 
Semantic Forms Vers. 2.5.2
http://kubb.kubbwiki.de/index.php/Spezial:Version


Now i get the Fatal error: Call to a member function getNsText() on a
non-object in / ... /extensions/SemanticForms/includes/SF_Utils.php on line 43 

when i open a article with Formular or wil create it. 

All article are into Namespace (Main) 

I see no Error into SF_Utils.php Line 43

[code]
42                public static function titleString( $title ) {
43        $namespace = $title->getNsText();
44        if ( $namespace !== '' ) {
45            $namespace .= ':';
46         }

[/Code]

Its's a bug? 

cu
Bastor

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to