Closed (fixed)
Project:
OpenX Manager
Version:
6.x-1.01
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 16:16 UTC
Updated:
6 Feb 2009 at 21:36 UTC
* 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
Comment #1
brmassa commentedFayola,
fixed!
regards,
massa
Comment #3
abaddon commentedim 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?
Comment #4
abaddon commentedok 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!