tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

Wiki Rich Content not working on Alfresco Community 4.2.c #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Wiki Rich Content jar in tomcat/shared/lib
2. Edit a page in a wiki
3. Try to add a pdf document link with the inline editor

What is the expected output? What do you see instead?
Expected to see the preview

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
wiki-rich-content-2.1.jar

What version of Alfresco are you using? On what application server?
Alfresco 4.2.c manual install on tomcat 7.0.34.

What web browser are you using? Please supply browser name and version.
Google Chrome 23.0.1271.64 m

Please provide any additional information below.
I'm using the Media Viewers add-on with non problem, so I don't understand why 
the Rich Wiki doesn't show at all. I mean, when I edit a wiki page, I can just 
see the Preview button as extra, no TinyMCE icon, no document preview on the 
page, nothing. The insert document/link is the same as pre-installation of the 
Wiki Rich Content jar, but the http://localhost:8080/share/page/modules/deploy 
shows me that every module is uploaded correctly.

Original issue reported on code.google.com by stefano....@gmail.com on 22 Jan 2013 at 1:59

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by will.abson on 11 Feb 2013 at 12:52

GoogleCodeExporter commented 8 years ago
Please set your shared.loader property in tomcat's conf/catalina.properties, 
e.g.

shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar

This property is set by the Alfresco installers but is empty by default, 
meaning your JAR files will not be loaded.

If you still have problems, please open a new bug on the GitHub project - 
https://github.com/share-extras/wiki-rich-content.

Original comment by will.abson on 11 Mar 2013 at 10:08