Activation hook is not executing
-
Hello,
First of all, thank you for sharing this plugin.
I have encountered some problems with it in WP 3.6.
For some reason activation hook that creates wp_interface_taxonomy not executes and I have errors that table is not exist in admin area on categories page. After some debug I found a solution: change line 84 of taxonomy-order.php from
self::$plugin_folder = 'Taxonomy-Order';
to
self::$plugin_folder = 'taxonomy-order';
By the way plugin is installed in wp-content/taxonomy-order directory, maybe it will work on Windows servers where register is not important.
- The topic ‘Activation hook is not executing’ is closed to new replies.