Hello!
** Description of issue**
Trying to upload any image in a new personalized block in the TinyTerm always the problem showed in the image appears, the upload permissions are enabled in php and the size files are ok.
Thanks.
Hello!
** Description of issue**
Trying to upload any image in a new personalized block in the TinyTerm always the problem showed in the image appears, the upload permissions are enabled in php and the size files are ok.
Thanks.
Hola @cridum
¿En qué valores tiene configurado php para las constantes upload_max_filesize y post_max_size ?
Está en un vps o servidor dedicado?
Tiene problemas si sube de prueba una propuesta de artículo y le sube, por ejemplo, un pdf de unos megas?
Gracias
VPS.
Gracias.
Hi @cridum
En tu config.inc.php puedes configurar el límite, no excediendo las directivas de PHP
; The maximum allowed size in bytes of each user's public files
; directory. This is where user's can upload images through the
; tinymce editor to their bio. Editors can upload images for
; some of the settings.
; Set this to 0 to disallow such uploads.
public_user_dir_size = 5000
Muchas gracias, ese era el punto. Subí el limite y funcionó.
por favor veo que mencionan este error: ##api.publicFiles.413.noDirSpace## y hablan del tamaño de la imagen intento cargar una imagen de a penas 22 kb, como puedo solucionar, -gracias