Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/11/2005, 08:28
Apsol
 
Fecha de Ingreso: noviembre-2003
Mensajes: 267
Antigüedad: 20 años, 5 meses
Puntos: 4
problema con directorios

Tengo una carpeta en la raiz del sitio e intento crear unos THUMBS pero me salta este error,

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

el php esta dentro de esa carpeta ,,
aca el codigo que uso.

for ($i=0; $i<$n; $i++)
{
$new = "../thumbs/$i.jpg";
if (!copy($limpio[$i][foto], $new))
{
echo "failed to copy $file...\n";
}

que puede ser?? el CHMOD esta en ///
tengo que tocar algo en mi admin???

Saludos y gracias