Closed (fixed)
Project:
Single Login
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Jan 2008 at 07:23 UTC
Updated:
21 Oct 2008 at 22:11 UTC
Hello,
I have a fresh install of Drupal 5.6 hosted locally on my Mac. I just installed the Single Login module, and while it does say the database tables were installed, I got these errors on the modules page as well:
# user warning: Table 'drupal.profile_fields' doesn't exist query: INSERT INTO profile_fields ( title, name, explanation, category, page, type, weight, required, register, visibility, autocomplete, options ) VALUES (' Current Session ID', 'profile_current_session_id', 'User session ID', 'User Information', '', 'textfield', 0, 0, 0, 4, 0, '') in /Applications/MAMP/htdocs/drupal/includes/database.mysql.inc on line 172.
# user warning: Table 'drupal.profile_fields' doesn't exist query: SELECT fid FROM profile_fields WHERE name = 'profile_current_session_id' in /Applications/MAMP/htdocs/drupal/includes/database.mysql.inc on line 172.
# user warning: Table 'drupal.profile_values' doesn't exist query: DELETE FROM profile_values WHERE uid = 1 AND fid = 0 in /Applications/MAMP/htdocs/drupal/includes/database.mysql.inc on line 172.
# user warning: Table 'petfood.profile_values' doesn't exist query: INSERT INTO profile_values SET fid = 0, uid = 1, value = '8e4e85213f15d5d287ae2f25a695d2e3' in /Applications/MAMP/htdocs/petfood/includes/database.mysql.inc on line 172.Did I do something wrong? Is there a fix? :/
Comments
Comment #1
Fayna commenteder... where it says petfood it should say drupal. I have a few testing sites going on here. >.< I wish we could edit our own issues...
Edit: Just did another fresh install of Drupal 5.6, and the only module I activated was the Single Login module. Once I did that, these errors come up on every page. After I try deactivating it, the errors remain. What could be causing this?
Comment #2
nekobul commentedYou have to enable the Profile module. The single login does not include dependencies for it.
Regards,
Ivan
Comment #3
sanduhrsFixed in 5,HEAD.
Thanks.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.