Pagina 1 di 1

Problemi incompatibilità STS/HeaderTags

Inviato: 06/02/2007, 22:35
da fedeo
Salve a tutti,

Sono un nuovo adepto di oscommerce, spero possiate aiutarmi a capirci qualche cosa in più :)

Allora, ho un problema di incompatibilità utilizzando STS e HeaderTags insieme.

Ho installato entrambe le contrib, ma se abilito STS poi non funziona HeaderTags.

Nelle istruzioni di HeaderTags viene riportato:

NOTE for STS Users: The above also applies to STS shops but does not
always work for some reason. If your STS shop fails, in your
sts_display_output.php file,

FIND
require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');
require(DIR_WS_FUNCTIONS . 'header_tags.php');
CHANGE TO
require_once(DIR_WS_FUNCTIONS . 'clean_html_comments.php');
require_once(DIR_WS_FUNCTIONS . 'header_tags.php');

…il problema è che nel file sts_display_output.php non esistono quelle due linee da modificare!

Potreste aiutarmi a risolvere il problema?

Grazie, ciao.