Problem:
Solution:
You should try to create a table manually using the following SQL script:
CREATE TABLE IF NOT EXISTS 'wp4d_toolset_maps_address_cache' ( 'address_passed' varchar(190) COLLATE utf8mb4_unicode_ci NOT NULL, 'address' varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, 'point' point NOT NULL, PRIMARY KEY ('address_passed') ) DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | 10:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Kolkata (GMT+05:30)
This topic contains 4 replies, has 2 voices.
Last updated by 5 years, 5 months ago.
Assisted by: Minesh.