I have recently upgraded a server from openSuse to CentOS after dumping the mysql db and backing up all files for MediaWiki.
Previously, the site was located in /src/htdocs (I think)
but is now located in /var/www/html/Content/htdocs
There did not appear to be a setting for $IP anywhere in localsettings.php, so at the very top I added
$IP="/var/www/html/Content/htdocs";
But when I go to the site (http://serverip/Content/htdocs/ and db settings are all correct of course), it seems to redirect to an index.php5 file and the error is
"The requested URL /Content/htdocs/index.php5/Brinkman_Lab_Wiki was not found on this server"
I am not sure of where all the path settings might be set, or where/why that string is being appended (Brinkman_Lab_Wiki) so can someone offer any suggestions?
------------------------------------------------------------- Johnny Stork
My mediawiki 1.12 on CentOS contains this in wiki/LocalSettings.php :
# If you customize your file layout, set $IP to the directory that contains # the other MediaWiki files. It will be used as a base to locate files. if( defined( 'MW_INSTALL_PATH' ) ) { $IP = MW_INSTALL_PATH; } else { $IP = dirname( __FILE__ ); }
If that helps any ...
Chad
On Fri, Mar 13, 2009 at 21:05, Johnny Stork jstork@bccrc.ca wrote:
I have recently upgraded a server from openSuse to CentOS after dumping the mysql db and backing up all files for MediaWiki.
Previously, the site was located in /src/htdocs (I think)
but is now located in /var/www/html/Content/htdocs
There did not appear to be a setting for $IP anywhere in localsettings.php, so at the very top I added
$IP="/var/www/html/Content/htdocs";
But when I go to the site (http://serverip/Content/htdocs/ and db settings are all correct of course), it seems to redirect to an index.php5 file and the error is
"The requested URL /Content/htdocs/index.php5/Brinkman_Lab_Wiki was not found on this server"
I am not sure of where all the path settings might be set, or where/why that string is being appended (Brinkman_Lab_Wiki) so can someone offer any suggestions?
Johnny Stork
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org