This topic is locked

file upload failed

9/30/2010 10:55:42 AM
PHPRunner General questions
T
tedwilder author

hello

when i try to upload a file in a small table I get the error here:

I created a /logo with 777

any idea?

thanks.
Information technique

Type d'erreur 2

Description erreur move_uploaded_file(/logo/actavis.gif) [function.move-uploaded-file]: failed to open stream: No such file or directory

URL unify.fr.nv1/CTI/fourniture2/test/logo_add.php?

Erreur fichier /var/www/CTI/fourniture2/test/include/phpfunctions.php

Erreur ligne 442

Requête SQL insert into logo (idlogo, nomlogo, reseau, fichierlogo) values ('36', 'actavis', 'ACTAVIS', 'actavis.gif')
More info
Call stack

File: line Function Arguments

0. include/phpfunctions.php:442 move_uploaded_file 1. /tmp/phpDwXkLv;

  1. /logo/actavis.gif;

    1. include/phpfunctions.php:442 ProcessFiles N/A

    2. include/commonfunctions.php:4098 DoInsertRecordSQL 1. logo;


  2. Array ( [idlogo] => 36 [nomlogo] => actavis [reseau] => ACTAVIS [fichierlogo] => actavis.gif ) ;
  3. Array ( ) ;
  4. 1;

    3. include/phpfunctions.php:852 DoInsertRecord 1. logo;


  5. Array ( [idlogo] => 36 [nomlogo] => actavis [reseau] => ACTAVIS [fichierlogo] => actavis.gif ) ;
  6. Array ( ) ;
  7. 1;

    4. logo_add.php:346 Global scope N/A



Sergey Kornilov admin 9/30/2010

Usually this points to permissions error (In understand that you have set 777 permissions on upload folder).
I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.