hi all I am installing mediawiki in centos. But after downloading LocalSettings.php to the directory containing index.php, it still complains this file is not found. here is content of the root directory by ls: api.php extensions index.php maintenance RELEASE-NOTES-1.22 thumb_handler.php5 api.php5 FAQ index.php5 mw-config resources thumb.php cache HISTORY INSTALL opensearch_desc.php serialized thumb.php5 composer-example.json images languages opensearch_desc.php5 skins UPGRADE COPYING img_auth.php load.php profileinfo.php StartProfiler.sample wiki.phtml CREDITS img_auth.php5 load.php5 README tests docs includes LocalSettings.php README.mediawiki thumb_handler.php
I have googled this page http://www.mediawiki.org/wiki/Thread:Project:Support_desk/LocalSettings.php_.... But I can't find a solution in it.
The results of your ls show LocalSettings.php, so my first guess would be that your server is not set to use that specific directory as source for your wiki content.
As a first step, you may want to check both index.php and LocalSettings.php in that directory to make certain that both are readable text files.
On Fri, Jan 3, 2014 at 2:41 AM, Li Li fancyerii@gmail.com wrote:
hi all I am installing mediawiki in centos. But after downloading LocalSettings.php to the directory containing index.php, it still complains this file is not found. here is content of the root directory by ls: api.php extensions index.php maintenance RELEASE-NOTES-1.22 thumb_handler.php5 api.php5 FAQ index.php5 mw-config resources thumb.php cache HISTORY INSTALL opensearch_desc.php serialized thumb.php5 composer-example.json images languages opensearch_desc.php5 skins UPGRADE COPYING img_auth.php load.php profileinfo.php StartProfiler.sample wiki.phtml CREDITS img_auth.php5 load.php5 README tests docs includes LocalSettings.php README.mediawiki thumb_handler.php
I have googled this page
http://www.mediawiki.org/wiki/Thread:Project:Support_desk/LocalSettings.php_... . But I can't find a solution in it.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I think LS.php is generated after running install.php, iirc
*Mlpearc* Founder Everything Food & Drink.org everythingfoodanddrink.orghttp://www.everythingfoodanddrink.org/w/index.php/Main_Page Phone: 760-718-1290
On Thu, Jan 2, 2014 at 9:20 PM, Luis Dantas luis@dantas.com wrote:
The results of your ls show LocalSettings.php, so my first guess would be that your server is not set to use that specific directory as source for your wiki content.
As a first step, you may want to check both index.php and LocalSettings.php in that directory to make certain that both are readable text files.
On Fri, Jan 3, 2014 at 2:41 AM, Li Li fancyerii@gmail.com wrote:
hi all I am installing mediawiki in centos. But after downloading LocalSettings.php to the directory containing index.php, it still complains this file is not found. here is content of the root directory by ls: api.php extensions index.php maintenance RELEASE-NOTES-1.22 thumb_handler.php5 api.php5 FAQ index.php5 mw-config resources thumb.php cache HISTORY INSTALL opensearch_desc.php serialized thumb.php5 composer-example.json images languages opensearch_desc.php5 skins UPGRADE COPYING img_auth.php load.php profileinfo.php StartProfiler.sample wiki.phtml CREDITS img_auth.php5 load.php5 README tests docs includes LocalSettings.php README.mediawiki thumb_handler.php
I have googled this page
http://www.mediawiki.org/wiki/Thread:Project:Support_desk/LocalSettings.php_...
. But I can't find a solution in it.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
--
MSN Messenger: luisdantas@hotmail.com http://www.dantas.com http://dantas.editme.com/textos http://luisdantas.zip.net
"It is no measure of health to be well adjusted to a profoundly sick society" - Atribuído a Krishnamurti, Bodhipaksa, 28 de Dezembro de 2007
Nunca use uma solução Shojo para um problema Seinen. E se possível, nem vice-versa. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
What are the permissions and ownership of LocalSettings.php? Run "ls -l" and see what it shows.
Do you know if SELinux is turned on and enforcing? That can make files appear to be missing to Apache. Try running "sestatus" or "cat /etc/sysconfig/selinux" and see what they tell you. If it is, then use "ls -Z" on your wiki directory and see if the security context for LocalSettings.php is different to all the other files.
-- Henry
On 1/2/2014 11:41 PM, Li Li wrote:
hi all I am installing mediawiki in centos. But after downloading LocalSettings.php to the directory containing index.php, it still complains this file is not found. here is content of the root directory by ls: api.php extensions index.php maintenance RELEASE-NOTES-1.22 thumb_handler.php5 api.php5 FAQ index.php5 mw-config resources thumb.php cache HISTORY INSTALL opensearch_desc.php serialized thumb.php5 composer-example.json images languages opensearch_desc.php5 skins UPGRADE COPYING img_auth.php load.php profileinfo.php StartProfiler.sample wiki.phtml CREDITS img_auth.php5 load.php5 README tests docs includes LocalSettings.php README.mediawiki thumb_handler.php
I have googled this page
http://www.mediawiki.org/wiki/Thread:Project:Support_desk/LocalSettings.php_.... But I can't find a solution in it.
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org