tony
|
posté le 2009-02-02 à 09:47:54
Bonjour
Je me sert de rapidechange principalement pour l'ecole
Je depose mes fichiers depuis l'an dernier et les recupere aprés mais malheureusement depuis la mise a jour derniere, impossible d'acceder a ses deux voir trois derniers fichiers
On l'ajoute normalement, on a le code mais aprés quand on va sur sa gestion, a ses fichiers, le menu des partenaire depasse vers les deux trois premiers fichiers, et cache, donc empeche de suprimer ou partager le fichier, il faut alors rajouter des fichiers pour que ceux ci decendent
Heuuu j'ai voulu vous mettre une capture d'ecrant j'ai eu le message d'erreur uivant :
[quote]
Notice (8): Undefined variable: type [APP/vendors/transfert.class.php, line 207]
Code
// On charge l'image suivant le type
if($type == 1){$charge = imagecreatefromgif($this->url);}
Transfert::genererMini() - APP/vendors/transfert.class.php, line 207
FichiersController::ajouter() - APP/controllers/fichiers_controller.php, line 121
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90
Notice (8): Undefined variable: type [APP/vendors/transfert.class.php, line 208]
Code
// On charge l'image suivant le type
if($type == 1){$charge = imagecreatefromgif($this->url);}
elseif($type == 2){$charge = imagecreatefromjpeg($this->url);}
Transfert::genererMini() - APP/vendors/transfert.class.php, line 208
FichiersController::ajouter() - APP/controllers/fichiers_controller.php, line 121
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90
Notice (8): Undefined variable: type [APP/vendors/transfert.class.php, line 209]
Code
if($type == 1){$charge = imagecreatefromgif($this->url);}
elseif($type == 2){$charge = imagecreatefromjpeg($this->url);}
elseif($type == 3){$charge = imagecreatefrompng($this->url);}
Transfert::genererMini() - APP/vendors/transfert.class.php, line 209
FichiersController::ajouter() - APP/controllers/fichiers_controller.php, line 121
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90
Notice (8): Undefined variable: type [APP/vendors/transfert.class.php, line 210]
Code
elseif($type == 2){$charge = imagecreatefromjpeg($this->url);}
elseif($type == 3){$charge = imagecreatefrompng($this->url);}
elseif($type == 6){$charge = imagecreatefromwbmp($this->url);}
Transfert::genererMini() - APP/vendors/transfert.class.php, line 210
FichiersController::ajouter() - APP/controllers/fichiers_controller.php, line 121
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90
Warning (2): Cannot modify header information - headers already sent by (output started at /home/rapidech/www/cake/basics.php:111) [CORE/cake/libs/controller/controller.php, line 587]
Code | Context
$status = "Location: http://rapidechange.com/fichiers/partager/38690"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 587
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 568
FichiersController::ajouter() - APP/controllers/fichiers_controller.php, line 131
Object::dispatchMethod() - CORE/cake/libs/object.php, line 114
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 259
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 213
[main] - APP/webroot/index.php, line 90
[/quote]
|