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
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'
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?
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
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
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;
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
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
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…
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 à
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
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
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
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
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
> George Kirkham
>
>
> From: Pascal Dallaire [mailto:pascal.dalla...@cre-gim.net]
> Sent: Tuesday, 24 July 2012 10:40 AM
> To: openmeetings-user@incubator.apache.org
> Subject: Error Missing (language file)
>
> Hi there,
>
> After a while of testing, I downlo
dalla...@cre-gim.net]
Sent: Tuesday, 24 July 2012 10:40 AM
To: openmeetings-user@incubator.apache.org
Subject: Error Missing (language file)
Hi there,
After a while of testing, I downloaded new builds from
incubator.apache.org <http://incubator.apache.org/> and I would like to
know
Hi there,
After a while of testing, I downloaded new builds from incubator.apache.org and
I would like to know why I get a lot of "Error Missing" for labels and when I
check in Language Editor, I see the real labels are there. I get a lot of those
lines in my log too :
INFO] [NioProcessor-2] o
18 matches
Mail list logo