Mailing List Archive

mediawiki Installation trouble
Howdy,
I'm trying to install mediawiki 1.3.2 and I'm getting the following error
report. Can someone tell me what I'm doing wrong?
Thanks
Rich


a.. PHP 4.3.8: ok
a.. Warning: PHP's register_globals option is enabled. MediaWiki will work
correctly, but this setting increases your exposure to potential security
vulnerabilities in PHP-based software running on your server. You should
disable it if you are able.
a.. PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
a.. Have XML / Latin1-UTF-8 conversion support.
a.. PHP's memory_limit is 16M. If this is too low, installation may fail!
Attempting to raise limit to 20M... ok.
a.. Have zlib support; enabling output compression.
a.. Found GD graphics library built-in, image thumbnailing will be enabled
if you enable uploads.
a.. Installation directory:
a.. Script URI path: /wiki
Warning: Unknown(DefaultSettings.php): failed to open stream: No such file
or directory in /opt2/home3/rd6714/public_html/wiki/config/index.php(373) :
eval()'d code on line 8

Warning: (null)(): Failed opening 'DefaultSettings.php' for inclusion
(include_path='.::/includes:/languages') in
/opt2/home3/rd6714/public_html/wiki/config/index.php(373) : eval()'d code on
line 8

Notice: Constant already defined in ./includes/Namespace.php on line 8

Notice: Constant already defined in ./includes/Namespace.php on line 9

Notice: Constant already defined in ./includes/Namespace.php on line 12

Notice: Constant already defined in ./includes/Namespace.php on line 13

Notice: Constant already defined in ./includes/Namespace.php on line 14

Notice: Constant already defined in ./includes/Namespace.php on line 15

Notice: Constant already defined in ./includes/Namespace.php on line 16

Notice: Constant already defined in ./includes/Namespace.php on line 17

Notice: Constant already defined in ./includes/Namespace.php on line 18

Notice: Constant already defined in ./includes/Namespace.php on line 19

Notice: Constant already defined in ./includes/Namespace.php on line 20

Notice: Constant already defined in ./includes/Namespace.php on line 21

Notice: Constant already defined in ./includes/Namespace.php on line 22

Notice: Constant already defined in ./includes/Namespace.php on line 23

Notice: Constant already defined in ./includes/Namespace.php on line 24

Notice: Constant already defined in ./includes/Namespace.php on line 25

Notice: Constant already defined in ./includes/Namespace.php on line 26

Notice: Constant already defined in ./includes/Namespace.php on line 27

Notice: Constant already defined in ./includes/Namespace.php on line 28

Notice: Constant already defined in ./includes/Namespace.php on line 29

Fatal error: Cannot redeclare
Re: mediawiki Installation trouble [ In reply to ]
poster wrote:
> Warning: Unknown(DefaultSettings.php): failed to open stream: No such file
> or directory in /opt2/home3/rd6714/public_html/wiki/config/index.php(373) :
> eval()'d code on line 8

Can you confirm that the includes subdirectory is present, complete, and
contains DefaultSettings.php?

-- brion vibber (brion @ pobox.com)
Re: mediawiki Installation trouble [ In reply to ]
>Can you confirm that the includes subdirectory is present, >complete, and
contains DefaultSettings.php?

As far as I can tell everything is there including DefaultSettings.php.



----- Original Message -----
From: "Brion Vibber" <brion@pobox.com>
To: "MediaWiki announcements and site admin list"
<mediawiki-l@Wikimedia.org>
Sent: Thursday, September 02, 2004 3:55 PM
Subject: Re: [Mediawiki-l] mediawiki Installation trouble


> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l@Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>