Ciao a tutti!
E' da ieri che cerco di installare Artbunnerplus su Joomla 1.0.13 ma continuo a riscontrare sempre lo stesso segnale di errore.
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in C:\Program Files\wamp\www\joomla1013\administrator\components\com_artbannersplus\install.artbannersplus.php on line 78
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\Program Files\wamp\www\joomla1013\administrator\components\com_artbannersplus\install.artbannersplus.php on line 79Le righe a cui rimanda sono le seguenti:
RIGA 77 if ($fp = fopen ($file, "w")) {
RIGA 78 $filecontent = "<?php \n" .
RIGA 79 " // ensure this file is being included by a parent file \n" .
RIGA 80 "defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );\n\n" .
RIGA 81 "\$artbannerslanguage = '".$artbannerslanguage."';\n" .
RIGA 82 "?>\n";
Potete darmi una mano!?!?
Grazie!
Alice