Closed (works as designed)
Project:
Last.fm for user profiles
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2009 at 08:09 UTC
Updated:
24 Feb 2009 at 15:35 UTC
Comments
Comment #1
MickC commentedOn further inspection of the code, it looks as though lastfm_profile.install creates the username table but not the widgets table.
Is this correct?
Comment #2
xanoThe module's far from ready yet :)
Comment #3
Emyr42 commentedYou 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
Comment #4
xanoDon't hijack issues! Please create another bug for that problem.
Comment #5
Emyr42 commentedIT'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.
Comment #6
xanoIt'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.