18/03/2014, 08:58
|
| | | Fecha de Ingreso: enero-2011 Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 13 años, 9 meses Puntos: 288 | |
Respuesta: mkdir el error es el todos conocemos:
var_dump($path_a_crear);
//string 'D://wamp/www/proyecto/files/recetas/2' (length=50)
// D://wamp/www/proyecto/files/recetas EXISTE
// cuando intenta hacer
if (!is_dir($tmp_path)) {
mkdir($tmp_path);
}
e intenta crear /2 me da el siguiente error:
( ! ) Warning: mkdir() [function.mkdir]: No such file or directory in ... |