Closed (fixed)
Project:
Auto Assign Role
Version:
6.x-1.0-beta
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Aug 2008 at 12:05 UTC
Updated:
17 Sep 2008 at 16:23 UTC
Awesome work on this module, dont know what the Drupal world would be without it....thanks a stack...
I used the 5.x version of this module and I am now trying to migrate that website over to 6 but it seems its not working with 6.4... just thought I would give you a heads up.
cheers
Andre'
Comments
Comment #1
cyberswat commentedJust released the beta version of the code that should work with 6.4 ... could you verify if it is now working or provide more info as to what the bug is?
Comment #2
cyberswat commentedActually hold off for just a bit ... the 6-beta branch code need updating and I'll do so in the morning.
Comment #3
cyberswat commentedOk this should be good to go now. I am not a fan of Drupal CVS
Comment #4
andremasteredge commentedThanks alot, will give it a shot...
Comment #5
tnanek commentedNot sure if this is the same problem, but figured it would be better to post here rather than a new issue. When I try to access the admin/user/autoassignrole page I get a white screen of death.
-EDIT-
I tried transferring the module to my server again, and it seems to work now - must have been an incomplete transfer or something. Either way, no worries now.
Comment #6
cyberswat commentedIs that a clean install of D6.4? I can't reproduce it so am going to need more info
Comment #7
andrewoke commentedI just downloaded the new dev package (don't know if it's the same as i was using) and ran update.php. Seemed to work as it now shows up in the admin menu.
I spoke too soon. When I try to go to admin/user/autoassign role I don't get a white screen of death, but it just hangs there. Going to go check out the log file.
Ok, here's what my log file said. I did disable and re-enable it and both times it said the same thing:
Table '**********.autoassignrole' doesn't exist query: SELECT arid, value from autoassignrole in ******/sites/all/modules/autoassignrole/autoassignrole.module on line 100.
I'm guessing that it's not installing the table correctly.
Comment #8
cyberswat commentedThanks for the feedback ... turns out I forgot to put the update hook in place for people upgrading from 5 to 6 ... The table is new to 6. This is also being reported in http://drupal.org/node/300474 ... I'll get it fixed ASAP.
Comment #9
cyberswat commentedhttp://drupal.org/cvs?commit=137759
If you have already worked around the previous D6 code and installed the module, you will have an {autoassignrole} table. The update will attempt to create that table and insert default data into it so you will see duplicate entry and table exists errors ... nothing to worry about.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.