On 25/10/11 16:26, John W. Foster wrote:
On Tue, 2011-10-25 at 00:00 +0200, Platonides wrote:
John W. Foster wrote:
I'm getting this error when I run Update.php on my site.
myname@mysystem:/home/myname# php /home/myname/mediawiki-1.17.0/maintenance/update.php PHP Warning: include(/home/frosty/mediawiki-1.17.0/extensions/Chemistry/ChemicalSources.alias.php): failed to open stream: No such file or directory in /home/myname/mediawiki-1.17.0/includes/LocalisationCache.php on line 411 PHP Warning: include(): Failed opening '/home/myname/mediawiki-1.17.0/extensions/Chemistry/ChemicalSources.alias.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/myname/mediawiki-1.17.0/includes/LocalisationCache.php on line 411 MediaWiki 1.17.0 Updater
I am trying to install Extension:Chemistry & getting this error. Any ideas on how to fix this? I have the required entries in LocalSettings.php
Do you have the Chemicalsources.alias.php file? Seems you haven't downloaded the 5 files.
yes its in the correct directory along with the other 4 files. Thanks.
SpecialChemicalsources.php lists it as ChemicalSources.alias.php but the file is named Chemicalsources.alias.php I fixed it in http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100743 You can just edit SpecialChemicalsources.php to lowercase that S.