Problem: I have a created site that uses Google Maps to display markers from a View of posts. In the development environment, everything works fine. In the production environment, maps only show markers from the first 5 results. The site content is identical on both environments, but in production I see the following errors in my server logs:
WordPress databasfel: [FUNCTION www_dpower_se.ST_X does not exist] SELECT address_passed, ST_X(point) as lon, ST_Y(point) as lat FROM jlbm_toolset_maps_address_cache WordPress databasfel: [FUNCTION www_dpower_se.ST_PointFromText does not exist] INSERT INTO jlbm_toolset_maps_address_cache ( `address_passed`, `address`, `point` ) VALUES ( 'Sandbyhovsvägen 8 SE-590 95 Loftahammar Sweden', 'Sandbyhovsvägen 8, 590 95 Loftahammar, Sweden', ST_PointFromText('POINT(16.694151 57.901720)') ) WordPress databasfel: [FUNCTION www_dpower_se.ST_PointFromText does not exist] INSERT INTO jlbm_toolset_maps_address_cache ( `address_passed`, `address`, `point` ) VALUES ( 'Östra Hamnen 6 SE-430 91 Hönö Sweden', 'Östra Hamnen 6, 475 42 Hönö, Sweden', ST_PointFromText('POINT(11.650538 57.681713)') ) WordPress databasfel: [FUNCTION www_dpower_se.ST_PointFromText does not exist] INSERT INTO jlbm_toolset_maps_address_cache ( `address_passed`, `address`, `point` ) VALUES ( 'Beckholmsvägen 18 SE-115 21 Stockholm Sweden', 'Beckholmsvägen 18, 115 21 Stockholm, Sweden', ST_PointFromText('POINT(18.100019 59.322282)') ) WordPress databasfel: [FUNCTION www_dpower_se.ST_PointFromText does not exist] INSERT INTO jlbm_toolset_maps_address_cache ( `address_passed`, `address`, `point` ) VALUES ( 'Torsby 222 SE-473 97 Henån Sweden', 'TORSBY 222, 473 97 Henån, Sweden', ST_PointFromText('POINT(11.596219 58.159667)') ) WordPress databasfel: [FUNCTION www_dpower_se.ST_PointFromText does not exist] INSERT INTO jlbm_toolset_maps_address_cache ( `address_passed`, `address`, `point` ) VALUES ( 'Box 27 SE-185 21 Vaxholm Sweden', 'Vaxholm, Sweden', ST_PointFromText('POINT(18.326380 59.403297)') )
Solution: It appears that the version of MySQL installed in production is lower than 5.6. The minimum requirement for Toolset is 5.6, because some functions are not available in lower version numbers. For best results, please update MySQL to 5.6 or higher on your server. Your hosting company should be able to upgrade this for you.
Relevant Documentation:
https://toolset.com/toolset-requirements/
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.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 2 replies, has 2 voices.
Last updated by 4 years, 11 months ago.
Assisted by: Christian Cox.