Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    I am running the latest version on many websites and none of them have this problem. Are you getting any javascript errors in your browser? It could be a plugin conflict. If you disable all plugins does the problem still exist? Can you give me any more information on this?

    Plugin Author Jeff Sterup

    (@foomagoo)

    Any update on this? This is the first time I’ve heard of this problem.

    Thread Starter Shovan

    (@thescube)

    Hi I am still having the same issue.

    I disabled all plugins, the url is not being added to admin panel though it says “URL successfully added to the database”

    I am running IIS 7 windows server btw

    Plugin Author Jeff Sterup

    (@foomagoo)

    Your web server shouldn’t make a difference. Are you seeing any errors in your php error log? I’m at a loss. Is there any way you could give me temporary access to your admin so i can do some testing?

    Plugin Author Jeff Sterup

    (@foomagoo)

    I have just released version 2.4 that does better checking to make sure the URL is entered into the database before saying it was successful. Try this version and see if you are able to enter your url. If it is unsuccessful there must be some bad characters in the URL. or something is happening to the URL when it is submitted.

    I’m running WordPress 3.5 and whenever I click the save button under URL Admin, nothing happens! No message, no URL on the list. I’m trying to disable the nivoslider globally but only use it under homepage.

    Any suggestions? thanks..

    Same problem here regarding save button under URL Admin.
    Seems to be some kind of jquery error because of new version included in WP 3.5. Hopefully Jeff will fix this soon?

    Plugin Author Jeff Sterup

    (@foomagoo)

    Update to version 2.5.2 to see if that fixes your problem. There was an issue creating the database tables on some windows environment. Let me know if the new version helps.

    Thanks for the reply but the update didn’t fix my issue. In fact, I have another issue now; I get this message whenever I goto the settings part of the plugin : A required database table is missing. Please run the following sql command on your database server to create the missing table.
    CREATE TABLE wp_PO_groups (group_id bigint(20) unsigned NOT NULL AUTO_INCREMENT, group_name varchar(255) NOT NULL default ”, group_members longtext NOT NULL, PRIMARY KEY PO_group_id (group_id));

    “A required database table is missing. Please run the following sql command on your database server to create the missing table.
    CREATE TABLE wp_PO_post_plugins (post_id bigint(20) unsigned NOT NULL, permalink longtext NOT NULL, disabled_plugins longtext NOT NULL, enabled_plugins longtext NOT NULL, PRIMARY KEY PO_post_id (post_id));

    A required database table is missing. Please run the following sql command on your database server to create the missing table.
    CREATE TABLE wp_PO_url_plugins (url_id bigint(20) unsigned NOT NULL auto_increment, permalink longtext NOT NULL, children int(1) NOT NULL default 0, disabled_plugins longtext NOT NULL, enabled_plugins longtext NOT NULL, PRIMARY KEY PO_id (url_id));”

    Plugin Author Jeff Sterup

    (@foomagoo)

    That error message is telling you that you are missing the database tables required to run the plugin. Log into your database server and run those sql commands to create the missing tables. If you get any errors let me know.

    Plugin Author Jeff Sterup

    (@foomagoo)

    Version 2.5.4 is compatible with wp 3.5.

    Ok, 2.5.4 seems to work better.. It is letting me add the URLs this time. However, i’m still getting those required database table errors even after I logged into phpmyadmin to run the queries. phpmyadmin says #1050 – Table ‘wp_po_url_plugins’ already exists

    for all the tables..

    I’ve tried deactivating, deleting and reinstalling plugin, no luck..

    thanks for your help so far..

    Plugin Author Jeff Sterup

    (@foomagoo)

    So what do you get when you run this command in phpmyadmin?

    SHOW TABLES LIKE ‘wp_PO_url_plugins’

    I get…

    Tables_in_wordpress (wp_PO_url_plugins)
    wp_po_url_plugins

    Plugin Author Jeff Sterup

    (@foomagoo)

    It looks like on windows it return wp_po_url_plugins and on linux it returns wp_PO_url_plugins so it thinks the table isn’t there because it isn’t matching wp_PO_url_plugins when it checks. I released version 2.5.5 that should fix this.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: Plugin Organizer] Admin URL List’ is closed to new replies.