jojosardez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgraded to 3.0; can’t access widget settingsYahoo I solved it! It turns out that my wordpress database upgrade doesn’t successfully completed. I needed to force upgrade it using phpmyadmin > browse the wp_options table > look for the record whose “option_name” = “db_version” and set its value to “12329” (if your previous version is 2.9.2. if you have different source version then you should change this to that version’s corresponding db_version.
Then if you login again on the admin page it will ask you to upgrade your database. Just continue with the upgrade and you’ll be able to view the missing menus now. Enjoy 🙂
Forum: Fixing WordPress
In reply to: Upgraded to 3.0; can’t access widget settingsAdditionally, when I directly type the url of the widgets page: http://mydomainname/wp-admin/widgets.php, it gives me this message:
“You do not have sufficient permissions to access this page.“
I tried deactivating the plugins and even remove them. I try activating the default theme. I even deleted all files on the site and uploaded the freshly extracted 3.0 version via FTP but still encountered this…
Forum: Fixing WordPress
In reply to: Upgraded to 3.0; can’t access widget settingsI am experiencing the same problem. Does anyone already figured out how to fix it. Thanks in advance.