Hi,

The API key accepts, but the profile widgets page has check boxes but no save button.

It's not clear how then to use the profile features.
Do you create profile fields? When the widgets are activated does this become clear?

Cheers,

MickC

Comments

MickC’s picture

On further inspection of the code, it looks as though lastfm_profile.install creates the username table but not the widgets table.
Is this correct?

xano’s picture

Status: Active » Closed (works as designed)

The module's far from ready yet :)

Emyr42’s picture

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT NULL, `username` VARCHAR(15) NOT NULL, PRIMARY KEY (uid) ) /*!40100 DEFAUL' at line 2 query: CREATE TABLE drupal_lastfm_widgets ( `name` VARCHAR NOT NULL, `username` VARCHAR(15) NOT NULL, PRIMARY KEY (uid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /............./includes/database.inc on line 515

xano’s picture

Don't hijack issues! Please create another bug for that problem.

Emyr42’s picture

IT'S THE SAME ISSUE!

That SQL error is WHY the widgets table doesn't get created as per reply #1, and therefore why other stuff might not get done.

xano’s picture

It's not, since the non-existence of the database table has got nothing to do with the omission of a submit button at the widget page.