• trying to disable plugin on certain page but its just not saving the settings on any page selected .its showing the options and all the plugin but not saving the settings after clicking on update

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ackmez

    (@ackmez)

    if I go to the global list and try to disable a plugin it works but when I save the setting it says error without saving .

    Plugin Author Jeff Sterup

    (@foomagoo)

    Check to make sure that the po_plugins database table exists. Check your server logs for database errors. Also check that the database table has the right columns.

    This is the table structure:

    pl_id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    post_id bigint(20) unsigned NOT NULL,
    permalink longtext NOT NULL,
    permalink_hash varchar(32) NOT NULL default ”,
    permalink_hash_args varchar(32) NOT NULL default ”,
    post_type varchar(255) NOT NULL default ”,
    status varchar(20) NOT NULL default ‘publish’,
    secure int(1) NOT NULL default 0,
    children int(1) NOT NULL default 0,
    pt_override int(1) NOT NULL default 0,
    disabled_plugins longtext NOT NULL,
    enabled_plugins longtext NOT NULL,
    disabled_mobile_plugins longtext NOT NULL,
    enabled_mobile_plugins longtext NOT NULL,
    disabled_groups longtext NOT NULL,
    enabled_groups longtext NOT NULL,
    disabled_mobile_groups longtext NOT NULL,
    enabled_mobile_groups longtext NOT NULL,
    post_priority int(3) NOT NULL default 0,
    dir_count int(3) NOT NULL default 0,
    user_role varchar(255) NOT NULL default ‘_’,

    Plugin Author Jeff Sterup

    (@foomagoo)

    You may be having the same problem as a person on a different post. Try installing version 9.1.2 to see if the problem is fixed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘trying to disable plugin on certainn page but its just not saving the settings’ is closed to new replies.