Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.6.4
-
Fix Version/s: 1.8
-
Component/s: Installation
-
Labels:None
-
Affected Branches:MOODLE_16_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
I just fetched the head of the 1.6 branch and attempted a clean new install. However, instead of getting the installation script's welcome page, I get a blank page and the http logs the following error
[Mon Jan 8 17:08:49 2007] [error] PHP Fatal error: Cannot redeclare xmlize() (previously declared in /Library/WebServer/Documents/moodle/lib/xmlize.php:46) in /Library/WebServer/Documents/moodle16/lib/xmlize.php on line 70
Issue Links
| This issue is duplicated by: | ||||
| MDL-8204 | install.php malfunctions if Moodle is installed in a non-default folder |
|
|
|
This is most probably a bug in include handling in your PHP. What version are you using?
In anycase I have changed the install.php script in HEAD to use FILE instead of include starting with dot, this might solve it. But I guess you still might run into other problems if the include/require does not work as expected.
I have changed the priority because this bug is not blocker, you can try manual install instead.
closing now.