when adding a new user I get the following errors
fayola - January 13, 2009 - 16:16
| Project: | OpenX Manager |
| Version: | 6.x-1.01 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
* addUser: 801: Field 'defaultAccountId' in structure does not exists
* user warning: Duplicate entry '0' for key 2 query: INSERT INTO drupal_openx_manager_user (nid, ouid, contact, email, username, password) VALUES (16, 0, 'Sample User #1', 'user1@fayola.net', 'user1', 'gogirl') in /home/.hiawatha/fayola/resources.fayola.net/manageOpenX/includes/common.inc on line 3418.
But I also get a drupal message saying that the user has been added.
The user is not reflected in drupal or openx.

#1
Fayola,
fixed!
regards,
massa
#2
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
im getting the same error when im viewing a page like
http://example.com/user/3/ouser
box is empty and only this error in red
addUser: 801: Field 'defaultAccountId' in structure does not exists
where is this fixed if the last release is from 6.x-1.01 - 2008-Sep-23 ? i dont see any other new releases here http://drupal.org/node/296012/release and not sure where i can get it from?
#4
ok ive found my way around this so for anyone else looking here it is
the fixes are only in cvs and theres no nightly snapshot that i could find so use cvs to checkout the module
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d openx_manager contributions/modules/openx_manager
simply move the files into your drupal openx_manager directoryopenx_manager.info
hit update.php (not sure if needed), and you might replace the openx_manager.info from cvs with the one from the release to have update notifications on for this..
problem gone!