Copied to clipboard

Flag this post as spam?

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


  • Tushar Vaja 12 posts 32 karma points
    Nov 25, 2011 @ 06:52
    Tushar Vaja
    0

    Image inserting error in tinyMCE from umbraco

    I am getting error while I am clicking on IMG Button on tinyMCE Ritchtext editor from Umbraco.

     

    Umbraco Version: 4.7.0

    Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

    OS: Window 7

    Browser: Mozilla Firefox, IE and Safari

    Server Error in '/' Application.


    Object reference not set to an instance of an object.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
       umbraco.presentation.plugins.tinymce3.insertImage.Page_Load(Object sender, EventArgs e) +185
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24
       umbraco.BasePages.BasePage.OnLoad(EventArgs e) +18
       System.Web.UI.Control.LoadRecursive() +70
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3063
    

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

     

    Tushar

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 25, 2011 @ 08:14
    Jan Skovgaard
    0

    Hi Tushar

    Do you get errors doing other things in Umbraco as well?

    Are you sure the proper permissions for network service and iusr has been set on the root folder containing Umbraco? If so...have there been made any kind of customization to your Umbraco instance?

    /Jan

  • Tushar Vaja 12 posts 32 karma points
    Nov 25, 2011 @ 09:38
    Tushar Vaja
    0

    Hi Jan,

    I have already given network service permissions to root folder. Now I have given everyone full rights for root folder but still getting same error.

    and I have not made any customization to my umbraco instance.

    Thanx for you reply..... Is any other solution?

  • Tushar Vaja 12 posts 32 karma points
    Nov 30, 2011 @ 14:51
    Tushar Vaja
    0

    I have searched so much in umbraco forum and umbraco.codeplex.com site but could not found any solution for inserting image error.

    is there solution?

    Is any one have solution?...

    Tushar

  • Tushar Vaja 12 posts 32 karma points
    Nov 30, 2011 @ 15:06
    Tushar Vaja
    0

    LoL  found the solution.......just change the tinyMceConfig.config

    Filepath: \build\config\tinyMceConfig.config

    just find "umbracoimg" and replace with "advimage"
    e.g.
    Old value
    <plugin loadOnFrontend="false">umbracoimg</plugin>
    New value
    <plugin loadOnFrontend="false">advimage</plugin>

    do the work for me .......

    Don't know how and why.....But this is one kind of fix....

Please Sign in or register to post replies

Write your reply to:

Draft