Mailing List Archive

MediaWiki 1.3.3 installation troubles persist
Hi,
I was having trouble installing MediaWiki 1.3.2 about a week ago and never got it running. Now I'm trying to get MediaWiki 1.3.3 running and I'm getting the same errors. As Johan suggested in a post a today I made the following change;

>It started to work when I altered this line in $local from
>require_once( \"DefaultSettings.php\" );
>to
>require_once( \"includes/DefaultSettings.php\" );

I also turned register globals to off. The error report I get is as follows.
Please help if you can.
Thanks
Rich

a.. PHP 4.3.8: ok
b.. PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
c.. Have XML / Latin1-UTF-8 conversion support.
d.. PHP's memory_limit is 16M. If this is too low, installation may fail! Attempting to raise limit to 20M... ok.
e.. Have zlib support; enabling output compression.
f.. Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.
g.. Installation directory: /opt2/home3/rd6714/public_html/wiki
h.. Script URI path: /wiki
Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 8

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 9

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 12

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 13

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 14

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 15

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 16

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 17

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 18

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 19

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 20

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 21

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 22

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 23

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 24

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 25

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 26

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 27

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 28

Notice: Constant already defined in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 29

Fatal error: Cannot redeclare class namespace in /opt2/home3/rd6714/public_html/wiki/includes/Namespace.php on line 57

--
Rich Points
Rich@RichPoints.com
http://RichPoints.com
Re: MediaWiki 1.3.3 installation troubles persist [ In reply to ]
it seems like it's been included twice, though if you are using a
release (not the CVS version), this shouldn't be a problem, unless you
modified it.

-- Jamie
-------------------------------------------------------------------
http://endeavour.zapto.org/astro73/
Thank you to JosephM for inviting me to GMail!

On Mon, 13 Sep 2004 17:51:47 -0600, poster <poster@richpoints.com> wrote:
> Hi,
> I was having trouble installing MediaWiki 1.3.2 about a week ago and never got it running. Now I'm trying to get MediaWiki 1.3.3 running and I'm getting the same errors. As Johan suggested in a post a today I made the following change;
>
> >It started to work when I altered this line in $local from
> >require_once( \"DefaultSettings.php\" );
> >to
> >require_once( \"includes/DefaultSettings.php\" );
>
> I also turned register globals to off. The error report I get is as follows.
> Please help if you can.
> Thanks
> Rich
>
> a.. PHP 4.3.8: ok
> b.. PHP server API is apache; ok, using pretty URLs (index.php/Page_Title)
> c.. Have XML / Latin1-UTF-8 conversion support.
> d.. PHP's memory_limit is 16M. If this is too low, installation may fail! Attempting to raise limit to 20M... ok.
> e.. Have zlib support; enabling output compression.
> f.. Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.
> g.. Installation directory: /opt2/home3/rd6714/public_html/wiki
> h.. Script URI path: /wiki
> [trimmed, lots of notices and 1 error]
> --
> Rich Points
> Rich@RichPoints.com
> http://RichPoints.com
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l@Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>
Re: MediaWiki 1.3.3 installation troubles persist [ In reply to ]
> it seems like it's been included twice, though if you are using a
> release (not the CVS version), this shouldn't be a problem, unless you
> modified it.

no the only changes I made are listed below


>> >require_once( \"DefaultSettings.php\" );
>> >to
>> >require_once( \"includes/DefaultSettings.php\" );
>>