
Error PHPBB2: «Tried to upload empty file» o «No post mode specified»
17/06/2007Utilizando 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)
Hello,
Can you explain me how to create new poll on this forum. Thanks 🙂
Your’s is the ineeillgtnt approach to this issue.