Re: Error Missing (language file)

2012-07-25 Thread Maxim Solodovnik
OK correct syntax for postgres is select lang_val_id, 1+deleted, fieldvalues_id, value from fieldlanguagesvalues where language_id = 4 LIMIT 100 OFFSET 100; I'll try to check your issue using postgres (hopefully soon :)) ) I can't see why you have error missing from client debug log :( can try t

Re: Error Missing (language file)

2012-07-25 Thread Pascal Dallaire
Okay, here are the returns… From SQL: ERROR: LIMIT #,# syntax is not supported LINE 1 : ...e from fieldlanguagesvalues where language_id = 4 LIMIT 700,... ^ Use separate LIMIT and OFFSET clauses. From console when run with debug, I'

Re: Error Missing (language file)

2012-07-25 Thread Maxim Solodovnik
OK one more try select lang_val_id, 1+deleted, fieldvalues_id, value from fieldlanguagesvalues where language_id = 4 LIMIT 700,100; does it return correct values for labels? can you try to load debug version: localhost:5080/openmeetings/maindebug.as3.swf10.swf and take a look at debug consoles?

Re: Error Missing (language file)

2012-07-25 Thread Pascal Dallaire
Hi Maxim, Thanks for trying to help… I didn't put the string ids at first because the missing ones change all the time. Here are a few screenshots that show some of them (which are from the main menus): http://pastebin.com/1TNqnUtD I wonder why it worked beautiful earlier and now all versions

Re: Error Missing (language file)

2012-07-24 Thread Maxim Solodovnik
Usually it is not just "Error Missing" but "Error Missing ()" Can you provide string ids missing? (maybe couple of screen shots)? On Wed, Jul 25, 2012 at 12:35 AM, Pascal Dallaire < pascal.dalla...@cre-gim.net> wrote: > I'm having same problems with english as default language installed > > c

Re: Error Missing (language file)

2012-07-24 Thread Pascal Dallaire
I'm having same problems with english as default language installed count: 1492 response from your sql Thanks again for trying! Pascal Le 2012-07-24 à 13:10, Maxim Solodovnik a écrit : > select count(*) from fieldlanguagesvalues where language_id = 4;

Re: Error Missing (language file)

2012-07-24 Thread Maxim Solodovnik
can you check you DB? select count(*) from fieldlanguagesvalues where language_id = 4; On Wed, Jul 25, 2012 at 12:05 AM, Pascal Dallaire < pascal.dalla...@cre-gim.net> wrote: > Yes I drop the DB after each uninstall. Then I reinstall with a new > persistence.xml from this version's postgres_pers

Re: Error Missing (language file)

2012-07-24 Thread Pascal Dallaire
Yes I drop the DB after each uninstall. Then I reinstall with a new persistence.xml from this version's postgres_persistence.xml. Then I don't touch the DB. Yes it's always in UTF8. It seems I'm not missing labels from english, deutsch or italian (haven't tried them all) But when I come back to

Re: Error Missing (language file)

2012-07-24 Thread Maxim Solodovnik
OK I guess I know whats wrong Do you have english or some other language labels missing? Did you drop your DB while reinstalling? Can you check your DB has UTF-8 as collation/encoding? On Tue, Jul 24, 2012 at 11:44 PM, Pascal Dallaire < pascal.dalla...@cre-gim.net> wrote: > No luck there either…

Re: Error Missing (language file)

2012-07-24 Thread Pascal Dallaire
No luck there either… After installing-reinstalling versions, I'm having Error Missing labels all over the place… With the same install, after shutdown and restart, I get the labels okay, then it's Error Missing, pretty much randomly Any help will be appreciated, thanks! Pascal Le 2012-07-24 à

Re: Error Missing (language file)

2012-07-24 Thread Pascal Dallaire
No I don't see the Error Missing on this link, it's probably cause I'm using OSX server or PostgreSQL instead of MySQL. I'm trying 2.0 downloaded from George Kirkham… We'll see about that Thanks for the help Pascal Le 2012-07-24 à 10:40, Maxim Solodovnik a écrit : > There should be no "Error

Re: Error Missing (language file)

2012-07-24 Thread Maxim Solodovnik
There should be no "Error Missing" after language update (unless you have changed the sources and forget to add new strings) Can you you see those missings on demo.openmeetings.de? On Tue, Jul 24, 2012 at 5:48 PM, Pascal Dallaire < pascal.dalla...@cre-gim.net> wrote: > Thanks Maxim, > It seems to

Re: Error Missing (language file)

2012-07-24 Thread Pascal Dallaire
Thanks Maxim, It seems to have eliminated some ("./admin.sh -l"), but some stayed, do I need to do that more than once? Haven't tried reinstalling yet, just the admin thing, again thank you for the help Pascal Le 2012-07-23 à 23:49, Maxim Solodovnik a écrit : > Hello Pascal, > > To get rid o

Re: Error Missing (language file)

2012-07-23 Thread Maxim Solodovnik
Hello Pascal, To get rid of "error missing" strings you need to reinstall OM or (in 2.1 reimport languages using command-line admin "./admin.sh -l") On Tue, Jul 24, 2012 at 7:39 AM, Pascal Dallaire < pascal.dalla...@cre-gim.net> wrote: > Hi there, > > After a while of testing, I downloaded new b

RE: Error Missing (language file)

2012-07-23 Thread George Kirkham
Thanks, George Kirkham From: Pascal Dallaire [mailto:pascal.dalla...@cre-gim.net] Sent: Tuesday, 24 July 2012 12:10 PM To: openmeetings-user@incubator.apache.org Subject: Re: Error Missing (language file) Hi George, Thanks for the quick answer, I'm using OM on OSX serv

Re: Error Missing (language file)

2012-07-23 Thread Pascal Dallaire
Hi George, Thanks for the quick answer, I'm using OM on OSX server, 10.6.8 with all the tools installed. That's why I was using the binaries. I could try with sources too though… Pascal Le 2012-07-23 à 21:21, George Kirkham a écrit : > Pascal, > > For 2.0 please see > https://cwiki.apache.

RE: Error Missing (language file)

2012-07-23 Thread George Kirkham
Pascal, For 2.0 please see https://cwiki.apache.org/OPENMEETINGS/tutorials-related-to-openmeetings. html for doco, in particularly the; Installing OM2.x On Debian64 - Headless.pdf