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