Here's my set up:
Windows XP
Apache2
MySql 4.1.7
PHP 4.3.9
Those have been configured as the documentation recommends, and each are working. I can browse to localhost and get the default apache page, and I have a test.php page that reports properly.
As well I have a test page for mysql, simple table creation and adding a record.
This all works fine.
I unzipped phpwiki 1.3.10, renamed the folder phpwiki, and moved it under my htdocs folder in my apache directory. I've completed the steps in Install.mysql up to #4. I created the phpwiki tables from the schema, and made a new user in mysql (wiki:wiki).
Step #4 in Install.mysql mentions changes to make to $dbparams in index.php. I can only assume this is the index.php in the root phpwiki directory.. When I look at this file, it doesnt refer to anything it mentions. I've searched through the other directories looking for places to make changes, to no avail.
I'm using config-default.ini as my config.ini.
If I change Database_Type to dba, I get a message that i dont have dba support compiled in. And that makes sense I guess. But if I change it to SQL, and edit DBAUTH_AUTH_DSN = "mysql://wiki:wiki@localhost/phpwiki", I get blank pages.
I'm totally new to php and wiki in general. Any help would be appreciated. Im willing to start from scratch. I have many hours into trying to figure this out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here's my set up:
Windows XP
Apache2
MySql 4.1.7
PHP 4.3.9
Those have been configured as the documentation recommends, and each are working. I can browse to localhost and get the default apache page, and I have a test.php page that reports properly.
As well I have a test page for mysql, simple table creation and adding a record.
This all works fine.
I unzipped phpwiki 1.3.10, renamed the folder phpwiki, and moved it under my htdocs folder in my apache directory. I've completed the steps in Install.mysql up to #4. I created the phpwiki tables from the schema, and made a new user in mysql (wiki:wiki).
Step #4 in Install.mysql mentions changes to make to $dbparams in index.php. I can only assume this is the index.php in the root phpwiki directory.. When I look at this file, it doesnt refer to anything it mentions. I've searched through the other directories looking for places to make changes, to no avail.
I'm using config-default.ini as my config.ini.
If I change Database_Type to dba, I get a message that i dont have dba support compiled in. And that makes sense I guess. But if I change it to SQL, and edit DBAUTH_AUTH_DSN = "mysql://wiki:wiki@localhost/phpwiki", I get blank pages.
I'm totally new to php and wiki in general. Any help would be appreciated. Im willing to start from scratch. I have many hours into trying to figure this out.