Answer the question
In order to leave comments, you need to log in
How to transfer the mediawiki engine to another server?
Hello!
We changed hosting, coped with smf with a bang + successfully transferred 2 sites, and mediaWiki gives an error 500
There is nothing in error_logs, in the database, by multiple replacement, I changed the old paths to new ones.
In localsettings, it seems that everything that is needed has been changed. What else did I forget to do? Or where can I see the cause of the error?
Answer the question
In order to leave comments, you need to log in
So you looked at the wrong error logs. Error 500 should be in them.
www.mediawiki.org/wiki/Manual:Moving_a_wiki
Here is what you need to do when moving
<?php
if ( ! empty( $paralax_one_our_story_image ) ) {
$scrollreveal = !empty($parallax_one_frontpage_animations) && $parallax_one_frontpage_animations === true ? 'data-scrollreveal="enter left after 0.15s over 1s"' : '';
echo '<div class="col-md-6 content-section brief-content-one" ' . $scrollreveal . '><div class="tabs">';
} else {
echo '<div class="col-md-12 content-section brief-content-one">';
} ?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question