Quote:
Originally Posted by caliman
I accidentally overwrote my markers.xml when I upgraded just now.
Is there a way to generate another one from the DB somehow?
EDIT - I tried to create a new one via editing the settings in admincp - this did not work.
EDIT2 - When I tried to update my PIN, I got a DB error:
Database error in vBulletin 3.6.8:
Invalid SQL:
SET NAMES 'utf8';
MySQL Error : Unknown system variable 'NAMES'
|
change this line in /includes/functions_vbgooglemapme.php
// $db->query_first("SET NAMES 'utf8'");
and in /includes/cron/vbgooglemapme_cron.php
// $vbulletin->db->query_first("SET NAMES 'utf8'");