user warning: Table 'testsite.gmaps_user_marker_option' doesn't exist query: SELECT * FROM gmaps_user_marker_option WHERE uid = 1 in C:\xxx\xampp\htdocs\modules\gmaps\modules\gmaps_user\gmaps_user.module on line 360.
What could be the problem
user warning: Table 'testsite.gmaps_user_marker_option' doesn't exist query: SELECT * FROM gmaps_user_marker_option WHERE uid = 1 in C:\xxx\xampp\htdocs\modules\gmaps\modules\gmaps_user\gmaps_user.module on line 360.
What could be the problem
Comments
Comment #1
myjw2k commentedthanks !
Comment #2
tpainton commentedHaving the exact same error. Any insight would be appreciated.
Comment #3
tpainton commentedIt appears the problem is likely with SQL newer version? (5.1). By deleting line 242 and 250 in gmap_user.install this bug is fixed. Not sure if this will cause other bugs.. I don't have time to fish it out.. We shall see I guess. I assume sql 5.1 doesn't support default values in BLOB's.