TresOjos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not reading old content after installing wp in hosting migrationDear James, thanks for your help!! It’s done, now everything is correct!!http://mumo.nerivela.org/ I added the line
define( 'WP_ALLOW_MULTISITE', true );and with the line$table_prefix = 'mu_';and now everything works just fine!Thanks a lot for your help and happy new year!
Forum: Fixing WordPress
In reply to: Not reading old content after installing wp in hosting migrationI debugged the site with
define( 'WP_DEBUG', true );and nothing come, also I checked the database withWP_ALLOW_REPAIRand everything was fine.Everything runs just as a healthie, brand new, wp page. I think the problem is the multisite configuration. If I make a new post it is made with the
wp_prefix and not with themu_prefix as it should be, it is working as a new site not as the old one. How can I turn off multisite? or how can I make a new site work with the old data?Forum: Fixing WordPress
In reply to: Not reading old content after installing wp in hosting migrationI debugged the site with
define( 'WP_DEBUG', true );and nothing come, also I checked the database withWP_ALLOW_REPAIRand everything was fine.Everything runs just as a healthie, brand new, wp page. I think the problem is the multisite configuration. If I make a new post it is made with the
wp_prefix and not with themu_prefix as it should be, it is working as a new site not as the old one. How can I turn off multisite? or how can I make a new site work with the old data?- This reply was modified 9 years, 5 months ago by TresOjos.
Forum: Fixing WordPress
In reply to: Not reading old content after installing wp in hosting migrationHello, thanks for the reply James!
I did what you recommended, I even deleted the database and made a new one, with a new user, named them as the original database and user name, reimported the data and modify the config.php file with the new changes and I wrote the
$table_prefix = 'mu_'line with its prefix, but it didn’t worked. Still I can’t see my old data.But, now I can see this is relevant: when we made the first, the original setup, we made it as a “multisite” admin, just because we thought this could be convenient, but we never added another site to this admin. But I can see that this feature makes a difference in how it works with the database, do you think maybe the problem comes from this issue?
- This reply was modified 9 years, 5 months ago by TresOjos.