|
niedziela, 04 styczeń 2009 |
Sorry there is no translation available yet. Please let me know if You want this article translated :-) P: Po upgdrade mediawiki gdy chcę edytować artykuły pojawia się błąd o braku tabeli _page_props
O: Stwórz tabele poleceniem:
{moscode}CREATE TABLE wiki_page_props (pp_page int NOT NULL, pp_propname varbinary(60) NOT NULL, pp_value blob NOT NULL, PRIMARY KEY (pp_page,pp_propname) );{/moscode?
|