• Resolved Seero

    (@seero)


    When editing the options of a top bar (on all option pages), when any users click ‘Update Settings’, it doesn’t save the changes, but instead returns the user to the TopBar Home page.

    Sometimes when it does ‘save’, it actually creates a new default top bar with the single change, leaving the original unchanged.

    Please may you advise on how I may stop these bugs?

    Thanks,
    James

    https://wordpress.org/plugins/wp-topbar/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Bob

    (@rfgoetz)

    I need to know more about your configuration. Pls go to the Global Settings tab. Then copy everything after “Server/Install Info” in your reply.

    That will help me to start to debug. I may need more info after that.

    Bob

    Thread Starter Seero

    (@seero)

    Server Check:
    Server Type: Apache
    Operating System: Linux
    PHP Version: 5.5.9-1ubuntu4.11
    fopen setting is ON
    PHP Magic Quotes is OFF

    WordPress Check:
    Wordpress Version: 4.2.3
    URL: http://www.ifsecglobal.com
    Charset: UTF-8

    Database/Column Check:
    MySQL Database Server Version: 5.6.24-72.2-log
    Charset (DB_CHARSET): utf8
    Collation (DB_COLLATE): utf8_unicode_ci
    Collation encoding: utf8_unicode_ci

    Table Check:
    $wpdb->base_prefix: wp_
    $wpdb->prefix: wp_
    Table Name: wp_wp_topbar_data
    Number of rows in databse: 3
    WP-TopBar internal db version: 5.08

    Options Check:
    Plugin is not using the original Options (wptbAdminOptions)
    Plugin is using the DB Options (wptb_db_version)
    Plugin is using the Global Options (wptb_global_options)
    Plugin is not using the Network Options (wptb_network_global_options)

    Time Check:
    Server Timezone: Europe/London
    Current Time: 07/24/2015 17:54
    Current Time (GMT): 07/24/2015 16:54
    WordPress GMT Offset: 1

    Multisite Check:
    Multisite: No

    Thanks!

    Plugin Author Bob

    (@rfgoetz)

    I am now getting the error. I think WordPress 4.2.3 must have broken something.

    Working on finding the issue.

    Bob

    Plugin Author Bob

    (@rfgoetz)

    Ok. Can you try something?

    in wp-topbar.php, change this:

    $WPTB_DB_VERSION = "5.08"
    to this

    $WPTB_DB_VERSION = "5.09"

    You need to do this in three places.

    This will force a check on the tables used by the plugin and fix any missing fields. This worked on my test site.

    Again, you must make that change in all three places in the wp-topbar.php file.

    Thanks,

    Bob

    Plugin Author Bob

    (@rfgoetz)

    Seero, I pushed out version 5.29 with this change. Thanks for bringing this to my attention. Let me know if this does not fix it for you.

    Bob

    Plugin Author Bob

    (@rfgoetz)

    Closing – no response in a week.

    Thread Starter Seero

    (@seero)

    I am so sorry for the delay, I have been on holiday.

    Thanks for investigating this! I will try the fix.

    James

    Thread Starter Seero

    (@seero)

    It worked! Thanks so much!

    James

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Clicking 'update settings' doesn't save, returns to wp-topbar home’ is closed to new replies.