Today I updated the test site to 2.8.1 and the plug-in has more issues:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in H:\xampp\htdocs\wordpress\wp-content\plugins\rvg-optimize-database\rvg-optimize-db.php on line 1354
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in H:\xampp\htdocs\wordpress\wp-content\plugins\rvg-optimize-database\rvg-optimize-db.php on line 357
The data base table list does not appear and revisions are not removed.
I decided not to update the other sites until the above issues are resolved.
https://www.ads-software.com/plugins/rvg-optimize-database/
]]>Can you please check?
Thanks!
]]>error) ) wp_die($wpdb->error->get_error_message()); display_header(); // Fill in the data we gathered $weblog_title = isset($_POST[‘weblog_title’]) ? stripslashes($_POST[‘weblog_title’]) : ”; $admin_email = isset($_POST[‘admin_email’]) ? stripslashes($_POST[‘admin_email’]) : ”; $public = isset($_POST[‘blog_public’]) ? (int) $_POST[‘blog_public’] : 0; // check e-mail address $error = false; if (empty($admin_email)) { // TODO: poka-yoke display_setup_form( __(‘you must provide an e-mail address.’) ); $error = true; } else if (!is_email($admin_email)) { // TODO: poka-yoke display_setup_form( __(‘that isn’t a valid e-mail address. E-mail addresses look like: [email protected]’) ); $error = true; } if ( $error === false ) { $wpdb->show_errors(); $result = wp_install($weblog_title, ‘admin’, $admin_email, $public); extract($result, EXTR_SKIP); ?>
I have checked and double checked the wp-config.php page as advised but have found no errors.
Thanks much!
Carrie L. Lewis
]]>I upgraded to 2.8.1 last week and immediately ran into some hiccups:
First, when I schedule my posts out, they never actually go live. It’s as if everything runs through it’s course and then at the last second it “Misses Schedule.” I’ve tried running a few tests here and there, but every time it’s the same thing. It’s frustrating because I rely heavily on scheduling my posts out.
Second, while editing or creating posts, there doesn’t seem to be a difference between the “Visual” tab and “HTML” tab. When I start typing… nothing shows up at all. My text won’t show up until I’ve repeatedly clicked between the Visual and HTML tabs. Then, no matter which tab I’m on, all I see is code.
Third, before I updated, I was able to insert photos and then re-size them by dragging their corners until I reached my desired size (something I really got used to and loved). I’m no longer able to do this when I insert photos.
I’ve wondered if, perhaps, my theme is simply not compatible with the newest version? That might explain some of the issues I’ve had with editing, but would it explain my problems with scheduling out my posts?
I believe that is everything and I hope I made sense. I admit, I’m a total amateur when it comes to code, CSS, and WordPress… so I will greatly appreciate some help in resolving these issues.
Thanks
]]>Everything went smoothly but I notice that the entire right sidebar and footer are missing.
Strangely, the sidebar and footer are still visible on the Error 404 page.
Hope someone can help me with this.
Thanks.
]]>And then.. the destruction came! The changes in my template are gone!
It became like the original one..
And i’m wondering.. every time that an update comes, i’ll have to modify again and again my template?
Is there any solution?
Any help would be useful!
Thanks in advance.
Gotta love censorship.
]]>On previously configured sites where the Adsense widgets were configured before the upgrade to 2.8, they are showing up properly.
As a workaround, I am able to edit my theme’s PHP code and actually install the proper ads. Most annoying is that I have ads in both the left and right sidebars which cannot be done using the widgets part of WordPress in 2.8 only on a newly installed site. So far, I have not attempted to install new ad units on a previously installed site to see if the new widgets will display.
]]>