soulmann Posted December 22, 2012 Share Posted December 22, 2012 Hi My in need of some help as when i open my website it encounter the following problem cannot not modify header information ..... fontcontroller.php at line 464 ive opened this php file and at line 464 it states the following if (isset($cookie->iso_code_country) AND (int)($id_country = Country::getByIso(strtoupper($cookie->iso_code_country)))) I am new to this and would appreciate any help toward correcting this many thanks p.s what should be the webusers permission for this file ? ie read and write or just read Link to comment Share on other sites More sharing options...
NemoPS Posted December 22, 2012 Share Posted December 22, 2012 Hi, That kind of error usually pops out when you try to 1- embed code with another doctype declaration 2- modify header information by using the "header()" function with php I guess you'll have to look for the second one Link to comment Share on other sites More sharing options...
soulmann Posted December 22, 2012 Author Share Posted December 22, 2012 Im new to php and really dont know what to do can u provide some more detail in what needs to be done please Link to comment Share on other sites More sharing options...
Recommended Posts