Build 274When I try to login to the admin panel I get an error about the google maps API being registered to a different website. I am then returned the the login screen.
Hmm. Never heard google giving that error.If you have phpmyadmin, in the settings table, blank the value for GOOGLE_APIor just run
update phpvms_settings set value='' where name='GOOGLE_KEY';
Or.. you can just download the latest svn copy since I fixed it in the next build:http://phpvms.devjavu.com/changeset/lat … format=zipThere’s a bunch of other fixes too. Hopefully there are no more table changes, I’m getting annoyed with reinstalls too Let me know if that works though.Thanks man.