Jump to content

Need some help debugging error relating to fontcontroller.php


Recommended Posts

HI

 

our website is now showing the follwoing error message

 

Warning

: Cannot modify header information - headers already sent by (output started at /home/content/68/7929968/html/index.php:1) in

/home/content/68/7929968/html/classes/FrontController.php

on line

464

 

can anyone help as were seem to be going around in circles and nothing seems to be correcting it

please help

thanks

Link to comment
Share on other sites

ive read the article but i dnt know what is a bom

 

This is the code at the top

 

 

<?php

/*

* 2007-2011 PrestaShop

*

* NOTICE OF LICENSE

*

* This source file is subject to the Open Software License (OSL 3.0)

* that is bundled with this package in the file LICENSE.txt.

* It is also available through the world-wide-web at this URL:

* http://opensource.org/licenses/osl-3.0.php

* If you did not receive a copy of the license and are unable to

* obtain it through the world-wide-web, please send an email

* to [email protected] so we can send you a copy immediately.

*

* DISCLAIMER

*

* Do not edit or add to this file if you wish to upgrade PrestaShop to newer

* versions in the future. If you wish to customize PrestaShop for your

* needs please refer to http://www.prestashop.com for more information.

*

* @author PrestaShop SA <[email protected]>

* @copyright 2007-2011 PrestaShop SA

* @version Release: $Revision: 10218 $

* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)

* International Registered Trademark & Property of PrestaShop SA

*/

 

class ToolsCore

{

protected static $file_exists_cache = array();

protected static $_forceCompile;

protected static $_caching;

 

now wheres the bom that i need to look for ?

Link to comment
Share on other sites

Most likely you have added a module that caused this, you could disable the different modules you have loaded until it goes away...then you would know where to look....or

 

you could simply turn off errors.

 

1.4 - 1.5.2 config/config.inc.php

1.5.3 config/defines.inc.php

 

@ini_set('display_errors', 'off');

 

 

please in the future post your PS version on every post...

Link to comment
Share on other sites

×
×
  • Create New...