I'm not sure what I just changed by switching the vhost accessed by localhost in editing "Objects of type XWiki.XWikiServerClass XWikiServerClass 0: localhost" however, now when i access pages, the comments/attachment/information/history tabs work (A browser cache issue that got refreshed by changing which v-host is accessed by 'localhost' and re-accessing?). Anyways, ignore the following issue: On Sun, Aug 2, 2009 at 2:31 PM, Niels Mayer <[email protected]> wrote:
* One thing I've noticed, and I'm not sure if it's due to a styling or customization that I didn't upgrade, is that the footer of documents that normally has the comments/attachment/information/history tabs doesn't work. The tabs' contents are all empty. I skipped upgrading some documents to prevent overwriting my customizations -- is there a 2.0 update lurking among these docs causing this problem: XWiki.XWikiPreferences, XWiki.XWikiAdminGroup, XWiki.WebPreferences, XWiki.Admin, XWiki.XWikiAllGroup, Main.WebHome, Panels.QuickLinks ??
Niels http://nielsmayer.com PS: tip on simulating multiple vhosts: list multiple lines in /etc/hosts , e.g. 'foo 127.0.0.1' 'bar 127.0.0.1' ; this fools xwiki's vhosting mechanism enough to test a cloned vhost setup. Set "Objects of type XWiki.XWikiServerClass XWikiServerClass 0: foo" on XWiki.WikiServerHost_foo , and "Objects of type XWiki.XWikiServerClass XWikiServerClass 0: bar" on XWiki.WikiServerHost_bar for two db's 'Host_foo' and 'Host_bar' ...