Jump to content

Necesito ayuda urgente (Solucionado)


Recommended Posts

Yo no se que paso pero me acabo de dar cuenta de unos errores y por mas vueltas que le doy no consigo dar con ellos.

os les pongo aquí a ver si alguno me puede ayudar:

 

 

1º: Warning: Cannot modify header information - headers already sent by (output started at /home/stylelon/public_html/header.php:2) in /home/stylelon/public_html/classes/FrontController.php on line 461

 

se supone que el error en FrontController.php está aquí, pero lo veo todo bien:

// P3P Policies (http://www.w3.org/TR/2002/REC-P3P-20020416/#compact_policies)
header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA" ');

 

2º: Warning: Invalid argument supplied for foreach() in /home/stylelon/public_html/classes/Product.php on line 2800

 

la linea de product.php donde me dice que tengo el error seria esta:

public static function addCustomizationPrice(&$products, &$customizedDatas)
{
foreach ($products as $product_update)
{

 

3º: Warning: Cannot modify header information - headers already sent by (output started at /home/stylelon/public_html/header.php:2) in /home/stylelon/public_html/classes/Tools.php on line 93

 

la linea de tools.php donde me dice que tengo el error seria esta:

}

header('Location: '.$url);
exit;
}

 

me podéis ayudar? porque no se pueden acabar el proceso de pedido

 

muchas gracias!!!

Edited by StyleLondon (see edit history)
Link to comment
Share on other sites

Yo no se que paso pero me acabo de dar cuenta de unos errores y por mas vueltas que le doy no consigo dar con ellos.

os les pongo aquí a ver si alguno me puede ayudar:

 

 

1º: Warning: Cannot modify header information - headers already sent by (output started at /home/stylelon/public_html/header.php:2) in /home/stylelon/public_html/classes/FrontController.php on line 461

 

se supone que el error en FrontController.php está aquí, pero lo veo todo bien:

// P3P Policies (http://www.w3.org/TR/2002/REC-P3P-20020416/#compact_policies)
header('P3P: CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA" ');

 

2º: Warning: Invalid argument supplied for foreach() in /home/stylelon/public_html/classes/Product.php on line 2800

 

la linea de product.php donde me dice que tengo el error seria esta:

public static function addCustomizationPrice(&$products, &$customizedDatas)
{
foreach ($products as $product_update)
{

 

3º: Warning: Cannot modify header information - headers already sent by (output started at /home/stylelon/public_html/header.php:2) in /home/stylelon/public_html/classes/Tools.php on line 93

 

la linea de tools.php donde me dice que tengo el error seria esta:

}

header('Location: '.$url);
exit;
}

 

me podéis ayudar? porque no se pueden acabar el proceso de pedido

 

muchas gracias!!!

 

 

Un modulo me hizo cambios en el header.php

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...