I have a web server which has only the 4th version of MySQL and at first when I tried to install the plugin doesn't worked because of this queries:
[code:1]SET @statefieldid=(SELECT fieldid FROM `#__comprofiler_fields` WHERE `name`='cb_state');
and
SET @countryfieldid=(SELECT fieldid FROM `#__comprofiler_fields` WHERE `name`='cb_country');[/code:1]
which are supported only by the 5th versions of MySQL.
So, for everyone who has this problem [which I had and the web hosting company doesn't want to upgrade the version of MySQL try to do it manually; through phpMyAdmin]
Post edited by: unknonw, at: 2009/07/11 01:51