- This topic has 2 replies, 2 voices, and was last updated 14 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Fatal Error: function get_current_user_id() – please help!
Hi!
I’m getting an error message and I’m getting a bit frustrated because I can’t seem to find the solution.
I’ve disabled Events Manager and removed every database with “dbem”
Downloaded Events Manager Extended and enabled this plugin.
When adding an event or saving anything it gives me an error message:
Fatal error: Call to undefined function get_current_user_id() in /home/macinside.nl/public_html/wp-content/plugins/events-manager-extended-1/eme_events.php on line 68
Also, it gives me the message:
It seems your Events Database is not yet converted to the correct characterset used by WordPress, if you want this done: TAKE A BACKUP OF YOUR DB and then click here.
When clicking “here” it gives the same fatal error.
I’ve tried to disable every plugin and enable EME as first, without success. I’ve also tried reinstalling/removing database tables/enabling the remove when disable feature..
So as far as I’m concerned I’ve tried pretty much anything. Is there someone who can help me?
Thanks a million !
Coen
Problem seems to be solved, Updated WordPress – disabled all plugins – enabled EME – changed the memory limit define(‘WP_MEMORY_LIMIT’, ’64M’);
Yes, the function get_current_user_id() is from WP 3.x, not 2.x …