From: Joel U. <uck...@no...> - 2005-10-16 15:36:05
|
Thus spake Geoff Dougherty: > Hi. > > I'm running 1.2 and mysql, and I need to pull page > content from a non-phpwiki database and create new > phpwiki pages containing the same content. > > I've uploaded some test content to the wiki table in > the database, and updated the wikilinks table to > reflect the new content (i.e., INSERT INTO > wikilink(frompage,topage,) VALUES > ('RecentChanges,'MyNewContentPage') > > I've confirmed that the tables hold the new stories > and links, but they're not showing up in > RecentChanges, or any of the other pages I've tried to > link the content to. > > What else do I need to change to make sure the new > content is displayed? > > Thanks. I'm looking back at the table structure for 1.2, and I'm not seeing any obvious thing to do. Are the new pages accessible directly? -- J. |