Hello everybody.
Server platform: WinNT 4.0 SP6 Server software: DeveloperSide.NET's Web-Server Suite, made of: * Apache 2.0.54 * Perl 5.8.7 * mod_perl 2.0.1 * PHP 5.0.5 * MySQL 4.1.14 o DBI o DBD::mysql o DBD::mysqlPP o Net::MySQL * phpMyAdmin 2.6.4-pl1 * analog 6.0
Server up and running, all tests passed.
Trying to install MediaWiki 1.5.3
Had to change php.ini in order to use php_mysql.dll instead of php_mysqli.dll. This solves a first problem (MediaWiki installation script couldn't call successfully any mysql functions). But now there is a problem remaining:
<MediaWiki installation results>
MediaWiki 1.5.3 installation
Please include all of the lines below when reporting installation problems. Checking environment...
* PHP 5.0.5: ok * PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title) * Have XML / Latin1-UTF-8 conversion support. * PHP is configured with no memory_limit. * Have zlib support; enabling output compression. * Neither Turck MMCache nor eAccelerator are installed, can't use object caching functions * GNU diff3 not found. * Couldn't find GD library or ImageMagick; image thumbnailing disabled. * Installation directory: D:\www\webroot\wiki * Script URI path: /wiki * Warning: $wgSecretKey key is insecure, generated with mt_rand(). Consider changing it manually.
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in D:\www\webroot\wiki\config\index.php on line 471 * Trying to connect to MySQL on localhost as root... o Connected as root (automatic) * Connected to 4.1.14-nt-max-log; enabling MySQL 4 enhancements * Warning: $wgSecretKey key is insecure, generated with mt_rand(). Consider changing it manually. * Database wikidb exists * Creating tables... using MySQL 3/4 table defs... Warning: fopen(../maintenance/tables.sql) [function.fopen]: failed to open stream: No such file or directory in D:\www\webroot\wiki\install-utils.inc on line 95 Could not open "../maintenance/tables.sql".
</MediaWiki installation results>
It seems that something is going wrong with the paths (look at the warning after chdir). Maybe the problem has to do with having the wiki directory in D:\ insetad of C:\ ? The structure is:
D:\www D:\www\Apache2 D:\www\mysql D:\www\php5 D:\www\webroot ==> http://myserver D:\www\webroot\wiki
etc.
I have checked that D:\www\webroot\wiki\maintenance\tables.sql exists
Any ideas?
Many thanks
mediawiki-l@lists.wikimedia.org