I'm trying to run phpwiki on a win server running mySQL (browsing the forum for an answer, I seem to understand this is the worst solutionm but this is what I have... )
I setup the db correctly, setup my DATABASE_TYPE = SQL and DATABASE_DSN = "mysql://myuser:mypass@myhost/(/var/lib/mysql/mysql.sock)/mydb" (hope I did it correct...
This is what I get...
Fatal Error:
lib\FileFinder.php:193: Error[256]: C:\Temp: file not found
lib\FileFinder.php:193: Error[256]: C:\Temp: file not found
Tried to change all path and directories all around, but I could only find references to /tmp, never to a TEMP. i have no clue on where it gets this info from... can anyone help?
THANKS!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting a nearly identical message -
"lib/FileFinder.php:191: Error: /tmp: file not found"
on SunOS 5.9. Again, in config.ini, absolutely all references to /tmp have been changed to a newly-created writeable subdirectory of the wiki folder.
It works just fine on a Ubuntu 6.06 machine - same configuration file and everything.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to run phpwiki on a win server running mySQL (browsing the forum for an answer, I seem to understand this is the worst solutionm but this is what I have... )
I setup the db correctly, setup my DATABASE_TYPE = SQL and DATABASE_DSN = "mysql://myuser:mypass@myhost/(/var/lib/mysql/mysql.sock)/mydb" (hope I did it correct...
This is what I get...
Fatal Error:
lib\FileFinder.php:193: Error[256]: C:\Temp: file not found
lib\FileFinder.php:193: Error[256]: C:\Temp: file not found
Tried to change all path and directories all around, but I could only find references to /tmp, never to a TEMP. i have no clue on where it gets this info from... can anyone help?
THANKS!
I'm getting a nearly identical message -
"lib/FileFinder.php:191: Error: /tmp: file not found"
on SunOS 5.9. Again, in config.ini, absolutely all references to /tmp have been changed to a newly-created writeable subdirectory of the wiki folder.
It works just fine on a Ubuntu 6.06 machine - same configuration file and everything.
Any ideas?
before someone flames me, the DSN I'm using is
mysql://myuser:mypass@myhost/mydb, not the sock one... :P