Welcome Guest, Not a member yet? Register   Sign In
[URI HELPER ERROR]Message: Cannot modify header information - headers already sent by (output started at C:\.......)
#4

[eluser]victorche[/eluser]
Please, check the double
Code:
<?php
Closing and opening is useless for me and maybe this is the problem.
So this:
Code:
<?php  if(!defined('BASEPATH')) exit('No direct script access allowed'); ?>
<?php
Can be:
Code:
<?php  if(!defined('BASEPATH')) exit('No direct script access allowed');
Maybe?


Messages In This Thread
[URI HELPER ERROR]Message: Cannot modify header information - headers already sent by (output started at C:\.......) - by El Forum - 08-14-2010, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB