by Marcelo Gracia.
Estoy teniendo un problema al cargar usuarios nuevos a la plataforma. Tengo M2.5 y cuenta con 1500 usuarios ya cargados.
En soporte técnico me dicen que me hackearon el sitio y la bbdd ( PostgreSql). No creo que sea sierto.. Pero no le encuentro la solución y necesito seguir agregando usuarios...
Debug info: ERROR: null value in column "id" violates not-null constraint
INSERT INTO mdl_user (username,auth,suspended,firstname,lastname,email,maildisplay,mailformat,maildigest,autosubscribe,trackforums,htmleditor,city,country,lang,imagealt,url,icq,skype,aim,yahoo,msn,idnumber,institution,department,phone1,phone2,address,timemodified,description,descriptionformat,mnethostid,confirmed,timecreated,password) VALUES($1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$17,$18,$19,$20,$21,$22,$23,$24,$25,$26,$27,$28,$29,$30,$31,$32,$33,$34,$35) RETURNING id
[array (
'username' => '45678976','auth' => 'manual', 'suspended' => '0', 'firstname' => 'Fa',
'lastname' => 'Sh', 'email' => '
xxxxx@hotmail.com','maildisplay' => '2','mailformat' => '1',
'maildigest' => '0','autosubscribe' => '1','trackforums' => '0','htmleditor' => '1','city' => 'CABA',
'country' => 'AR','lang' => 'es_ar','imagealt' => '','url' => '',
'icq' => '',
'skype' => '',
'aim' => '',
'yahoo' => '',
'msn' => '',
'idnumber' => '','institution' => '',
'department' => '',
'phone1' => '',
'phone2' => '',
'address' => '',
'timemodified' => 1379830247,
'description' => '',
'descriptionformat' => '1',
'mnethostid' => '1',
'confirmed' => 1,
'timecreated' => 1379830247,
'password' => '$2y$10$t9abBaxILNFkYultwX7zEOPtA8EWpvO50l8hrP/rCLZWx4dgs2wx6',
)]
Error code: dmlwriteexception