[_] Drupal 6 and Windows Live ID Module issue
Steve James
us.redpumas at googlemail.com
Thu Dec 17 13:53:13 GMT 2009
2009/12/17 Mark Chitty <mark.chitty at gmail.com>: >> >> >> Any thing else I can do? >> > > Might be worth truncating any cache tables, if you have caching enabled that > is. Also the sessions table... > > cheers, > > m And maybe checking updating a setting in the "variable" table. SELECT * FROM variable WHERE name LIKE '%site_offline%'; It should be like 'site_offline', 's:1:"0";' for online and this 'site_offline', 's:1:"1";' for offline And flush caches as Mark suggested. Steve