gkaruppusamy
Member
Posted 1 year ago #
Dear All,
I have upgraded the wordpress from the version 2.9.1 ( with MU ) to wordpress 3.0.3.
After upgrade everything is working well such as plugins and themes etc but the site doesn't showing the posts and pages in both frontend and backend also All posts records are available in the database.
subblogs are working well. All posts of the subblog is showing well.
I have followed this link to upgrade
http://codex.wordpress.org/Upgrading_WordPress_Extended
Please anyone help me
Thanks in advance
these are the instructions to upgrade from MU to WordPress:
http://wpmututorials.com/how-to/upgrading-to-3-0/
make sure you did those steps.
Also: disable all your plugins. one of them might be interfering.
gkaruppusamy
Member
Posted 1 year ago #
Thank you for your response.
I have followed the all steps in the link correctly
http://developersmind.com/2010/05/12/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0-beta-with-multisite/
Also now I had added the following constant into the wp-config.php
define( "WP_USE_MULTIPLE_DB", false );
Still now The site is having same issue.
Is the constant 'NONCE_SALT' must? If yes How Shall I get it?
gkaruppusamy
Member
Posted 1 year ago #
Already this constant 'NONCE_SALT' still in the wp-config.php
then what is the cause of the issue ( Posts of the main blog doesn't show )
Did you disable all your plugins?
gkaruppusamy
Member
Posted 1 year ago #
Yes I have disabled all my plugins while upgrade then activate the all plugins after the upgrade.
My site is support multilingual. When I request the page like that http://www.example.com/it (italian) it will show page not found error also I couldn't access anyone post or page.
I think the cause of the issue is in mod_redirect. Correct?
If you were using a multilingual plugin, and have disabled all your plugins, then that is most likely the cause.