From: Lang H. <la...@th...> - 2002-08-31 16:34:26
|
I just set up phpwiki on my own site two days ago and think it is great. I just have a couple questions. I tried browsing through this mailing list (no searching??), and looking through http://phpwiki.sourceforge.net/phpwiki but I haven't been able to figure a couple things out. The biggest is I'd like to have my /phpwiki/index.php work as my root index.php file. I thought that symlinking would work, but that gives Fatal error: Failed opening required 'lib/ErrorManager.php' (include_path='.:/usr/lib/php') in /home/httpd/htdocs/phpwiki/lib/prepend.php on line 11 So I looked and found the notes on http://phpwiki.sourceforge.net/phpwiki/PrettyWiki and figured that would do the trick, but then, making the changes to a copy of /phpwiki/index.php that I placed in /htdocs, I get the following errors: phpwiki/lib/DbaDatabase.php:32: Fatal[256]: driver initialization failed phpwiki/lib/Theme.php:153: Notice[1024]: MacOSX.css: not found phpwiki/lib/Theme.php:153: Notice[1024]: phpwiki-printer.css: not found phpwiki/lib/Theme.php:153: Notice[1024]: phpwiki-modern.css: not found Fatal PhpWiki Error phpwiki/lib/DbaDatabase.php:32: Fatal[256]: driver initialization failed So now I'm stuck with an index.html which is just a redirect (via <meta http-equiv="refresh" content="0;url=http://www.foo.com/phpwiki"> ), which is clunky and I don't like it. If anyone could help me, I'd appreciate it. The other problem I'm working on is figuring out how to format what goes on outside the editable boxes. I've not looked at php before, but I'm sure I'll figure it out. Of course, if someone wants to give me a shortcut.... Thanks, Lang |