PascalGames
Usuario habitual
Usuario habitual

me marca error cuando quiero subir articulos por medio de una pagina php

me sale este error

open_basedir restriction in effect


en mi ordenador si funciona perfectamente, puede alguien decirme si hay algun tipo de restricción para subir archivos por medio de php?

Avatar Image
@man / @woman
@man / @woman

Yo digo que ha de ser que no tienes, o no marcaste la carpeta donde quieres que se suban los archivos

darkanimefantasy
Usuario Novato
Usuario Novato

si te refieres al copy(), me dijeron que no funciona...

PascalGames
Usuario habitual
Usuario habitual

Gracias por la respuesta, pues si usaba copy, y ya había probado con la carpeta, con la url, con la url y la carpeta, con la url perom sin http, etc

PascalGames
Usuario habitual
Usuario habitual

si alguien sabe que puedo usar se los agradecere

auron2003
Usuario habitual
Usuario habitual

a mi me parece que es porque mi@ no tiene puesta la opcion de subir archivos mediante php.

Avatar Image
@man / @woman
@man / @woman
Escrito originalmente por auron2003
a mi me parece que es porque mi@ no tiene puesta la opcion de subir archivos mediante php.
¿¿¿¿???? mientras soporte php no hay problema, o si?
Avatar Image
Machacateclados
Machacateclados

Lo que sucede es que el servidor de miarroba se encuentra en Safe Mode = ON por lo que no puedes subir archivos mediante el comando copy(), hay otro comando alterno que si está permitido y funciona específicamente para subir archivos, el código es:

move_uploaded_file()

Saludos !!!

Avatar Image
Usuario habitual
Usuario habitual

Cuales son los para metros de la funcion
move_unloaded_file()

Gracias.........

PascalGames
Usuario habitual
Usuario habitual

gracias por todo probaré esa función, espero que funcione, la buscaré en yahoo para ver como se usa y que parámetros lleva

Avatar Image
Usuario habitual
Usuario habitual

Los para metros que describe el manual de php sobre la funcion move_unloaded_file() son los siguientes:
(PHP 4 >= 4.0.3)

move_uploaded_file -- Moves an uploaded file to a new location
Description
bool move_uploaded_file ( string filename, string destination)


This function checks to ensure that the file designated by filename is a valid upload file (meaning that it was uploaded via PHP's HTTP POST upload mechanism). If the file is valid, it will be moved to the filename given by destination.

If filename is not a valid upload file, then no action will occur, and move_uploaded_file() will return FALSE.

If filename is a valid upload file, but cannot be moved for some reason, no action will occur, and move_uploaded_file() will return FALSE. Additionally, a warning will be issued.

This sort of check is especially important if there is any chance that anything done with uploaded files could reveal their contents to the user, or even to other users on the same system.

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 20/Jun/2009, 15:51
JoohnLunaa TheAnd chavp mmonky37kMar/10
Por: , el 28/Ene/2005, 18:30
kingdoom Torry_II mxxp43kFeb/05
Por: , el 18/May/2004, 22:17
Silver-Ryu NoSetup.org Vincentwebmaster ZEGPIX43kJun/04
Por: , el 09/Dic/2003, 22:02
PascalGames chaumo angie0654kMay/08