- Desde
- 3 Feb 2009
- Mensajes
- 121
Este error me esta haciendo desastres!
Actualize a la version 3.8.1 desde la 3.6.8 y ahora al postear me aparece esto:
Imposible agregar cookie, los encabezados pueden ya haberse enviado.
Archivo: $filename
Línea: $linenum
y arriba del header me aparece algo como esto (varia):
choice: (2: automatic; 1: auto-off, dst on; 0: auto-off, dst off) */ function set_dst(&$dst) { if ($this->children) { $firstid = reset($this->primary_ids); $this->children["$firstid"]->set_dst($dst); } } /** * Pushes the changes made to the "master" child to the rest. */ function copy_changes() { if (sizeof($this->children) > 1) { $firstid = reset($this->primary_ids); $master =& $this->children["$firstid"]; while ($id = next($this->primary_ids)) { $child =& $this->children["$id"]; $child->user = $master->user; $child->userfield = $master->userfield; $child->usertextfield = $master->usertextfield; $child->info = $master->info; } } } /** * Executes the necessary query/queries to update the records * * @param boolean Actually perform the query? */ function execute_query($doquery = true) { $condition = 'userid IN (' . implode(',', $this->primary_ids) . ')'; $master =& $this->children[reset($this->primary_ids)]; foreach (array('user', 'userfield', 'usertextfield') AS $table) { if (is_array($master->$table) AND !empty($master->$table)) { $sql = $master->fetch_update_sql(TABLE_PREFIX, $table, $condition); if ($doquery) { $this->dbobject->query_write($sql); } else { echo "
$sql
Intente en opciones de cookie y encabezados http y ninguna combinacion arregla el problema!
AUXILIO!!!!!!!!!!!!!!!!!!
Saben de alguna forma para hacer un downgrade a la version anterior (que no sea con backup)
Auxilio!!!
Habilite una cuenta de prueba
prueba
123456
Miradlo por vosotros mismos
Actualize a la version 3.8.1 desde la 3.6.8 y ahora al postear me aparece esto:
Imposible agregar cookie, los encabezados pueden ya haberse enviado.
Archivo: $filename
Línea: $linenum
y arriba del header me aparece algo como esto (varia):
choice: (2: automatic; 1: auto-off, dst on; 0: auto-off, dst off) */ function set_dst(&$dst) { if ($this->children) { $firstid = reset($this->primary_ids); $this->children["$firstid"]->set_dst($dst); } } /** * Pushes the changes made to the "master" child to the rest. */ function copy_changes() { if (sizeof($this->children) > 1) { $firstid = reset($this->primary_ids); $master =& $this->children["$firstid"]; while ($id = next($this->primary_ids)) { $child =& $this->children["$id"]; $child->user = $master->user; $child->userfield = $master->userfield; $child->usertextfield = $master->usertextfield; $child->info = $master->info; } } } /** * Executes the necessary query/queries to update the records * * @param boolean Actually perform the query? */ function execute_query($doquery = true) { $condition = 'userid IN (' . implode(',', $this->primary_ids) . ')'; $master =& $this->children[reset($this->primary_ids)]; foreach (array('user', 'userfield', 'usertextfield') AS $table) { if (is_array($master->$table) AND !empty($master->$table)) { $sql = $master->fetch_update_sql(TABLE_PREFIX, $table, $condition); if ($doquery) { $this->dbobject->query_write($sql); } else { echo "
$sql
Intente en opciones de cookie y encabezados http y ninguna combinacion arregla el problema!
AUXILIO!!!!!!!!!!!!!!!!!!
Saben de alguna forma para hacer un downgrade a la version anterior (que no sea con backup)
Auxilio!!!
Habilite una cuenta de prueba
prueba
123456
Miradlo por vosotros mismos