From: Lawrence A. <Law...@th...> - 2002-01-29 00:05:14
|
I am running it on one of my systems, although it only has one user (me) Using Foxserv, ie PHP 4.0.6, Apache (cant remember - most recent version i think) and phpWiki 1.3.2 (and cvs code), all on Windows XP and also 2000 without major problems Apache terminates a thread every now and then, but I think that's just Apache's problem. Try setting the include path variable in the index.php file. Don't forget, Windows uses semicolons instead of colons, so you need something like ini_set('include_path', ".;c:/path/to/phpwiki/files"); You may also need to include the path of the PEAR DB file there. Note, PHP doesn't seem to mind forward slashes in file paths, and it is easier to use them to avoid problems with escape characters. Lawrence Akka =============================================================== Anyone running phpwiki on Win32? If so what versions of phpwiki, PHP and (perhaps) MySQL are you using? Running the latest phpwiki with PHP 4.1.0 caused a fault in PHP(!). Running with the newer Versions I'm using (unsuccessfully) on Windows 2000: PHP 4.1.1 mysql Ver 11.15 Distrib 3.23.47, for Win95/Win98 (i32) Error from running PhpWiki 1.2.2: ----- Warning: Failed opening 'lib/mysql.php' for inclusion (include_path='..') in C:\tools\phpwiki-1.2.2\lib\config.php on line 111 Fatal error: Call to undefined function: opendatabase() in C:\tools\phpwiki-1.2.2\index.php on line 14 ----- Error from running PhpWiki 1.3.2: ----- Fatal error: Failed opening required 'lib/ErrorManager.php' (include_path='..') in C:\tools\phpwiki-1.3.2\lib\prepend.php on line 11 ----- Is there a problem with include_path on Win32? I did pull out the current PHP sources from CVS to take a look. Punted after looking at the PHP build workspace/project. Too much rework needed... :). _______________________________________________ Phpwiki-talk mailing list <EMAIL: PROTECTED> https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |