Anybody having success or problems with this ?
Thanks
Search found 4 matches
- Tue Feb 15, 2011 6:14 pm
- Forum: Modules/Add-Ons
- Topic: OpenID fails to Authenticate.
- Replies: 2
- Views: 1471
- Wed Feb 09, 2011 6:42 am
- Forum: Modules/Add-Ons
- Topic: OpenID fails to Authenticate.
- Replies: 2
- Views: 1471
OpenID fails to Authenticate.
Ive installed OpenID 1.0 ( cmsms 1.9.2, ubuntu 10.4 ), and have successfully tied registered an openid identity ( one from myopenid and one from google ) to a FEU account. When I look to relogin in with the OPeniD token, the remote service seems to authenticate ( the remote logs confirm this ),and t...
- Tue Feb 08, 2011 9:13 pm
- Forum: The Lounge
- Topic: tagcloud plugin?
- Replies: 3
- Views: 2093
Re: tagcloud plugin? [SOLVED]
My database was a latin_swedish_ci collate...( as it was an upgrade from days gone by }
as woon as I migrated the database to utf8, it started to work again !!!
happy days...
as woon as I migrated the database to utf8, it started to work again !!!
happy days...

- Wed Jan 26, 2011 7:47 am
- Forum: The Lounge
- Topic: tagcloud plugin?
- Replies: 3
- Views: 2093
Re: tagcloud plugin? Returning No Results
Im having the same experience with tagcloud 2.10.1 and cmsms 1.9.2 No results. With the debug on I get then following ... SELECT search_index.word AS word, SUM(search_index.count) AS count FROM `cms_module_search_index` AS search_index INNER JOIN `cms_module_search_items` AS search_items ON (search_...