[xwiki-users] Broken Livetable?
I'm new to XWiki and just installed 4.0rc1. I've set up users, created some basic pages, and everything seems ok at first. Then I tried "AppWithinMinutes" to create a basic application with one or two simple fields. The wizard flows fine, but when In my new app, I used the "Add Entry" action, which seemed to work fine, but when I go back to the app page, *no entries are listed in the livetable*. If I go back to AppWithinMinutes page, no applications are listed in that livetable either. I've tried a second app, and tried other entries, but I can never get anything to appear in a livetable entry, either for my custom app or the AppWithinMinutes page. There are no errors in catalina.out. I've installed a few extensions, so maybe that's a problem? I don't know how to even proceed debugging this problem. Here are my installed extensions: Google Apps Integration 1.0 Installed by: Ludovic Dubost Allows to import/export from XWiki Attachments to Google Docs and use the Google Apps editors Task Manager Application 1.0 M3 Installed by: Ludovic Dubost, Guillaume Lerouge A simple task management application Calc Macro 1.0 Installed by: Ludovic Dubost (XWiki SAS) Perform simple calculations and sums in Wiki tables Semantic Tagging Application 1.0 Installed by: Oana Tabaranu, Anna-Maria Metzak Extends the tagging mechanism of the XWiki Platform PlantUML Macro 1.1 Installed by: Maxime Sinclair Draw UML or DITAA diagrams using PlantUML Google Document Viewer Macro 1.0 Installed by: Jerome Velociter Displays an embedded PDF or MS Powerpoint document using a viewer by Google
The livetables get their content from json, fetched through an ajax call. The best way I found to debug a broken livetable, is to use Firefox + Firebug. In the console, when displaying the livetable page, you should see the complex url used to retrieve json data (call to a page named LiveTableResultsMacros). Copy-Paste this url in another browser tab, and then you will be able to see if : - output is really empty, - a velocity error is shown, meaning there is a problem with the part that generates json. From the error you can start investigating. -- View this message in context: http://xwiki.475771.n2.nabble.com/Broken-Livetable-tp7504555p7505229.html Sent from the XWiki- Users mailing list archive at Nabble.com.
On Fri, Apr 27, 2012 at 10:38 AM, jerem <[email protected]> wrote:
The livetables get their content from json, fetched through an ajax call.
The best way I found to debug a broken livetable, is to use Firefox + Firebug. In the console, when displaying the livetable page, you should see the complex url used to retrieve json data (call to a page named LiveTableResultsMacros). Copy-Paste this url in another browser tab, and then you will be able to see if : - output is really empty, - a velocity error is shown, meaning there is a problem with the part that generates json. From the error you can start investigating.
Exactly. Also, from Firebug's Console tab you can enable "Break on all errors" and reload the page to see if there are any JavaScript exceptions. Btw, what browser are you using? Do you have this issue when using other browsers? Clearing the browser cache never hurts. Hope this helps, Marius
-- View this message in context: http://xwiki.475771.n2.nabble.com/Broken-Livetable-tp7504555p7505229.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
jerem -
Marius Dumitru Florea -
Tim Olson