Heya all, everything appeared to go well on the web-install, however no LocalSettings.php was created in /config.
So I thought I'd reload the page, on the thought that I had interrupted it (although I didn't notice the page still (loading).
At any rate, this is what I got:
* PHP 4.3.6 ok * PHP server API is cgi; using ugly URLs (index.php?title=Page_Title) * Have zlib support; enabling output compression. * Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads. * Installation directory: /homepages/22/d94944393/htdocs/yeago.net/wiki * Script URI path: /wiki * MySQL error 1045: Access denied for user: 'root@infong223.kundenserver.de' (Using password: NO) * Trying regular user... ok. * Connected to database... 4.0.17-standard-log; enabling MySQL 4 enhancements * Database db95048066 exists * There are already MediaWiki tables in this database. Checking if updates are needed...
Updating ipblocks table... Query "ALTER TABLE ipblocks ADD ipb_auto tinyint(1) NOT NULL default '0', ADD ipb_id int(8) NOT NULL auto_increment, ADD PRIMARY KEY (ipb_id)" failed with error code "Table 'db95048066.ipblocks' doesn't exist".
So, there may be two problems:
1) LocalSettings.php not being created 2) ipblocks table not being created
Could someone point me in the right direction?
Thanks,
-Steve
Update.
It seems the script was being choked because I already had a table named 'archive.' I corrected this, and the following repeadly occurs.
I fill out the form in /config... with the following result.
Checking environment...
* PHP 4.3.6 ok * PHP server API is cgi; using ugly URLs (index.php?title=Page_Title) * Have zlib support; enabling output compression. * Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads. * Installation directory: /homepages/22/d94944393/htdocs/yeago.net/wiki * Script URI path: /wiki
At this point the browser stops loading. Nothing else prints. Although the tables in the db are created, the config file is still not created.
So I decided to go ahead and create a LocalSettings.php on my own. The results are enigmatic.
http://yeago.net/wiki/index.php/Main_Page produces a 404. I am guessing this is because url rewriting is not configured.
http://yeago.net/wiki/index.php?title=Main_Page gives me a variant of what I would expect. Check it out for yourself--its really weird, in Mozilla at least. At the very least, this reduces my problem to an html nightmare. I suspect having the config script create my LocalSettings.php would undo a lot of this mess.
-Steve (would like options)
Stephen Yeago wrote:
Heya all, everything appeared to go well on the web-install, however no LocalSettings.php was created in /config.
So I thought I'd reload the page, on the thought that I had interrupted it (although I didn't notice the page still (loading).
At any rate, this is what I got:
- PHP 4.3.6 ok
- PHP server API is cgi; using ugly URLs (index.php?title=Page_Title)
- Have zlib support; enabling output compression.
- Found GD graphics library built-in, image thumbnailing will be
mediawiki-l@lists.wikimedia.org