04/10/2009, 18:16
|
| | | Fecha de Ingreso: septiembre-2009
Mensajes: 12
Antigüedad: 15 años, 2 meses Puntos: 0 | |
Respuesta: Tengo un error de Conexion en Joomla busque el archivo que me hace alusion en el error y me sale esto...
201 // If the user exists and is blocked, redirect with an error 202 if (isset($instance) && $instance->get('block') == 1) {
203 // clear remember me cookie if set
204 setcookie( JUtility::getHash('JLOGIN_REMEMBER'), '', time() - 86400, '/' );
205 return true; |