Can't open /tmp/fichier.xls4Z55NA. It may be in use or protected

Résolu
hichamalcolmx Messages postés 6 Date d'inscription samedi 6 octobre 2007 Statut Membre Dernière intervention 8 mars 2009 - 18 mars 2008 à 11:34
malalam Messages postés 10839 Date d'inscription lundi 24 février 2003 Statut Membre Dernière intervention 2 mars 2010 - 18 mars 2008 à 23:40
Fatal error: Can't open /tmp/fichier.xls4Z55NA. It may be in use or protected in /var/www/vhosts/domain.com/httpdocs/Projet/class/class.writeexcel_olewriter.inc.php on line 87

comment regler le pb ???????

2 réponses

hichamalcolmx Messages postés 6 Date d'inscription samedi 6 octobre 2007 Statut Membre Dernière intervention 8 mars 2009
18 mars 2008 à 11:35
$fname = tempnam("/tmp", "fichier.xls");
$workbook = &new writeexcel_workbook($fname);

Fatal error: Can't open /tmp/fichier.xls4Z55NA. It may be in use or protected in /var/www/vhosts/domain.com/httpdocs/Projet/class/class.writeexcel_olewriter.inc.php on line 87

comment regler le pb ???????
3
malalam Messages postés 10839 Date d'inscription lundi 24 février 2003 Statut Membre Dernière intervention 2 mars 2010 25
18 mars 2008 à 23:40
Hello déjà...

Pour commencer, le message me semble clair : la classe n'arrive pas à ouvrir le fichier.
Si tu regardes autour de la ligne 87, tu verras qu'elle fait un simple fopen().
Alors commence par regarder ce que contient $fname, il y a sans aucun doute un problème à ce niveau.
0
Rejoignez-nous