I can't edit page

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/31/2013 12:34:15 PM
Gravatar
Total Posts 11

I can't edit page

First of all, Sorry  for my english

I'm using mojoportal for a site

these are system information


mojoPortal Version2.3.9.7 MSSQL
Operating SystemMicrosoft Windows NT 6.1.7601 Service Pack 1
ASP.NET Infov4.0.30319 Running in Partial Trust
Server Time ZoneW. Europe Daylight Time
Server Local Time(GMT 2) 8/31/2013 7:16:19 PM
Greenwich Mean Time (GMT/UTC)8/31/2013 5:16:19 PM
 

When I try to edit a page, it doesn't appear editor and so i can't write new content

I'm working on a server aruba with .net 4.0 in classic mode

I think it depends on tinyeditor

Thank you for your help

 

Maria Teresa Vaccari

 

 

 

8/31/2013 1:18:32 PM
Gravatar
Total Posts 18439

Re: I can't edit page

This thread might help you.

If that thread doesn't help then you need to use the web browser developer tools to look for script errors in the console. Find out if there are any javascript errors about the editor.

Also check the network tab in browser tools to find out if it fails to load any scripts or css files.

8/31/2013 2:20:27 PM
Gravatar
Total Posts 11

Re: I can't edit page

Thank you but the thread isn't useful

I'm using google chrome 28.0.1500.95 m, but i've tried with demo version on http://demo.mojoportal.com/ and it works

I think it depends on my installation or on my server

In console tab i see

 

Uncaught TypeError: Cannot read property 'Constructor' of undefined ScriptResource.axd?d=-m_vlLvSqTHmBep66Oafe53_sd-YWESeuEZTkYaR5AIykG6kPSPZb0…1J3tzK1qDmtV0ZMTtL128Bh3bcRM4ZpXG6d-4QQqoNyRNiStzmcwVGnuIsQn2ecAQEtw2:1201

Uncaught TypeError: Object #<Object> has no method 'tooltip' HtmlEdit.aspx?mid=10&pageid=4:449

Uncaught TypeError: Object #<Object> has no method 'on' ScriptResource.axd?d=-m_vlLvSqTHmBep66Oafe53_sd-YWESeuEZTkYaR5AIykG6kPSPZb0…H1J3tzK1qDmtV0ZMTtL128Bh3bcRM4ZpXG6d-4QQqoNyRNiStzmcwVGnuIsQn2ecAQEtw2:492

GET http://www.mynewco.eu/ClientScript/jqmojo/mojosuperfish.js 404 (Not Found) jquery.min.js:130

c.extend.ajaxjquery.min.js:130
c.extend.getjquery.min.js:122
c.extend.getScriptjquery.min.js:122
(anonymous function)ScriptResource.axd?d=-m_vlLvSqTHmBep66Oafe53_sd-YWESeuEZTkYaR5AIykG6kPSPZb0…NH1J3tzK1qDmtV0ZMTtL128Bh3bcRM4ZpXG6d-4QQqoNyRNiStzmcwVGnuIsQn2ecAQEtw2:88
c.extend.readyjquery.min.js:26
Ljquery.min.js:33

GET http://www.mynewco.eu/portale/ClientScript/tiny_mce3392/plugins/visualblocks/editor_plugin.js 404 (Not Found) tiny_mce.js:1

btiny_mce.js:1
(anonymous function)tiny_mce.js:1
b.eachtiny_mce.js:1
otiny_mce.js:1
loadScriptstiny_mce.js:1
loadQueuetiny_mce.js:1
qtiny_mce.js:1
m.create.rendertiny_mce.js:1
(anonymous function)tiny_mce.js:1
gtiny_mce.js:1
(anonymous function)tiny_mce.js:1
b.eachtiny_mce.js:1
d.create._pageInittiny_mce.js:1
(anonymous function)tiny_mce.js:1

9/1/2013 1:32:18 PM
Gravatar
Total Posts 18439

Re: I can't edit page

Hi,

So it is failing to load the file from the wrong location:

"http://www.mynewco.eu/portale/ClientScript/tiny_mce3392/"

but that is a very old version of TinyMCE and it does not seem to exist in your installation and we ship a newer version configured in mojoPortal 2.3.9.7 Web.config like this:

<add key="TinyMCE:BasePath" value="~/ClientScript/tiny_mce357/" />

My guess is that you have something in user.config that points it to an older version or you did not use the web.config file that shipped with version 2.3.9.7

You need to look in user.config for this setting and if you find it remove it from there so it can take the value from web.config

​or if you don't find it in user.config then look and see what you have for this setting in web.config and fix it.

Hope that helps,

Joe

9/5/2013 3:18:02 AM
Gravatar
Total Posts 11

Re: I can't edit page

Thank you!

I've changed version in web.config and now it works!

You must sign in to post in the forums. This thread is closed to new posts.