2 résultats trouvés
- par ismael84
- 18 avr. 2013, 13:02
- Forum : PHP débutant
- Sujet : Parse error: syntax error, unexpected T_STRING, expecting T_
- Réponses : 2
- Vues : 1150
Ah désolé Je joint le fichier php <?php class FileLogger { protected $_fname; public function __construct($fname=null) { if($fname==null) { $fname=Magmi_StateManager::getProgressFile(true); } $this->_fname=$fname; $f=fopen($this->_fname,"w"); if($f==false) { throw new Exception("CANNO...
- par ismael84
- 17 avr. 2013, 23:56
- Forum : PHP débutant
- Sujet : Parse error: syntax error, unexpected T_STRING, expecting T_
- Réponses : 2
- Vues : 1150
Bonjour Lorsque j’exécute cette commande -bash-3.2$ php magmi.cli.php -mode=update -profile=default en SSH pour importer un fichier csv de produits dans ma boutique Magento j'obtiens ce message: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in...
Nous sommes le 23 juin 2026, 21:19