-------- Original-Nachricht --------
Datum: Tue, 30 Oct 2007 18:04:19 +1100 Von: "Andrew Garrett" andrew@epstone.net An: "Wikimedia developers" wikitech-l@lists.wikimedia.org Betreff: Re: [Wikitech-l] How to get the article content?
On 10/29/07, demagggus magggus@gmx.de wrote:
Now I did a upgrade to 1.11.0, and it doesn't work anymore?
Does it return nothing? Does it throw an error? Does it return the wrong text? Is it working some of the time? Is it not working at all? Is it inserting bogus records into the database? Is it sneaking off with your girlfriend when you're not looking?
"Doesn't work" isn't really a sufficient explanation of the problem you're experiencing.
-- Andrew Garrett
Sorry for the short and imprecisely description of my problem. I forgot to activate display_errors so I didn't get any error message, just a blank page.
'$text = $wgArticle->getContent();'
If I try to use this line of code I get the following error-message:
"Fatal error: Call to a member function getContent() on a non-object"