Hi admins:
Currently Skol is making an appearance a few too many times. At present
there are two immediate concerns:
* Cant get a listing of items above a few seconds load time
* It stopped my import upload halfway - around 1000 out of over
2000 items completed - which means I have to manually check each import
to find which one it failed, correct that import if needed; and redo the
remainder.
Is this intentionally set, or is there a problem at the moment?
Hi all,
Several users have asked me, and me myself find it quite useful, for
this feature and I don't know if it is possible to find any utility
doing this:
Is it possible to search/replace while editing a document with the wiki
editor? Working in WYSIWYG mode, it is at least possible to use the
built in search utility of each browser, but this doesn't work in wiki mode.
Thanks!
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hello List,
I just had installed tomcat/xwiki.war/xwiki.xar.
I can access the site, connection to mysql is working and mysql get's
changed.
Now the problem:
If i login as superadmin (is enabled) or as admin, i get the login again
with NO error-message!!
If i do the same, but take an non-existing user, or a wrong password, i get
an error-message, so i can be pretty sure, the authentication is basically
working.
In the logs i get nothing more than:
..
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
What does this mean?
Unfortunately, i neither found a documentation explaining all the different
and possibly unvisible "xwiki.authentication.xxxx"-variables (xwiki.cfg),
nor do i find something in google on this.
I tried "xwiki.authentication.cookiedomains= "(w/o value), but this didn't
change anything...
PLEASE help, i have no clue why this authentication is not working
correctly.... :(
Kind regards, Florian
I've the same problem of Rustedt Florian.
I've install xwiki 1.2.1 (and then 1.2.2) on Tomcat 5.5.26 with JDK 1.5.0_14 in a Red Hat 4.u4 x86 Enterprise.
The authentication is basically working, if i try to log with a wrong user name or a wrong password, I get an error message.
If I log in with superadmin user or another valid user, I get the xwiki homepage but the user was't authenticated.
In the logs i get nothing more than:
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
The same xwiki version was installed on a Windows XP (with the same jdk and tomcat version) without any problem.
I try to configure the parameter xwiki.authentication.useip=false
but it doesn't work.
Please help me!
Thanks
Of course, sorry :(
Acutal stable release, so it is 1.2.2
Kind regards, Florian
> -----Ursprüngliche Nachricht-----
> Von: Jerome Velociter [mailto:jerome@xwiki.com]
> Gesendet: Freitag, 15. Februar 2008 13:15
> An: XWiki Users
> Betreff: Released from eSafe SPAM quarantine: Re:
> [xwiki-users] Severe problem, can't login as admin, neither
> as superadmin
>
> Hi Florian,
>
> Can you tell us which version you have installed ?
>
> Jérome.
When I login with superadmin user in the catalina.out file I get:
2008-02-15 16:23:29,174 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO xwiki.MyFormAuthenticator - User XWiki.superadmin has been logged-in
2008-02-15 16:23:29,374 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO xwiki.XWikiRightServiceImpl - Access has been denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register): register level (no right found)
2008-02-15 16:23:29,376 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO store.DBCPConnectionProvider - active: 1 (max: 50) idle: 1(max: 5)
2008-02-15 16:23:29,378 [http://172.28.2.62/xwiki/bin/loginsubmit/XWiki/XWikiLogin] [http-80-Processor24] INFO store.DBCPConnectionProvider - active: 0 (max: 50) idle: 2(max: 5)
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
!remember-me cookie validation hash mismatch!
!remember-me cookie has been tampered with!
!remember-me cookie is being deleted!
2008-02-15 16:23:29,480 [http://172.28.2.62/xwiki/bin/view/Main/WebHome] [http-80-Processor25] INFO xwiki.XWikiRightServiceImpl - Access has been denied for (XWiki.XWikiGuest,XWiki.XWikiPreferences,register): register level (no right found)
---------- Initial Header -----------
>From : users-bounces(a)xwiki.org
To : "users" users(a)xwiki.org
Cc :
Date : Fri, 15 Feb 2008 15:47:46 +0100
Subject : [xwiki-users] Severe problem in authentication
> I've the same problem of Rustedt Florian.
> I've install xwiki 1.2.1 (and then 1.2.2) on Tomcat 5.5.26 with JDK 1.5.0_14 in a Red Hat 4.u4 x86 Enterprise.
> The authentication is basically working, if i try to log with a wrong user name or a wrong password, I get an error message.
> If I log in with superadmin user or another valid user, I get the xwiki homepage but the user was't authenticated.
> In the logs i get nothing more than:
> !remember-me cookie validation hash mismatch!
> !remember-me cookie has been tampered with!
> !remember-me cookie is being deleted!
>
> The same xwiki version was installed on a Windows XP (with the same jdk and tomcat version) without any problem.
> I try to configure the parameter xwiki.authentication.useip=false
> but it doesn't work.
>
> Please help me!
>
> Thanks
>
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hi all,
I'm trying to copy the rights from a page to another without any success
using this code.
Can someone help me?
Thanks
raffo
#set($targetDoc = $xwiki.getDocument('paginavuota2'))
$targetDoc.getName()
#foreach($obj in $doc.getObjects("XWiki.XWikiGlobalRights"))
#set($levels = "$obj.getProperty('levels').getValue()") ## get the levels
#set($users = $obj.getProperty('users').getValue())
#set($groups = $obj.getProperty('groups').getValue())
#set($allow = $obj.getProperty('allow').getValue())
#set($entry=$targetDoc.newObject("XWiki.XWikiRights"))
$entry.set('groups',$levels)
$entry.set('users',$users)
$entry.set('levels',$groups)
$entry.set('allow',$allow)
#end
#foreach($obj in $doc.getObjects("XWiki.XWikiRights"))
#set($levels = "$obj.getProperty('levels').getValue()") ## get the levels
#set($users = $obj.getProperty('users').getValue())
#set($groups = $obj.getProperty('groups').getValue())
#set($allow = $obj.getProperty('allow').getValue())
#set($entry=$targetDoc.newObject("XWiki.XWikiRights"))
$entry.set('groups',$levels)
$entry.set('users',$users)
$entry.set('levels',$groups)
$entry.set('allow',$allow)
#end
$targetDoc.save()
Hi,
Following a previous thread ([xwiki-users] rendering pages with Groovy
code), we are running a ISO-8859-1, 1.3-milestone-1.7186 XWiki server.
Encoding seems to work fine now, but there is still at least an issue here.
When we create/edit an user by using the new AJAX reach Administration
utility, extended characters are not correctly entered/interpreted.
Thus, the only moment we get correctly characters is when entered in
each field. Once we hit the accept button, the right character is showed
as weirds symbols.
iso-8859-1 is also the value in HTTP Meta Information:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Please, what could be our error here?
Thanks!
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi all,
We are facing a weird issue. The following code (provided the right host
name, username and password)...
áéíóú
<%
import groovy.sql.Sql
db = Sql.newInstance("jdbc:mysql://hostname/database", "username",
"password", "com.mysql.jdbc.Driver")
List samplesIA = db.rows('SELECT * FROM saltmines s where es like "I"
and ess like "A" and ids>=1')
%>
Tomáronse un total de <% println "${samplesIA.size()}"%> mostras da
secuencia sedimentaria do perfil P3-6-IA.
Edited by any user but admin with programming rights is rendered as...
http://mire.environmentalchange.net/~webmaster/images/RightCharaters.png
Edited by admin it is rendered this other way...
http://mire.environmentalchange.net/~webmaster/images/WrongCharacters.png
Please, not the question marks and the absence of the number 32.
This happens with any page containing Groovy code in this server, but I
am not able to reproduce the problem in my test environment. Both of
them run 1.3-milestone-1.7186.
Please, do you know why this could happen? Thanks!
Best regards,
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team