Login
WordPress-Problem: после переноса сайта в админке не отображаются темы
440 просмотров
Перейти к просмотру всей ветки
in Antwort alexnaum 26.10.16 08:43
Домен изменился. но все пути были прописаны правильно. После нескольких попыток и проверок, снова перезалила полностью сайт в следующей последовательности (может кому пригодится):
- Download your existing site files.
- Export your database - go in to MySQL and export the database.
- Move the backed up files and database into a new folder - somewhere safe - this is your site backup.
- Log in to the site you want to move and go to Settings > General, then change the URLs. (ie from http://example.com/ to http://example.net ) - save the settings and expect to see a 404 page.
- Download your site files again.
- Export the database again.
- Edit wp-config.php with the new server's MySQL database name, user and password.
- Upload the files.
- Import the database on the new server.
и все заработало!
до этого были предприняты все те же шаги, те же корректировки, но в другой последовательности. (например, url были переписаны после экспорта базы данных..)
Проблема решена, всем спасибо за рекомендации!