JoPo
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Network/Upgrade issue with WordPress 3.3.3 loadAnd a side-note when I click on the URL in the error message, the wp-admin/upgrade.php?step-upgrade_db. I get a page that displays a “0”. I looked into wp-admin/upgrade.php and found this code:
delete_site_transient('update_core'); if ( isset( $_GET['step'] ) ) $step = $_GET['step']; else $step = 0; // Do it. No output. if ( 'upgrade_db' === $step ) { wp_upgrade(); die( '0' ); } $step = (int) $step; $php_version = phpversion(); $mysql_version = $wpdb->db_version(); $php_compat = version_compare( $php_version, $required_php_version, '>=' ); if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) $mysql_compat = true; else $mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' );Why would $step = 0? How can I make it not equal 0?
Forum: Networking WordPress
In reply to: Network/Upgrade issue with WordPress 3.3.3 loadIm going from 3.2.1 to 3.3.3. I checked my server settings to make sure the allow fopen is on and it was… I can upgrade and update the database by going out to the site’s wp-admin and adding upgrade.php to the URL. But when I try to click the network upgrade I get the error I mentioned above.
So I am assuming it is not a theme or plugin issue, because it allows me to upgrade and update the site that it claims is causing the error…
I am unfortunately unable to upgrade to 3.3.+ because I am running a multisite and it is currently live. We do not plan on getting there until sometime in the late July or early August timeframe at the earliest. I am sorry to be a pain, but if you can make anything happen for this to run on 3.2.1 that would be awesome!
Forum: Plugins
In reply to: [WP-EMail] [Plugin: WP-EMail] wp mail 2.60I am using wordpress multisite and everytime I try to update my options page, I get sent to my wp-admin page and it tells me I am trying to access the site but do not have permissions to do so.
Is there any version of this that might help me out or do you know of any other plugins that would fix this issue for me? when I send an email the log says that they sent and they are successful but I receive nothing.
Please let me know where I can change the redirect and make it save the options when I hit the “Save Changes” button
Does WordPress8.2 have the edited code in it that prevents the “you do not have sufficient permissions to access this page”? My pages sit behind SSO authentication and I am not sure if that is causing issues. But by the looks of it, others have seen this before. At any rate, what can I do to get rid of this dreaded page and make Subscribe2 work for me? I am a superAdmin and cant even subscribe to my own page.