Hi Robert,
I checked extension Page_Forms, it is way too complex for my purpuses.
Here the error message from the following code:
$pageTitleText = "my new wikipage"; $pageTitle = Title::newFromText( $pageTitleText ); $pageContentText = "my new page content"; $pageContent = new WikitextContent( $pageContentText ); $newWikiPage->doEditContent( $pageContent, "summary", EDIT_NEW );
[1ad3dc9e94053cf14fada5a0] 2019-01-28 14:25:01: Fataler Ausnahmefehler des Typs „Error“
Does this code actually mean something to you? It seems like a random number to me, it is different every time. The previous steps are working, I have checked this, the wikipage "my new wikipage" does not exist.
Of course I could create the wikipage by directly accessing the database with an "INSERT", but I think this is not the best method.
Manuela
-- Sent from: http://mediawiki-i.429.n8.nabble.com/