Making a English Wikipedia server: Difference between revisions
→Preperation: Added LocalSettings.php additions |
→Finish configuring LocalSettings.php: Added check website |
||
| Line 170: | Line 170: | ||
# Show PHP exceptions (only enable on error) | # Show PHP exceptions (only enable on error) | ||
#$wgShowExceptionDetails = true; | #$wgShowExceptionDetails = true; | ||
Go back to the website and check that it is still functional. If you are greeted by a blank page, the most common reason is a missing <code>;</code> at the end of a line - all lines must end with a <code>;</code>. | |||
== Importing the dump == | == Importing the dump == | ||