Downloaded this today and on activating in wordpress:
Fatal error: Call to undefined function get_taxonomies() in /{path}/plugins/amr-ical-events-list/includes/amr-ical-config.php on line 358
This is when i click the list types and the events list
Downloaded this today and on activating in wordpress:
Fatal error: Call to undefined function get_taxonomies() in /{path}/plugins/amr-ical-events-list/includes/amr-ical-config.php on line 358
This is when i click the list types and the events list
Hi Dean,
get_taxonomies is a wp function available as from wp 3.0
http://codex.wordpress.org/Function_Reference/get_taxonomies
So I guess you are on an older wp ?
I'm on 3.1.3
People have had problems with the wp 3.x upgrades
http://wordpress.org/support/topic/313-upgrade-issues
You may need to do a clean install of wp to make sure you have all the files.
The wp get_taxonomies function is in wp-includes/taxonomy.php line 119.
taxonomy.php is a newish file according to my server - maybe your upgrade did not get it or does not have it in the right place?
You must log in to post.