Static pages error
Posted: Mon Oct 31, 2005 12:58 pm
Hello,
After installing the static pages plugin in Serendipity 9, i get the following error when trying to create a new page:
INSERT INTO site_staticpages (headline,permalink,pagetitle,articletype,publishstatus,content,markup,articleformat,articleformattitle,authorid,parent_id,show_childpages,pre_content,pass,filename,is_startpage,shownavi,showonnavi,timestamp,pageorder) values ('Test', '/site/pages/pagetitle.html', 'pagetitle', '1', '1', '', '1', '1', 1 ', '1', '0', '1', '', '', 'none.html', '0', '1', '1', '1130759294', '1')
I think this means the table site_staticpages does not exist in my DB, but since i'm not good with MySQL, could enyone give me the right sql-command for creating this table?
After installing the static pages plugin in Serendipity 9, i get the following error when trying to create a new page:
INSERT INTO site_staticpages (headline,permalink,pagetitle,articletype,publishstatus,content,markup,articleformat,articleformattitle,authorid,parent_id,show_childpages,pre_content,pass,filename,is_startpage,shownavi,showonnavi,timestamp,pageorder) values ('Test', '/site/pages/pagetitle.html', 'pagetitle', '1', '1', '', '1', '1', 1 ', '1', '0', '1', '', '', 'none.html', '0', '1', '1', '1130759294', '1')
I think this means the table site_staticpages does not exist in my DB, but since i'm not good with MySQL, could enyone give me the right sql-command for creating this table?