Title: [Plugin: Plugin Organizer] Admin URL List
Last modified: August 20, 2016

---

# [Plugin: Plugin Organizer] Admin URL List

 *  Resolved [Shovan](https://wordpress.org/support/users/thescube/)
 * (@thescube)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/)
 * Hi,
 * I have added new URL through plugin organiser, the URL was successfully added.
   How ever I am not able to see the list in URL Admin’s page. The list is empty
 * Cheers
 * [http://wordpress.org/extend/plugins/plugin-organizer/](http://wordpress.org/extend/plugins/plugin-organizer/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/page/2/?output_format=md)

 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129437)
 * 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](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129469)
 * Any update on this? This is the first time I’ve heard of this problem.
 *  Thread Starter [Shovan](https://wordpress.org/support/users/thescube/)
 * (@thescube)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129483)
 * 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](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129484)
 * 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](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129486)
 * 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.
 *  [dgessence](https://wordpress.org/support/users/dgessence/)
 * (@dgessence)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129491)
 * 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..
 *  [boborg](https://wordpress.org/support/users/boborg/)
 * (@boborg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129492)
 * 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](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129493)
 * 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.
 *  [dgessence](https://wordpress.org/support/users/dgessence/)
 * (@dgessence)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129494)
 * 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](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129495)
 * 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](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129496)
 * Version 2.5.4 is compatible with wp 3.5.
 *  [dgessence](https://wordpress.org/support/users/dgessence/)
 * (@dgessence)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129497)
 * 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](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129498)
 * So what do you get when you run this command in phpmyadmin?
 * SHOW TABLES LIKE ‘wp_PO_url_plugins’
 *  [dgessence](https://wordpress.org/support/users/dgessence/)
 * (@dgessence)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129499)
 * I get…
 * Tables_in_wordpress (wp_PO_url_plugins)
    wp_po_url_plugins
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/#post-3129500)
 * 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)

1 [2](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/page/2/?output_format=md)

The topic ‘[Plugin: Plugin Organizer] Admin URL List’ is closed to new replies.

 * ![](https://ps.w.org/plugin-organizer/assets/icon-256x256.png?rev=1786554)
 * [Plugin Organizer](https://wordpress.org/plugins/plugin-organizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugin-organizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugin-organizer/)
 * [Active Topics](https://wordpress.org/support/plugin/plugin-organizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugin-organizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugin-organizer/reviews/)

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [empty](https://wordpress.org/support/topic-tag/empty/)
 * [list](https://wordpress.org/support/topic-tag/list/)

 * 18 replies
 * 4 participants
 * Last reply from: [Shovan](https://wordpress.org/support/users/thescube/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-plugin-organizer-admin-url-list/page/2/#post-3129503)
 * Status: resolved