Umbraco 'admin' access problem when using non-standard port 80
Hi,
Does anyone know whether there is an issue with 'admin' access on pages that have properties for which tinyMCE must run in the browser when using for instance port 8000, 8001, .. in the URL? I have a situation here where I have to run the development website a while on a local server at home which is only accessible from the outside through a port > 8000.
The editing window on the right site doesn't render properly and so is tinyMCE: no toolbar, no text formatting ,etc.
Update: The Firebug errors I have is due to incorrect installation of uComponents. The big issue however still remains: tinyMCE apparently doesn't run when umbraco/admin is accessed through port 8001.
Umbraco 'admin' access problem when using non-standard port 80
Hi,
Does anyone know whether there is an issue with 'admin' access on pages that have properties for which tinyMCE must run in the browser when using for instance port 8000, 8001, .. in the URL? I have a situation here where I have to run the development website a while on a local server at home which is only accessible from the outside through a port > 8000.
The editing window on the right site doesn't render properly and so is tinyMCE: no toolbar, no text formatting ,etc.
In firebug I have errors when loading the admin page such as:
POST: http://<mywwwdomain>:8001/umbraco/uComponents/Items/range 405 Method not allowed.
Normal access to the website through port 8001 works without problems.
Thanks for possible feedback
Jos
Update: The Firebug errors I have is due to incorrect installation of uComponents.
The big issue however still remains: tinyMCE apparently doesn't run when umbraco/admin is accessed through port 8001.
is working on a reply...