Hello everybody. I'm trying to display a rss feed from a search result, to
make this I use the flickr macro.
When I run my code, it throws me the following error:
rss: Error processing
http://localhost:8081/ExtranetCanada/bin/view/Main/LuceneSearch?xpage=rdf&t…:
Invalid XML: Error on line 8: Content is not allowed in prolog.
This is how I`m using the flickr macro:
#template("macros.vm")
#flickr("http://localhost:8081/ExtranetCanada/bin/view/Main/LuceneSearch?xpage=rdf&t…")
Can anybody help me?
Thanks!!
Mariano Esteves
División Abengoa – Proyectos
.
TELVENT
Global Services
Uruguay,1283
11200 Montevideo (Uruguay) Phone : +598 2 9022120
www.telvent.com Email: mesteves(a)telvent.com
. P Proteja el medioambiente. No imprima este documento si no es
necesario.
Protect the environment. Don’t print this document unless it’s necessary.
Hi xwiki-users!
Our xwiki is in version 0.9.543 and we need a working upgrade path. But it
seems that all our effort end up in a non operational state.
Currently i try to get working the stable XWiki Enterprise 1.7.2. After
installing, importing the xar, copying the database and starting tomcat, it
does a lot of conversions. All I get afterwards is an exception report:
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving document
XWiki.XWikiPreferences
Wrapped Exception: java.lang.String
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:326)
[...]
In the logfile a probably wrong sql statement can be found:
insert into xwikipreferences (XWP_LANGUAGE, XWP_DEFAULT_LANGUAGE,
XWP_MULTI_LINGUAL, XWP_AUTHENTICATE_EDIT, XWP_AUTHENTICATE_VIEW,
XWP_AUTH_ACTIVE_CHECK, XWP_BACKLINKS, XWP_SKIN, XWP_STYLESHEET,
XWP_STYLESHEETS, XWP_EDITOR, XWP_EDITBOX_WIDTH, XWP_EDITBOX_HEIGHT,
XWP_WEBCOPYRIGHT, XWP_TITLE, XWP_VERSION, XWP_MENU, XWP_META,
XWP_USE_EMAIL_VERIFICATION, XWP_SMTP_SERVER, XWP_ADMIN_EMAIL,
XWP_VALIDATION_EMAIL_CONTENT, XWP_CONFIRMATION_EMAIL_CONTENT,
XWP_INVITATION_EMAIL_CONTENT, XWP_MACROS_LANGUAGE, XWP_MACROS_VELOCITY,
XWP_MACROS_GROOVY, XWP_MACROS_WIKI2, XWP_MACROS_MAPPING,
XWP_NOTIFICATION_PAGES, XWP_LEFT_PANELS, XWP_RIGHT_PANELS,
XWP_SHOW_LEFT_PANELS, XWP_SHOW_RIGHT_PANELS, XWP_PAGE_WIDTH, XWP_LANGUAGES,
XWP_REGISTRATION_ANONYMOUS, XWP_REGISTRATION_REGISTERED, XWP_EDIT_ANONYMOUS,
XWP_EDIT_REGISTERED, XWP_COMMENT_ANONYMOUS, XWP_COMMENT_REGISTERED,
XWP_DOCUMENT_BUNDLES, XWP_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?)
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving
document XWiki.XWikiPreferences
Wrapped Exception: java.lang.String
at
com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:590)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:135)
at
com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:128)
Can someone give me a helping hand, please?
Stefan
--
View this message in context: http://n2.nabble.com/Upgrade-fails%21-tp2378958p2378958.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi guys,
I want to put my edit menu on the left side instead of the right side
(the menu is also on the left in view mode and i would like to have a
consistent look and feel). I searched on the list archives but I did not
find anything.
So is there an easy way to put the edit menu on the left side of the
page or I will have to do it with the css ?
Best regards
Jean
--
----
Jean Couteau
Code Lutin - http://www.codelutin.com
44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire
Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28
Hello Niels,
Thank you so much for taking out the time to find this info for me. I
do take your advice to heart about the pitfalls of using tooltip on
XWiki. I also visited the website where the tooltips are actually
implemented. Unfortunately, the performance was not satisfactory. I
might have to come up with something else to circumnavigate my problem
at hand.
Once again, thank you so much for your timely response.
> Message: 7
> Date: Sat, 28 Feb 2009 12:40:48 -0800
> From: Niels Mayer <nielsmayer(a)gmail.com>
> Subject: Re: [xwiki-users] Help with "balloon styled" tooltips
> To: XWiki Users <users(a)xwiki.org>
> Message-ID:
> <6fb2fb120902281240w7d1b8c11l76fb221ffd08fda9(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Take a look at:
> http://platform.xwiki.org/xwiki/bin/download/DevGuide/API/xwiki-core-1.8-rc…
>
> java.lang.String
> *addTooltip<http://platform.xwiki.org/xwiki/bin/download/DevGuide/API/xwiki%2Dcore%2D1.…>
> *(java.lang.String html, java.lang.String message)
> Inserts a tooltip using toolTip.js java.lang.String
> *addTooltip<http://platform.xwiki.org/xwiki/bin/download/DevGuide/API/xwiki%2Dcore%2D1.…>
> *(java.lang.String html, java.lang.String message, java.lang.String params)
> Inserts a tooltip using toolTip.js java.lang.String *
> addTooltipJS<http://platform.xwiki.org/xwiki/bin/download/DevGuide/API/xwiki%2Dcore%2D1.…>
> *()
> Inserts the tooltip Javascript
> Also, see http://curriki.org for an example of a site using tooltips, e.g.
> note the popups over the document names in
> http://www.curriki.org/xwiki/bin/view/Search/#o%3As%3Ds%253Aresource%5Ef%3D…
>
> Warning -- there is a potentially significant performance penalty for adding
> tooltips. For one, even if you don't need to display any tooltip text (or
> it's from a long document and might never be displayed as it's scrolled off
> screen), it's all loaded into the browser.
>
> Niels
> http://nielsmayer.com
>
>
>
> On Sat, Feb 28, 2009 at 8:29 AM, Dilipkumar Jadhav <
> jadhav.dilipkumar(a)gmail.com> wrote:
>
>> Hello friends,
>> I am here to request help on embedding a balloon styled tooltip in our
>> XWiki instance.
>> I have had a fair amount of success in embedding various third party
>> javascript libraries, however, the ones that depend on jquery do not
>> seem to work through XWiki.
>> I did go through an article which guides us through creating tooltips
>> and custom validations in forms. Our requirement, however, is to have
>> a balloon styled tooltip that can hold images, text (generally info)
>> about the link that the user is about to visit if s/he were to click
>> on it. Our users are having a hard time navigating the pages since
>> they move from page to page assuming that the next page that they are
>> about to visit is the one where they will find their answers.
>> It is also not possible to load the current page with too much info
>> about the links that they are about to visit (as this will lead to
>> cluttered pages).
>> Could someone be kind enough to guide me through embedding a tooltip
>> that "pops-up" when the user hovers the mouse over a link. Or maybe
>> there is plugin for it already which i might have missed.
>> Thank you for your time and interest friends.
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
> ------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
> End of users Digest, Vol 20, Issue 1
> ************************************
>