Could someone please help me out. I have a problem with installing phpwiki 1.3.10
I use: phpwiki with mysql on a apache server
However, it still gives me a lot of trouble to get it working.
http://tm-twix.tm.tue.nl/~almering/phpwiki/index.php
Fatal error: Cannot instantiate non-existent class: wikidb_sql in /home/almering/public_html/phpwiki/lib/WikiDB.php on line 100
While I have set the config.ini to:
DATABASE_TYPE = mysql
and: DATABASE_DSN = mysql://user:password@host/databasename
and loaded mysql.sql into the db
Does someone know how to fix it...?
thx!
DATABASE_TYPE = mysql => DATABASE_TYPE = SQL or DATABASE_TYPE = ADODB
Log in to post a comment.
Could someone please help me out. I have a problem with installing phpwiki 1.3.10
I use: phpwiki with mysql on a apache server
However, it still gives me a lot of trouble to get it working.
http://tm-twix.tm.tue.nl/~almering/phpwiki/index.php
Fatal error: Cannot instantiate non-existent class: wikidb_sql in /home/almering/public_html/phpwiki/lib/WikiDB.php on line 100
While I have set the config.ini to:
DATABASE_TYPE = mysql
and:
DATABASE_DSN = mysql://user:password@host/databasename
and loaded mysql.sql into the db
Does someone know how to fix it...?
thx!
DATABASE_TYPE = mysql
=>
DATABASE_TYPE = SQL
or
DATABASE_TYPE = ADODB