PHP Fatal error: Uncaught Error: Class 'CMB2_hookup' not found in /home/*/public_html/wp-content/plugins/cmb2-taxonomy/includes/CMB2_Taxonomy.php:105
The correct class name is CMB2_Hookup
. Capital H. Please fix.
How I can get this meta, can you give me a example pelase?
]]>Based on the github readme, I understand that CMB2 Taxonomy:
-Creates new meta table in database
-leverages the existing metadata api
However, besides these matters, I do not understand what potential use I may have for this plugin. The code in example-functions.php
uses all the same CMB2 Custom Fields.
So is this plugin just for the sake of having CMB2 operate on a different table altogether with a few convenience functions to access that data, or is there any additional functionality that I am overlooking here?
Thank you.
]]>Current version 1.0.2 breaked my website when updated to wordpress 4.4.
For others who suffer the same problem. The author offers fixed version of this plugin on cmb2-taxonomy GitHub page:
https://github.com/jcchavezs/cmb2-taxonomy/archive/master.zip
]]>“Fatal error: Cannot redeclare get_term_meta() (previously declared in /home/judes0/public_html/wp-includes/taxonomy.php:1628) in /home/judes0/public_html/wp-content/plugins/cmb2-taxonomy/functions.php on line 13”
]]>FYI, version 1.0.2 of this plugin results in a fatal error if you update WordPress to 4.4 due to a conflict with the new, now core, term meta functions.
The current github repo is up-to-date, but the WordPress plugin repo version is not yet up-to-date.
]]>And will it be automated?
]]>The example php file doesn’t work…
Can you help me please?
]]>Can I use CMB2 to add Field in Custom Taxonomy
Hi Team,
We are using exemples and manuals to add fields to Custom Taxonomy, but we do not achieve it.
Could you please explain us “step by step” how to do that? or where we can find it?
Regards.
]]>Just installed CMB2 Taxonomy on a fresh install of WP 4.2.2 “Powell” but on activation I am getting these errors:
Warning: require_once(__DIR__/init.php) [function.require-once]: failed to open stream: No such file or directory in /home2/gabster/public_html/gabster/wp-content/plugins/cmb2-taxonomy/plugin.php on line 33
Fatal error: require_once() [function.require]: Failed opening required ‘__DIR__/init.php’ (include_path=’.:/usr/lib64/php:/usr/share/pear’) in /home2/gabster/public_html/gabster/wp-content/plugins/cmb2-taxonomy/plugin.php on line 33
Any idea what can go wrong?
thanks