h1

Error PHPBB2: “Tried to upload empty file” o “No post mode specified”

17/06/2007

Utilizando el mod AttachMOD para poder adjuntar ficheros en foros phpbb2 puede producirse uno de los siguientes errores al subir un archivo:

- “Tried to upload empty file”
- “No post mode specified”

Existen dos soluciones:

a) Crear un fichero .htaccess con el siguiente contenido:
php_value upload_max_filesize 128M
php_value post_max_size 128M

b) Editar el fichero php.ini (/etc/php4/apache/php.ini) modificando las variables correspondientes para que admitan ficheros mayores:

upload_max_filesize = 25M
post_max_size = 25M

Por último, reiniciar Apache (/etc/init.d/apache restart)

(Fuente)

Un comentario

  1. Hello,

    Can you explain me how to create new poll on this forum. Thanks :)



Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s

Seguir

Get every new post delivered to your Inbox.