I've just installed PHPWik (into
http://localhost/phpwiki-1.3.10/) and when I try to
access http://localhost/phpwiki-1.3.10/index.php, I get
the following error messages:
C:\Program Files\Apache
Group\Apache2\htdocs\phpwiki-1.3.10\lib\FileFinder.php:18:
Fatal[2048]: var: Deprecated. Please use the
public/private/protected modifiers
C:\Program Files\Apache
Group\Apache2\htdocs\phpwiki-1.3.10\lib\FileFinder.php:18:
Fatal[2048]: var: Deprecated. Please use the
public/private/protected modifiers
Line #18 of FileFinder.php is:
var $_pathsep, $_path;
I'm running Windows XP; Apache 2.0; PHP 5.0 and also
have mySQL 4.1 running.
Unfortunately I'm also VERY new to PHP....
Does any body have any ideas? Do I need to revert back
to PHP v4.x?
Logged In: YES
user_id=818765
Also, I'm using version 1.3.x of PHPWiki.
Logged In: YES
user_id=245140
That line is commented out in the current CVS version. Have
you tried commenting that line?