From: Reini U. <rei...@gm...> - 2005-10-17 09:02:40
|
I cannot really help right now, because I'm away and can only help with tips out of my head. On 10/16/05, Joel Uckelman <uck...@no...> wrote: > Thus spake Geoff Dougherty: > > 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? Look at the admin/*.php pages for actions to import content. And if this fails put your non-sql pages into pgsrc like files (header can be omitted, just plain-text() and fire up a new wiki (DELETE FROM wikipages ?) with this pgsrc. This would be the easiest. > 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? -- Reini Urban |