Error 500
-
Hi,
today a make upgrade from 2.1.2 to 3.0.1, and if i try to create a new post or save existing post, i get error 500 (without this plugin or with older version, wp works well).
I generate my taxonomy code without any plugin, below is sample code:
register_taxonomy( ‘my-tax’, array(‘my-cpt’), array(
‘public’ => true,
‘hierarchical’ => true,
‘show_in_nav_menus’ => true
)
);
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Error 500’ is closed to new replies.