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

cyberswat’s picture

Version: » 6.x-1.0-beta
Assigned: Unassigned » cyberswat

Just 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?

cyberswat’s picture

Actually hold off for just a bit ... the 6-beta branch code need updating and I'll do so in the morning.

cyberswat’s picture

Status: Active » Fixed

Ok this should be good to go now. I am not a fan of Drupal CVS

andremasteredge’s picture

Thanks alot, will give it a shot...

tnanek’s picture

Not 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.

cyberswat’s picture

Status: Fixed » Active

Is that a clean install of D6.4? I can't reproduce it so am going to need more info

andrewoke’s picture

I 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.

cyberswat’s picture

Thanks 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.

cyberswat’s picture

Status: Active » Fixed

http://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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.