Hello XWiki developers,
As a reply to my own question #5 in corresponding thread [1] I found this
Admin Tools [2] set of scripts.
I have run Admin.SanityCheck and found that I have
10 records of DOCUMENTS: checking for data with bad characters in
document name
1 record of ATTACHMENTS: checking for attachment where the document
does not exist
6 records of ATTACHMENTS: checking for attachment with no attachment
archive
3 records of ATTACHMENTS: select "checking for attachment with no
attachment content
137 records of DOCUMENT - Translations: Checking original documents that
are marked translated
137 records of DOCUMENT - Translations: Checking orphaned translated
document (without an original document)
377 records of DOCUMENT - Check that Parent fields still exist
This seems like not that good statistics and I would gladly fix it, but I
don't know how. More over it's not always clear what the issue is and what
are its consequences (like in e.g. Document Translations' cases).
Is it possible to extend the script with mentioned above info?
You can reply to this thread explaining items one by one and providing
instructions on how to fix each issue and then just gather the info into the
script.
[1]
http://xwiki.475771.n2.nabble.com/Possible-upgrade-3-5-1-to-4-0-issue-tp752…
[2]
http://extensions.xwiki.org/xwiki/bin/view/Extension/Admin+Tools+Application
--
View this message in context: http://xwiki.475771.n2.nabble.com/Sanity-check-fix-hints-tp7580383.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I've been asked by my company to set up a XWiki to share documentation
between different groups. So far it's been going pretty well, but I seem
to have a problem with the panel sidebars. When logged in as
administrator everything shows up as it should: on the left a navigation
panel and on the right the standard quick links and recent modifications
panels. If I change however to a normal user the panels aren't shown,
only the blank spaces where they should be.
I expect it to be some issue with group or user rights I, perhaps,
changed, but I have no idea where to find it. And I can't seem to find
any documentation over which groups can see which panels?
Thanks in advance,
Arne Pannecoucque
Je suis absent(e) du bureau jusqu'au 17/07/2012
Remarque : ceci est une réponse automatique à votre message "users Digest,
Vol 60, Issue 28" envoyé le 7/16/2012 2:00:07 PM.
C'est la seule notification que vous recevrez pendant l'absence de cette
personne.
The XWiki development team is proud to announce the availability of XWiki Enterprise 4.1.3.
This is a bugfix release fixing a serious issue preventing the migration from version 3.5.1 and earlier (especially when the wiki had statistics data in the database). It also provides a new migration procedure that is almost 200 times faster, fixing the problematic downtime for large wikis and wiki farm.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…
Thanks
-The XWiki dev team
Thomas, Sergiu - thanks for your responses.
@Sergiu: I did all the
modifications you've mentioned. It seemed to work, but unfortunately
I've found a certain flaw in it. When I have a few browser tabs with
XWiki opened and I'm doing something only on one of them all the time,
the logout happens anyway.
Is there anything else I could do to fix this?
--
Regards
Patricia Sz.
On Jul 12, 2012, at 4:56 PM, Moritz Hesse (EnergieArchitektur) wrote:
>> myxwiki.org has been upgraded to XE 4.1.3 (20120711.182831-314). If you
>> own a wiki hosted there you should have a look at the release notes for
>> this version at:
>> http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/
>
> No 4.1.3 mentioned. Sure that this has already been released? :-)
Nope it hasn't :)
myxwiki.org is a tesbed and I installed 4.1.3-SNAPSHOT (20120711.182831-314).
I'm releasing 4.1.3 right now…
Thanks
-Vincent
Hello XWiki experts,
I've been getting into a crazy situation where I could not save a page anymore. The error reported was a hibernate error complaining about consistency violation wrt to a primary key on xwikilinks.
Having looked into the DB, the indexes, tried to remove things, .... I just realized that the error was the parser.
That page (a groovy page) was recorded in Syntax 1.0 and the parser caught a piece of string [A-Z], within a regexp, as a link. That'd be a broken link, but it turned out to create this constraint violation.
For this case I just upgraded the syntax.
Good to know in the future for us, and probably others since "quickly patching a syntax 1.0 page" is likely to be something several people still do although it's all deprecated.
Paul