27/02/2020, 11:55
|
| | | Fecha de Ingreso: diciembre-2002 Ubicación: santiago-chilito
Mensajes: 1.931
Antigüedad: 22 años Puntos: 2 | |
Error: [] operator not supported for strings Hola pase de php5 a 7 y en el momento de ejecutar sale:
Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/html/Common.php:352 Stack trace: #0
if ($db->next_record())
{
do
{
$bound_column_value = $db->f($bound_column);
if($bound_column_value === false) {$bound_column_value = "";}
list($bound_column_value, $errors) = CCParseValue($bound_column_value,
$dbformat,
$datatype, $errors, $fieldname);
LINEA 352 $values[] = array($bound_column_value, $db->f($text_column));
} while ($db->next_record());
}
Alguien me puede orientar en el tema.
muchas gracias.
__________________ "Cuando se adelanta un oponente, enfréntalo y salúdalo; si intenta retroceder, déjalo seguir su camino" |