A
A
Alexey Zorin2015-01-25 14:52:46
PHP
Alexey Zorin, 2015-01-25 14:52:46

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

4 answer(s)
O
OnYourLips, 2015-01-25
@OnYourLips

So you looked at the wrong error logs. Error 500 should be in them.

E
Evgeny Garunovich, 2015-01-25
@evalga

Look at .htaccess, most likely a parameter conflict

U
UksusoFF, 2015-01-25
@UksusoFF

www.mediawiki.org/wiki/Manual:Moving_a_wiki
Here is what you need to do when moving

A
Alexey Ukolov, 2017-08-08
@Comers

<?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 question

Ask a Question

731 491 924 answers to any question