miresru
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error on activationOk. I will describe steps to fix. I use phpmyadmin to work with MySQL DB.
1. Install and activate WP-Testing plugin on primary website. (It will create all necessary tables)
2. In phpmyadmin export all tableswp_t_*to*.sqlfile. (I exported separatelly.)
3. In all*.sqlfiles replace text fromwp_towp_X_(X is the subdomain index, in my case it is 2)
4. Inwp_t_passings.sqlfile changewp_X_usersback towp_users. (Because WP use global users for all subdomains)
5. Restore*.sqlfiles in phpmyadmin.
6. Go to WP-Admin for subdomain and activate WP-Testing plugin.Done.
- This reply was modified 8 years, 8 months ago by miresru.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error on activationThe WordPress MU Domain Mapping plugin create tables for subdomain like wp_2_*.
The Wp-testing on primary domain works fine but on subdomain on activation it can not create tables.With your help I have created that tables by myself. Now it forks fine.
Thank you.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error on activationWordPress MU Domain Mapping is plugin allows to use several websites (subdomains) with one WP engine.
https://ru.wordpress.org/plugins/wordpress-mu-domain-mapping/