Inicio > Uncategorized > Error subir imagenes FCKEditor

Error subir imagenes FCKEditor

Si te aparece el siguiente error: This file uploader is disabled. Please check the “editor/filemanager/connectors/php/config.php” file cuando intentas subir imagenes desde el FCKEditor la solución es sencilla:

Dirigete al archivo config del FCKEditor “editor/filemanager/connectors/php/config.php”  en la linia 3o aproximadamente hay la siguiente variable:

$Config['Enabled'] = false;

has de cambiala a ‘true’ y guarda, veras que ya puedes subir imagenes

$Config['Enabled'] = true; 
Advertisement
Etiquetas:
  1. Aún no hay comentarios.
  1. Aún no hay trackbacks

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.