I get this
WordPress database error: [Table 'db262507513.PTK_eventr_event' doesn't exist]
SELECT E.ID,E.name,E.event_date,E.status,(SELECT COUNT(*) FROM PTK_eventr_event_attendee WHERE event_ID=E.ID) AS attendee_count FROM `PTK_eventr_event` AS
Evebr Database Error
(6 posts) (2 voices)-
Posted 3 years ago #
-
That's odd - I never saw that error in my system. Can you let me know what version of MySQL you have installed in your system?Posted 3 years ago #
-
I had the same problem. When looking at the code, I had a different prefix on my database. The plugin creates the tables with the wp_ prefix. I disabled the plugin, changed the code in "eventr.php" to the right prefix, enabled the plugin again and now it sees the right tables.Posted 3 years ago #
-
Ahh - that was caused by a stupid bug made by yours truly. Thanks zombified for finding - and fixing it.

I'll make a new fixed release 'soon'.Posted 3 years ago # -
...and what exactly is the right prefix? I haven't seen an updated version of eventr yet...Posted 3 years ago #
-
Prefix depends on what you entered. You can find the prefix you are using by taking a look at the wp_config.php file...
$table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_'
Here 'wp_' is the prefix.
Sorry about the delay in releasing a new version. I am way too busy right now.Posted 2 years ago #
Reply
You must log in to post.