I am trying to move from version 1.2.11 to 1.3.1.4 (I brought up 1.2 successfully)
I am using a commercial hosting service (1and1.com). I created a subdomain (test.something.org) and pointed that subdomain to a subdirectory (/test) on the server. I ftp'ed up the php and other files into the test directory, fixed up the config.ini to point to a MySQL database (version 5) and installed the schema in the db. When I tried to access the server (http://test.something.org) I get the following error message:
lib/DbaDatabase.php:162 Error[256]: f:/prog/php/phpwiki-dev/db/pagedb.db3: dba error: The DBA handler db3 is unsupported!
I uncommented the line
DATABASE_TYPE = SQL
and commented the line
;DATABASE_TYPE = dba
The only thing I can think of is there is some absolute path in one the PHP files or something like that since it is not picking up the DATABASE_TYPE value. Anyone have any ideas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to move from version 1.2.11 to 1.3.1.4 (I brought up 1.2 successfully)
I am using a commercial hosting service (1and1.com). I created a subdomain (test.something.org) and pointed that subdomain to a subdirectory (/test) on the server. I ftp'ed up the php and other files into the test directory, fixed up the config.ini to point to a MySQL database (version 5) and installed the schema in the db. When I tried to access the server (http://test.something.org) I get the following error message:
lib/DbaDatabase.php:162 Error[256]: f:/prog/php/phpwiki-dev/db/pagedb.db3: dba error: The DBA handler db3 is unsupported!
I uncommented the line
DATABASE_TYPE = SQL
and commented the line
;DATABASE_TYPE = dba
The only thing I can think of is there is some absolute path in one the PHP files or something like that since it is not picking up the DATABASE_TYPE value. Anyone have any ideas.
I determined the issue. My ftp program was not writing my file changes to the server.