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

Comments

brmassa’s picture

Status: Active » Fixed

Fayola,

fixed!

regards,

massa

Status: Fixed » Closed (fixed)

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

abaddon’s picture

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?

abaddon’s picture

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!