I thought I remember reading something about reporting bugs to this queue now so I hope this gets some attention.

I set up the role assignment as a product feature. I created a new product and associated the role assignment feature to two different options (monthly and yearly) for the kproduct. When I purchase the product and create an account (all the way through to supplying credit card information and receiving the confirmation page), no role assignment is ever made to the user.

I am using Drupal 5.5 with PostgreSQL.

Comments

rszrama’s picture

Perhaps you can review the install/module for uc_role and verify the SQL is Postgres friendly? We aren't currently doing in-house testing on Postgres, so there may be some random compatibility issue fouling it up.

Shawn Conn’s picture

Assigned: Unassigned » Shawn Conn
Status: Active » Fixed

As of alpha-8 the installer didn't have support for PostreSQL tables. I've committed changes to bazaar that will fix this. Look for it show in our beta 1 release sometime by the end of the week.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

kasperjames’s picture

this might be a good place to point this out.
i use sql and just found this:

warning: strtr() [function.strtr]: The second argument is not an array. in /home/xxxxx/public_html/modules/ubercart/uc_roles/uc_roles.module on line 256

what is this? im not familiar with array's, and am pretty sure that i installed it, didnt (obviously edit codes,
or nothing like that) but checked and un checked boxes,ect.

i looked around for particular settings that i believed to be "untrue" or un needed but i didnt see anything that i believed to be wrong. however, i cant seem to figure out what it is.

what does it all mean?

Liam McDermott’s picture

Confirmed here too, am getting the error message:

warning: strtr() [function.strtr]: The second argument is not an array. in /home/liam/public_html/stockdrupal/sites/webmaster-forums.net/modules/ubercart/uc_roles/uc_roles.module on line 256.

MySQL and PHP5 on Ubuntu. This appears whenever viewing a user profile.

Liam McDermott’s picture

Status: Closed (fixed) » Active

Making bug report active again, sorry should have raised a new issue for this really.

rszrama’s picture

Status: Active » Fixed

Aye, as posted above, until I can push out the beta2, you can get the fix in the Bazaar version of the code. For notes on using Bazaar, check out http://www.ubercart.org/bazaar. If you just want to get a tar of the latest dev code, head to http://bazaar.ubercart.org. : )

kasperjames’s picture

i dont even know how to use php entirely, but i took some advice and have been reading the entire manual for bazaar. if im lucky enough i might even be able to learn it all this week and try and configure it.

whare can i contribute a branch for review on a topic or branch such as this? what is the central location of this issue? whare can i "check out" the branch to work on? and who do i contact/address(location) to upload for review?

thanks, see...i told you i would get into this fast.

mohahaha.
kasperjames

ps. sorry for the puns lately.

rszrama’s picture

Well, this issue should be fixed. And you don't have to worry about learning Bazaar if you just get the beta 2 which should have the fixes in it. ; ) Also, you can always just download the code from the link at the top of http://bazaar.ubercart.org.

This is as good a place as any to post bug reports, but we're trying to keep the issues here trim, so if something's been solved elsewhere or if the issue is really for support, we'll probably redirect it to the forums.

Keep learning... always more to learn. ^_^

Anonymous’s picture

Status: Fixed » Closed (fixed)

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