URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Espabilados-smf
  HTML https://forosmf.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: CMS
       *****************************************************
       #Post#: 45--------------------------------------------------
       Fix error de la cms
       By: lArcade Date: February 4, 2012, 10:46 am
       ---------------------------------------------------------
       Cuando Te Logueas Te Sale El Error
       Warning: session_start() [function.session-start]: Cannot send
       session cache limiter - headers already sent (output started at
       C:\xampp\htdocs\security_check.php:1) in
       C:\xampp\htdocs\global.php on line 33
       Pues Ya Esta La Solucion
       Vez Al a htdocs/global.php Ala Linea 33:
       session_start();
       Y Remplazala Por Esta:
       if(@session_start() ==
       false){session_destroy();session_start();}
       Y Listo Ya No Te Volvera A Mostrar Ese Error
       Espero haberlos ayudado ;)
       *****************************************************