Difference between revisions of "Template:Extension/doc"
Jump to navigation
Jump to search
m
→Content parameters: + a missing n
>Coren (→Content parameters: Err, that's backwards. php $path/update.php not $path/php update.php) |
>TyA m (→Content parameters: + a missing n) |
||
Line 182: | Line 182: | ||
| <span id="needs-updatephp">needs-updatephp</span>|| '''''yes''''' indicates that the extension requires a database table schema change or a similar action, before the MediaWiki can run. It is a common pitfall: your MediaWiki will stall, if you forgot to run update.php - if the extension requires it. | | <span id="needs-updatephp">needs-updatephp</span>|| '''''yes''''' indicates that the extension requires a database table schema change or a similar action, before the MediaWiki can run. It is a common pitfall: your MediaWiki will stall, if you forgot to run update.php - if the extension requires it. | ||
Extensions which conform to MediaWiki extension standards come with a '''schema change script which you need to start manually''' (once) before starting and accessing the MediaWiki through your browser, and after you copied all the extension files to <tt>$IP/extensions/ExtensionName</tt> and inserted <tt>require_once( "$IP/extensions/ | Extensions which conform to MediaWiki extension standards come with a '''schema change script which you need to start manually''' (once) before starting and accessing the MediaWiki through your browser, and after you copied all the extension files to <tt>$IP/extensions/ExtensionName</tt> and inserted <tt>require_once( "$IP/extensions/ExtensionName" )</tt> to <tt>$IP/LocalSettings.php</tt>: | ||
php $IP/maintenance/update.php | php $IP/maintenance/update.php |