Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/07/2012, 10:08
Avatar de demeNcys
demeNcys
 
Fecha de Ingreso: junio-2009
Ubicación: Buenos Aires
Mensajes: 147
Antigüedad: 14 años, 10 meses
Puntos: 9
Respuesta: Problema al crear thread en foro

No quiero ser denso, pero me podrias ayudar? me esta trayendo muchos problemas este error con los usuarios y no manejo mucho de php


Linea 468 de skins_post.php
Código:
" . (($stats['space_left_human'] == $this->lang->words['attach_unlimited']) ? ("" . sprintf( $this->lang->words['used_space_unlimited'], "{$stats['max_single_upload_human']}") . "") : ("" . sprintf( $this->lang->words['used_space'], "{$stats['space_left_human']}", "{$stats['max_single_upload_human']}") . "")) . "
En las lineas que tengo el error dice :

Linea 114
Código:
header("HTTP/1.1 " . $this->_headerCode . ' ' . $this->_headerStatus );
Linea 127
Código:
header( "Content-type: text/html;charset=" . IPS_DOC_CHAR_SET );
Linea 136 y 137
Código:
header( "Cache-Control:  ". $nocache . "must-revalidate, max-age=" . $maxAge );
header( "Expires: " . $expires );
Linea 141
Código:
header( "Pragma: no-cache" );

Última edición por demeNcys; 11/07/2012 a las 10:25