Sergiu, The results are the following mysql> select xwd_id, xwd_language, xwd_default_language from xwikidoc where xwd_name like 'InitialRequirements'; +------------+--------------+----------------------+ | xwd_id | xwd_language | xwd_default_language | +------------+--------------+----------------------+ | 43295369 | en | | | -536599142 | | en | +------------+--------------+----------------------+ 2 rows in set (0.00 sec) -----Original Message----- From: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] On Behalf Of Sergiu Dumitriu Sent: Wednesday, March 30, 2011 2:54 PM To: XWiki Users Subject: Re: [xwiki-users] Phantom documents On 03/30/2011 10:00 AM, coldserenity wrote:
Thanks for the hint, Caleb Indeed they have different xwd_language values
mysql> select xwd_id, xwd_language from xwikidoc where xwd_name like 'InitialRequirements';
Try this also: select xwd_id, xwd_language, xwd_default_language from xwikidoc where xwd_name like 'InitialRequirements'; Is the default language en as well?
+------------+--------------+ | xwd_id | xwd_language | +------------+--------------+ | 43295369 | en | | -536599142 | | +------------+--------------+ 2 rows in set (0.00 sec)
one is "en" and one is empty. Multilingual option is turned off, I guess that's why XWiki cannot recognize these documents as a bundle and allow editing each document separately.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Phantom-documents-tp6221973p6222240.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users