I am loooking to know on MessageBlobStore.php. I don't see any page on MessageBlobStore.php Can someone please explain
User talk:Mparthas25
That page is probably not created yet, but you can see the autogenerated code documentation here: https://doc.wikimedia.org/mediawiki-core/master/php/MessageBlobStore_8php.html.
Thanks. I would like to understand how blobs are stored in page_props. I am getting a null value error for ppvalue in page_props. Do you know why ?
All,
Someone help me if you can.
i am having an application which uses PHP+Mediawiki.
On saving a page, i am getting an insertion error at PAGE_PROPS table:
INSERT INTO /*Q*/PAGE_PROPS (pp_page,pp_propname,pp_value) VALUES (:pp_page, :pp_propname, NULL) Function DatabaseOracle::insertOneRow Error 1400 ORA-01400: cannot insert NULL into ("APP", "PAGE_PROPS","PP_VALUE")
This seems to be occuring only when double underscored words (e.g. ) are present in the page.
Any idea, what needs to be done to resolve this issue ?
Thanks