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
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?
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....
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Tushar
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
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?
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
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....
is working on a reply...