Erro 81 (imagens) en HTMLAREA2
Enviado: 07 Mai 2004, 06:19
Este erro me andou \'lixando\' varios dias.
Quando queria insertar uma imagem no editor (htmlarea2) vinha uma janela com o erro 81.
Descobri a solução no forum do MOS em castelhano ( problemas gerais).
Transcrevo as soluções possiveis:
--------------------------------------------------------------
Buscando, buscando... en http://forum.mamboserver.com/viewtopic.php?t=11096 dan dos
soluciones para el problema:
1ª
It turns out my configuration.php file had a minor error in it:
I initially had:
$mosConfig_live_site = \'http://xxxx.com\';
(which spewed forth the error message)
I then changed it to:
$mosConfig_live_site = \'http://www.xxxx.com\';
(remembering to put the www. in fixed it for me)
2ª
in /editor/editor.htmlarea2.php find the line (20) starts with
_Code:
editor_url =
delete Code:
from in front of your Code:
/editor/htmlarea2/\'
The line should looks like this:
_editor_url = \'/editor/htmlarea2/\';
Yo he probado la primera y me funciona.
Un saludo
------------------------------------------------------
Eu foi a SEGUNDA:
2ª
in /editor/editor.htmlarea2.php find the line (20) starts with
_Code:
editor_url =
delete Code:
Apaguei e funcionou
Xau
af ( http://www.websctw.com
)
Quando queria insertar uma imagem no editor (htmlarea2) vinha uma janela com o erro 81.
Descobri a solução no forum do MOS em castelhano ( problemas gerais).
Transcrevo as soluções possiveis:
--------------------------------------------------------------
Buscando, buscando... en http://forum.mamboserver.com/viewtopic.php?t=11096 dan dos
soluciones para el problema:
1ª
It turns out my configuration.php file had a minor error in it:
I initially had:
$mosConfig_live_site = \'http://xxxx.com\';
(which spewed forth the error message)
I then changed it to:
$mosConfig_live_site = \'http://www.xxxx.com\';
(remembering to put the www. in fixed it for me)
2ª
in /editor/editor.htmlarea2.php find the line (20) starts with
_Code:
editor_url =
delete Code:
from in front of your Code:
/editor/htmlarea2/\'
The line should looks like this:
_editor_url = \'/editor/htmlarea2/\';
Yo he probado la primera y me funciona.
Un saludo
------------------------------------------------------
Eu foi a SEGUNDA:
2ª
in /editor/editor.htmlarea2.php find the line (20) starts with
_Code:
editor_url =
delete Code:
Apaguei e funcionou
Xau
af ( http://www.websctw.com
)