Quote:
|
Originally Posted by Addramyr Am having some major trobble with HTMLArea3....
I have installed HTMLArea3 on my site, but im geting the error
Configuration error...... when i click on insert image. |
To my knowledge this problem remains unresolved for mambo451. There were a couple of forum discussion threads on
www.novocaine.de but the forums have been shut down.
It works in the backend but not in the frontend. It works
sometimes in the frontend if and only if the backend is also logged in.
If your mambo installation is down from the server root (eg $_SERVER['DOCUMENT_ROOT']/yoursite), you need to make a change in:
yoursite/mambots/editors/htmlarea3_xtd/popups/ImageManager/config.inc.php
Change:
$BASE_ROOT = "images/stories";
to:
$BASE_ROOT = "yoursite/images/stories";
This will at least get it working in the backend.
Maybe some new effort will be applied to resolving this issue.
Does anyone know if this discussion is going on somewhere else. It would be good to consolidate it on a single forum on a single thread.