I want to install phpwiki1.3.1 using Apache 1.3.22, PHP 4.0.1 an a MySQL Database. Even when I try to use the default index.php I get an error message "Failed opening required lib/libxml.php". This file doesn't exist nowhere.
What the heck is going on? Where can I find that file? Can somebody help me?
Thanx
Holli
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You have discovered a stub for code which is not and may not ever be written yet. (Looking at it now, I'm not sure I understand why php 1.3.1 runs for anyone...)
Look in lib/main.php, around line 156 and comment out or delete the line which says:
require_once('lib/libxml.php');
(You could delete the whole 'xmldump' part of the case statement if you want.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-11-16
i got the same problem with this message: "Failed opening required 'lib/ErrorManager.php' ". can i solve the problem in the same way?
please help.
thanx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to install phpwiki1.3.1 using Apache 1.3.22, PHP 4.0.1 an a MySQL Database. Even when I try to use the default index.php I get an error message "Failed opening required lib/libxml.php". This file doesn't exist nowhere.
What the heck is going on? Where can I find that file? Can somebody help me?
Thanx
Holli
You have discovered a stub for code which is not and may not ever be written yet. (Looking at it now, I'm not sure I understand why php 1.3.1 runs for anyone...)
Look in lib/main.php, around line 156 and comment out or delete the line which says:
require_once('lib/libxml.php');
(You could delete the whole 'xmldump' part of the case statement if you want.)
i got the same problem with this message: "Failed opening required 'lib/ErrorManager.php' ". can i solve the problem in the same way?
please help.
thanx