Re: problème avec php

Top Page

Reply to this message
Author: anne.guilde@free.fr
Date:  
To: ML Guilde
Subject: Re: problème avec php
Le 07/12/2019 à 17:28, anne.guilde@??? a écrit :
> bonjour,
>
> J'ai un problème avec un script php trouvé sur
> https://sourceforge.net/projects/csv2vcf-php/
>
> J'ai mis le script sur pastebin
> https://pastebin.com/GrA8NWbK
>
> J'ai un souci avec le $_FILES
>
> J'ai pris le fichier test.csv et j'ai testé avec.
>
> ligne 99
>
> J'ai essayé de décortiquer ce qu'il y avait dans ce tableau
>
> _FILES : tabeau
> [name] =>  test.csv
> [type] =>
> [tmp_name] =>
> [error] => 6
> [size] => 0 )
>
> à la ligne 101 il appelle
> checkExtension($_FILES["file"]["type"])
>
> type est à blanc
>
> à la ligne 167 j'ai regardé ce qu'il avait dans
>
> extension : csv
> et dans le tableau $allowedExts
> [0] => csv
> [1] => text/csv
>
> Pourquoi [type] est à blanc?
>
> Je ne comprends pas trop comment cela fonctionne...


Dans les logs de mon serveur

Dec 7 18:42:18 tux httpd: PHP Warning: Unknown: open_basedir
restriction in effect. File(/tmp) is not within the allowed path(s):
(/home/e-smith/files/ibays/convertcsv/) in Unknown on line 0

Dec 7 18:42:18 tux httpd: PHP Warning: File upload error - unable to
create a temporary file in Unknown on line 0

y-a plus qu'à trouver pour /tmp

Anne