Hello, Wow !!! Thanks for your time !!!
Installation went well that time. I didn't see errors during the patch and update.php. I notice some errors in Apache error.log: Sun Aug 25 11:21:06 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.7 with Suhosin-Patch configured -- resuming normal operations [Sun Aug 25 11:22:32 2013] [error] [client 192.168.0.100] PHP Notice: Undefined variable: cluster in /var/www/sites/mediawiki001/extensions/IntraACL/includes/HACL_ACLSpecial.php on line 282, referer: http://SERVERNAME/sites/mediawiki001/index.php?title=Special:IntraACL&action=quickaccess [Sun Aug 25 11:22:32 2013] [error] [client 192.168.0.100] PHP Warning: Invalid argument supplied for foreach() in /var/www/sites/mediawiki001/extensions/IntraACL/includes/HACL_ACLSpecial.php on line 282, referer: http://SERVERNAME/sites/mediawiki001/index.php?title=Special:IntraACL&action=quickaccess [Sun Aug 25 11:22:32 2013] [error] [client 192.168.0.100] PHP Notice: Undefined index: in /var/www/sites/mediawiki001/extensions/IntraACL/includes/HACL_ACLSpecial.php on line 341, referer: http://SERVERNAME/sites/mediawiki001/index.php?title=Special:IntraACL&action=quickaccess [Sun Aug 25 11:22:32 2013] [error] [client 192.168.0.100] PHP Warning: Invalid argument supplied for foreach() in /var/www/sites/mediawiki001/extensions/IntraACL/includes/HACL_ACLSpecial.php on line 341, referer: http://SERVERNAME/sites/mediawiki001/index.php?title=Special:IntraACL&action=quickaccess [Sun Aug 25 11:22:32 2013] [error] [client 192.168.0.100] PHP Notice: Undefined variable: edges in /var/www/sites/mediawiki001/extensions/IntraACL/includes/HACL_ACLSpecial.php on line 357, referer: http://SERVERNAME/sites/mediawiki001/index.php?title=Special:IntraACL&action=quickaccess [Sun Aug 25 11:22:32 2013] [error] [client 192.168.0.100] PHP Warning: Invalid argument supplied for foreach() in /var/www/sites/mediawiki001/extensions/IntraACL/includes/HACL_ACLSpecial.php on line 357, referer: http://SERVERNAME/sites/mediawiki001/index.php?title=Special:IntraACL&action=quickaccess Also: I went to Special:IntraACL and understand that I will have to learn how it works :-) Is there a kind of "user guide" somewhere ? (in English, if possible :-), else I will try with Google Translate if in Russian...) I believe that http://wiki.4intra.net/IntraACL/ru is the user guide ??? Also: not sure, but I believe to have read somewhere that IntraACL isn't compatible with Semantic ? True ? False ? Thanks again ! Pierre -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Sunday, August 25, 2013 10:52 AM To: MediaWiki for enterprises Subject: Re: [Mediawiki-enterprise] How do you manage the security in your Mediawiki installation (Enterprise wiki) ? > [Sat Aug 24 16:02:45 2013] [error] [client 192.168.0.100] PHP Notice: > Only variable references should be returned by reference in > /var/www/sites/mediawiki001/includes/Title.php on line 343, referer: > > http://servername/sites/mediawiki001/index.php?title=Special:UserLogin Fixed, I didn't notice makeTitle is still "function &makeTitle(...)". Is & still needed here? (question to Mark or someone else) > [Sat Aug 24 16:02:45 2013] [error] [client 192.168.0.100] PHP Notice: > Undefined variable: titleObj in > /var/www/sites/mediawiki001/includes/specials/SpecialUserlogin.php on > line 1004, referer: http:// servername > /sites/mediawiki001/index.php?title=Special:UserLogin This one came from a previous patch (1.20.3). Fixed in master for both patches (1.20.3 and 1.21.1). > [Sat Aug 24 16:02:45 2013] [error] [client 192.168.0.100] PHP Notice: > Only variable references should be returned by reference in > /var/www/sites/mediawiki001/includes/Title.php on line 343, referer: > http:// servername > /sites/mediawiki001/index.php?title=Special:UserLogin Same as first. > [Sat Aug 24 16:02:45 2013] [error] [client 192.168.0.100] PHP Parse > error: syntax error, unexpected T_OBJECT_OPERATOR in > > /var/www/sites/mediawiki001/extensions/IntraACL/includes/HACL_ParserFu > nctions.php on line 1365, referer: http:// servername > /sites/mediawiki001/index.php?title=Special:UserLogin This one was an incompatibility with PHP 5.3 (it worked with 5.4+). Fixed. > FYI: > Ubuntu 12.04.2 Server (x64) > Apache/2.2.22 (Ubuntu) > PHP Version 5.3.10-1ubuntu3.7 > MySQL 5.5.29-0ubuntu0.12.04.1 x86_64 > Mediawiki 1.21.1 > > Cheers ! Please try the master version again :) _______________________________________________ Mediawiki-enterprise mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-enterprise _______________________________________________ Mediawiki-enterprise mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-enterprise
