Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/02/2011, 11:00
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 6 meses
Puntos: 890
Respuesta: Duda con parámetros

si te vas al index.php de la raiz de tu aplicacion las primeras lineas tiene esto:

Código PHP:
Ver original
  1. <?php
  2. /*
  3. |---------------------------------------------------------------
  4. | PHP ERROR REPORTING LEVEL
  5. |---------------------------------------------------------------
  6. |
  7. | By default CI runs with error reporting set to ALL.  For security
  8. | reasons you are encouraged to change this when your site goes live.
  9. | For more info visit:  http://www.php.net/error_reporting
  10. |
  11. */
  12.     error_reporting(E_ALL);
  13.  
  14. /*

Solo debes cambiarlo error_reporting(0);
__________________
Drupal Argentina