[xwiki-users] from preview mode to view mode
Hello, In a fresh installation of xwiki 6.2, I create a space X and then a document Y in that space. However, I cannot see the document, although when clicking the 'Information'-button for the space X, I find the document Y in a subspace 'preview'. I find no way to promote the document so that it becomes directly available in X. Regards, Roland
Hello Roland, I've the same problem in my new environment. I don't believe this behavior being motivated by environment but actually i'm using CentOS 5, tomcat 6 with MySQL DB. -- View this message in context: http://xwiki.475771.n2.nabble.com/from-preview-mode-to-view-mode-tp7592348p7... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, Thanks for the information. My environment is Ubuntu 14.04 LTS with Tomcat 7 and PostgreSql 9.3. I don't think either that it is the environment. Regards, Roland -- View this message in context: http://xwiki.475771.n2.nabble.com/from-preview-mode-to-view-mode-tp7592348p7... Sent from the XWiki- Users mailing list archive at Nabble.com.
The URLs are somehow wrong. - Did you manipulate the URL directly in the browser? - Are you using any URL-shortening configuration? On 09/25/2014 11:57 AM, Roland Hedayat wrote:
Hello,
In a fresh installation of xwiki 6.2, I create a space X and then a document Y in that space. However, I cannot see the document, although when clicking the 'Information'-button for the space X, I find the document Y in a subspace 'preview'. I find no way to promote the document so that it becomes directly available in X.
Regards, Roland
-- Sergiu Dumitriu http://purl.org/net/sergiu
Hello Sergiu, Thanks for your answer. The answer to both of your questions are 'no'. Also, I am working with a totally new installation. But I do use an Apache server as front (reverse proxy): Your answer led me to think it might be a misconfiguration there, so I changed it from: ProxyPass /xwiki http://wiki.motrice.org:8080/xwiki/ ProxyPassReverse /xwiki http://wiki.motrice.org:8080/xwiki/ to ProxyPass /xwiki/ http://wiki.motrice.org:8080/xwiki/ ProxyPassReverse /xwiki/ http://wiki.motrice.org:8080/xwiki/ ProxyPass /xwiki http://wiki.motrice.org:8080/xwiki ProxyPassReverse /xwiki http://wiki.motrice.org:8080/xwiki That made a slight difference. Now, if I add a couple of pages 'newpage2' and 'Welcome' to a newly created space TestSpace, I still do not see these pages in the space TestSpace, but when pressing the Information button, I get: Parent Wiki Home Children TestSpace welcome to test newpage2 So, TestSpace is a child of itself...? In the original situation (before the changes in reverse proxy config) I had a different behaviour, I got: Parent Wiki Home Children preview newpage I would be grateful for any further tip to guide me towards a solution to this problem. Best regards, Roland -- View this message in context: http://xwiki.475771.n2.nabble.com/from-preview-mode-to-view-mode-tp7592348p7... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello, Thanks for the answers! I was using the same configuration with reverse proxy, and the problem does not occur when I access by Tomcat! Someone got some configuration successfully using the reverse proxy on Apache? Thank you! -- View this message in context: http://xwiki.475771.n2.nabble.com/from-preview-mode-to-view-mode-tp7592348p7... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, I'm trying, see my previous mails and sorry for these newbie questions ;-( , to make my Wiki runs after an update (my wiki is hosted on *.myxwiki.org). When I perform a search there is no results and an error is return : "Lucene is not installed see wiki.cfg". I have checked documentation and my xwikipreferences document : - Lucene seems to be activated by default on XWiki - in preferences: addon Lucene is installed and configured has default search Engine. But I have also noticed that Lucene status returns code instead of values ($lucene.luceneDocCount and $lucene.queueSize). How can I enable a search Engine (Lucene or Solr)? Thanks for your help, Best regards, Nam
The problem appears to be trailing slashes. The following works: ProxyPass /xwiki http://wiki.motrice.org:8080/xwiki ProxyPassReverse /xwiki http://wiki.motrice.org:8080/xwiki In the initial config I had both the two previous lines, but also the same lines with trailing slashes, ( /xwiki/.....xwiki/ which seems to have messed things up. Regards, Roland -- View this message in context: http://xwiki.475771.n2.nabble.com/from-preview-mode-to-view-mode-tp7592348p7... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (5)
-
Ldm Public -
rol -
Roland Hedayat -
Sergiu Dumitriu -
vassumpcao