How can I remove or delete pages?
I'm New to PHPWiki and I've created some with incorrect names.
When I tried to remove the page in Admin, it told me that feature wasn't implemented yet. Wow.
So what do I do in the meantime?
Thanks for any help!
BTW, I'm using 1.2.10
That is incredibly old. Try 1.3.X.
Dan
I installed it because it said it was the last "stable" version. I think I will try the new version.
1.2.x is called "stable" because it is stable. i.e. it is not in work and will not be enhanced in any way. Just bugfixes.
I asume you are using $WhichDatabase = 'file' There you can remove a page simply by deleting the file. rm /tmp/wiki/pages/MyPage
remove withing the wiki for flatfile is not yet supported, but will be added in the next 1.2.11 release.
Log in to post a comment.
How can I remove or delete pages?
I'm New to PHPWiki and I've created some with incorrect names.
When I tried to remove the page in Admin, it told me that feature wasn't implemented yet. Wow.
So what do I do in the meantime?
Thanks for any help!
BTW, I'm using 1.2.10
That is incredibly old. Try 1.3.X.
Dan
I installed it because it said it was the last "stable" version. I think I will try the new version.
1.2.x is called "stable" because it is stable.
i.e. it is not in work and will not be enhanced in any way.
Just bugfixes.
I asume you are using $WhichDatabase = 'file'
There you can remove a page simply by deleting the file.
rm /tmp/wiki/pages/MyPage
remove withing the wiki for flatfile is not yet supported, but will be added in the next 1.2.11 release.