I'm currently unable to save any changes to user zip codes. As well, I was unable to load user profiles (until manually adding the prefix to location_users whenever "SELECT * FROM" occurs in the location.module file) without 4 error messages about being unable to find the default named database tables.

So now, if I plug in some info straight into the database it reads through drupal. Though if I attempt to make any changes, drupal returns a "The changes have been saved." message without actually changing anything. The node locations appear to be working fine, by the way.

Comments

ankur’s picture

Assigned: Unassigned » ankur
Priority: Normal » Critical

This is most likely due to a lack of prefixing in the code...

-Ankur

ankur’s picture

A fix has been committed to HEAD, DRUPAL-4-6.

The changes apply to file "location.module", which should be updated in your 4.6 installation ASAP if you are using prefixes for your DB tables!

For the diff to the previous revision, please see
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/location/loca...

-Ankur

Anonymous’s picture