- This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Database error, table doesn't exist
Hi. I got this error on my page. I just installed a new WP instance and this is the only plugin.
I can’t add locations or events (or categories or other things).
databasfel = Swedish for “database error”
WordPress databasfel: [Table '219808-pdcyru456227.viusk_eme_events' doesn't exist]
SHOW FULL COLUMNS FROM <code>viusk_eme_events</code>
WordPress databasfel: [Table '219808-pdcyru456227.viusk_eme_events' doesn't exist]
SHOW FULL COLUMNS FROM <code>viusk_eme_events</code>
WordPress databasfel: [Table '219808-pdcyru456227.viusk_eme_categories' doesn't exist]
SELECT * FROM viusk_eme_categories ORDER BY category_name ASC
PHP-version 7.2.10 (Stöder 64-bitsvärden)
Wprdpress: Version 5.2.2
Your DB version is probably too old. Mysql 5.5 and older are unsupported (and 5.5 is already end-of-life, so you should upgrade anyway).
Wao, fast reply!
MySQL client version: 5.5.37
I have my page at a hosting provider (binero.se) . Don’t think I can change this, do you think this is the problem?
Edit:
Server version: 5.5.52-MariaDB-cll-lve
That is indeed an old unsupported database version (and even end-of-life, meaning security issues can come from this). You should ask your provider to update or switch to another.