PROBLEMAS CON LA GALERIA

Christina aguilera
24 de Abril del 2003
MIREN AL QUERER SUBIR ALGUNA FOTO LOS USUARIOS, LES SALE ESTO :

PRIMERO SALE ESTO:
Warning: open_basedir restriction in effect. File is in wrong directory in /home/webcindario/xtinadigitalmx/modules/coppermine/db_input.php on line 171

Y DESPUES ESTO :


No picture was uploaded !

If the size of the file you tried to upload was below the maximum permitted, it is likely that the server does not allow file uploads...



BACK

LO E TRATADO DE ARREGLAR DE TODAS LAS FORMAS POSIBLES PERO NI UNA ME A FUNCIONADO



Jakattack
24 de Abril del 2003
esto talves te sirva

<?
/*
Script de carga de ficheros en el servidor.
Es importante que la directiva upload_max_filesize_size del fichero php.ini esté puesta
al valor adecuado.

Por ejemplo, si está a 4M, cualquier fichero mayor que 4 megabytes, devolverá un error.

Asimismo, la directiva file_uploads debe estar a On para poder hacer upload (carga) de ficheros

Mete el fichero cargado dentro del directorio /uploads, que está en la carpeta del script.
*/

if(!isset($HTTP_GET_VARS["upload"])){

?>

<html>
<head>
<title>Subirda de archivos</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
.
.
.