• I have a multisite that I am trying to move.

    I installed a new server, got it up and running, migrated using UpdraftPlus.
    I migrated everything except core files, which I have manually changed.

    The error is, I get error 500, meaning file access is just bad, but I am not excluding more errors.

    What is working.
    I can access my sites from Internet and localhost like
    domain.com/wp-admin(works)
    domain.com/subdomain/wp-admin(works)
    domain.com/subdomaion(error 500)

    /var/log/httpd and error

    [Mon Aug 28 14:19:43.891284 2017] [core:crit] [pid 3031] (13)Permission denied: [client 10.10.10.188:49342] AH00529: /var/www/html/wp-admin/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/var/www/html/wp-admin/’ is executable, referer: http://wpadmin2.domain.com/wp-admin/admin.php?page=aiowpsec_filesystem&tab=tab4
    [Mon Aug 28 15:10:22.744789 2017] [:error] [pid 3015] [client 10.10.10.92:39086] PHP Fatal error: Class ‘SoapClient’ not found in /var/www/html/wp-content/plugins/obsmsg-plugin/AdvisData/ADAdvisService.php on line 10, referer: http://wpadmin2.domain.com/subdomain/wp-cron.php?doing_wp_cron=1503925822.3782958984375000000000
    More errors
    The security plugin is also being affected, and I cannot reset settings
    https://www.tipsandtricks-hq.com/all-in-one-wp-security-reset-settings-plugin

    It simply says I do not have access to the page, nor the right to execute the reset.

    I have changed to user from root to apache, from the source system, it uses different username in files and mysql.

    I have started over from scratch, many times, and I am still stuck here.
    How do I resolve this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sysadmineu

    (@sysadmineu)

    It is recommended that you in your Linux system type
    httpd -v

    I found that my versions are different

    (old)
    Server version: Apache/2.2.15 (Unix)
    Server built: Mar 22 2016 19:03:53

    (new)
    Server version: Apache/2.4.6 (CentOS)
    Server built: Apr 12 2017 21:03:28

    This is a cause.

    Thread Starter sysadmineu

    (@sysadmineu)

    Finanly

    Some succes
    The errors were located in .htaccess
    The wordpress plugin All In One WP Security, could not delete its settings, which have to be done manually.

    The reason is the diffrent apache settings, and All In One WP Security were configured to use apache plugins from apache 2.2.15 which off course would not work on Apache 2.4.6

    I also disabled the Obsmsg Plugin, because these were in the error.log

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Migration fails’ is closed to new replies.