Discuss Maintenance script "rebuildData.php"
From semantic-mediawiki.org
(Redirected from Help talk:Maintenance script rebuildData.php)
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
Problem with parameter --conf | 2 | 10:28, 5 July 2016 |
I have got a wikifamiliy with different LocalSettingsXXX.php. Therefore I tried to run rebuildData with the paramenter --conf.
php extensions/SemanticMediaWiki/maintenance/rebuildData.php --conf LocalSettingsDeveloper.php -f -v
Unfortunatly I get this error message:
A copy of your installation's LocalSettings.php
must exist and be readable in the source directory.
My Server runs with:
MediaWiki 1.25.5
PHP 5.6.23 (apache2handler)
PostgreSQL 9.4.6
When I start runJobs.php and the parameter --conf everthing is fine. Any help?