Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • mrboat 4 posts 24 karma points
    May 11, 2010 @ 11:58
    mrboat
    0

    Can not display tinymce editor on the Umbraco admin

    I am developing the website. The umbraco admin could not display icon of the tinymce editor by showing the error of calling bad gateway of the stylesheet and javascript of the control as this sample http://www.qa.huggies.com.sg:91/umbraco_client/tinymce3/themes/umbraco/skins/umbraco/ui.css with 502 Bad Gateway.

    The site is alway return port and when it called by umbraco admin will be error.

     

    Do you have any idea to handle this issue? Where can we modified the core to remove port on calling the control.

  • mrboat 4 posts 24 karma points
    May 11, 2010 @ 11:59
    mrboat
    0

    Sorry i didn't mention. The umbraco version is 4.0.3 with dotnet 3.5 applied.

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    May 11, 2010 @ 12:12
    Sebastiaan Janssen
    0

    This is not a normal port, it's as if your IIS is configured on port 91 or something?

    Have a look in your site files, with AgentRansack you can search for a string in an entire folder and all of it's subfolders, search for 91 and see where this port is defined.

  • mrboat 4 posts 24 karma points
    May 12, 2010 @ 04:17
    mrboat
    0

    Hi Sebastiaan, I know your point. But this site is not a normal site. I could not change any setting on the host and IIS. I would like to solve problem at the calling AbsoluteUri or something else that define by Umbraco DLL. Do you have any recommend on before presentation layer do in the umbraco client show RichtextEditor (tinymce3). I have been modified the .js file but this one is not the good point.

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    May 12, 2010 @ 11:28
    Sebastiaan Janssen
    0

    So you're saying that this site is running on port 91 on purpose? In that case. I don't think your going to get this to work. Try running your site on a subdomain instead, something like beta.qa.huggies.com.sg

    The port number was also a problem in a post that I replied to earlier.

     

  • mrboat 4 posts 24 karma points
    May 14, 2010 @ 03:42
    mrboat
    0

    Thank you. But if I try to run it on the sub domain. the problem is still be the same. The returned port is the special setting on the host. It is run at concurrent as load balancing. It is still return port 91. The main problem is not show all port in all module. But the Richtext editor is only issue on the control show in the Umbraco CMS. I would like to find the way to change the way to cut the port off then it will solved the issue. Do you have any idea on this?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies