Last modified: 2010-05-15 15:32:53 UTC
MediaWiki 1.4.5 installation Please include all of the lines below when reporting installation problems. Checking environment... WARNING: PHP 4.3.2 or higher is recommended. Older versions from 4.1.x up may work but are not actively supported. PHP 4.1.2: ok 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. PHP server API is apache; ok, using pretty URLs (index.php/Page_Title) Have XML / Latin1-UTF-8 conversion support. PHP's memory_limit is 8M. If this is too low, installation may fail! Attempting to raise limit to 20M... ok. Have zlib support; enabling output compression. Turck MMCache not installed, can't use object caching functions Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads. Installation directory: /home/jeffb/truth-in-love.com/html/new/resources/wiki Script URI path: /new/resources/wiki Warning: Undefined property: mConn in /home/jeffb/truth-in- love.com/html/new/resources/wiki/includes/Database.php on line 255 MySQL error 1045: Access denied for user: 'root@localhost' (Using password: NO) Trying regular user... Warning: Undefined property: mConn in /home/jeffb/truth-in- love.com/html/new/resources/wiki/includes/Database.php on line 255 ok. Connected to database... 3.23.56 Database truth-in-love_com exists There are already MediaWiki tables in this database. Checking if updates are needed... ...linkscc table already exists. ...hitcounter table already exists. ...querycache table already exists. ...objectcache table already exists. ...categorylinks table already exists. ...logging table already exists. ...user_rights table already exists. ...have ipb_id field in ipblocks table. ...have ipb_expiry field in ipblocks table. ...have rc_type field in recentchanges table. ...have rc_ip field in recentchanges table. ...have rc_id field in recentchanges table. ...have rc_patrolled field in recentchanges table. ...have user_real_name field in user table. ...have user_token field in user table. ...have ur_user field in user_rights table. ...have log_params field in logging table. ...have ss_total_pages field in site_stats table. ...already have interwiki table ...indexes seem up to 20031107 standards ...linkscc is up to date, or does not exist. Good. Converting links table to ID-ID... Warning: Undefined property: mConn in /home/jeffb/truth-in- love.com/html/new/resources/wiki/includes/Database.php on line 255 Schema already converted ...image primary key already set. Logging table has correct title encoding. Initialising "MediaWiki" namespace... Fatal error: Call to undefined function: var_export() in /home/jeffb/truth-in- love.com/html/new/resources/wiki/includes/LoadBalancer.php on line 142
var_export was added in PHP 4.2.0, so not present in 4.1.2. It's just used in a debugging statement; remove line 142 of includes/ LoadBalancer.php for now and it should install.
Fixed in CVS HEAD and REL1_4; 1.4.6 will contain the fix.