more info - the error seems to be a generic one, this from lang/en_US.php
Code: Select all
$lang['error_addmap'] = 'Unable to save data';
$lang['error_addpoint'] = 'Unable to save data';
$lang['error_changemapimage'] = 'Unable to save data';
$lang['error_changemapname'] = 'Unable to save data';
$lang['error_changemappointimage'] = 'Unable to save data';
$lang['error_changepointimage'] = 'Unable to save data';
$lang['error_default'] = 'Unable to read map data';
$lang['error_deletemap'] = 'Unable to delete data';
$lang['error_deletepoint'] = 'Unable to delete data';
$lang['error_nonamegiven'] = 'It is mandatory to guve a name';
$lang['error_resetpointimage'] = 'Unable to delete data';
looking up error_addpoint leads to action.addpoint.php. It includes map.classes.php to define most of the functions in there.
I can do an imagemap by hand but I was rather hoping there'd be a module that could do it for me
any ideas?