List Info

Thread: Problems with Roller 3.1 RC2




Problems with Roller 3.1 RC2
user name
2007-01-04 22:05:22
Hi there!

I've updated Roller from 3.0 to 3.1 RC2. Two problems
occured:

1) During the execution of 300-to-310-migration.sql
(PostgresSQL) I've got:

psql:300-to-310-migration.sql:49: ERROR:  syntax error at or
near "not" 
at character 54
psql:300-to-310-migration.sql:49: LINE 1: ...ter table 
rag_group_subscription alter column drop not null;
psql:300-to-310-migration.sql:49:

This error seems to have no further consequences. Roller
run's fine.

2) I want to use Xinha as text editor but despite what
editor I choose in
Preferences -> Settings I only get the text editor. This
is a little 
bit... well...
You know  Anything
I missed to configure?

I'm using roller since version 1 if this helps any further.

Thanks!
Robert
Problems with Roller 3.1 RC2
user name
2007-01-06 12:20:13
Hi!

I've tried to find the reason why I can't use the Xinha
editor but at 
the moment
I've now explanation. It makes no difference if I use
Firefox 2.0.0.1 or 
Konqueror 3.5.5.
Only that Konqueror shows me the following Javascript error:

Error: /roller/roller-ui/scripts/scriptaculous/prototype.js:

ReferenceError: Can't find variable: HTMLFormElement
Error: /roller/roller-ui/scripts/scriptaculous/effects.js: 
ReferenceError: Can't find variable: HTMLFormElement

To get sure what roller is using as editor I've edited

./WEB-INF/jsps/authoring/WeblogEdit.jsp

and insterted:

    <%-- EDIT MODE --%>
    <c:if test="${model.editMode}">
    Editor used: <%= model.getEditor().getJspPage() %>

which shows me:

/roller-ui/authoring/editors/editor-xinha.jsp

So I guess that some JavaScript code is not working
properly. Any ideas?
(BTW: I've disabled all Adblocker and Noscript extensions)

As a side note: The button "Save weblogentry" and
"Save as draft" (I've
translated that cause I've the german text buttons) aren't
working too.
When I click on both buttons in Konqueror it brings up a
popup with the
following error message: "Mode <undefined> not
defined!"

Greetings
Robert

RW wrote:
> Hi there!
>
> I've updated Roller from 3.0 to 3.1 RC2. Two problems
occured:
>
> 1) During the execution of 300-to-310-migration.sql
(PostgresSQL) I've 
> got:
>
> psql:300-to-310-migration.sql:49: ERROR:  syntax error
at or near 
> "not" at character 54
> psql:300-to-310-migration.sql:49: LINE 1: ...ter table 
> rag_group_subscription alter column drop not null;
> psql:300-to-310-migration.sql:49:
>
> This error seems to have no further consequences.
Roller run's fine.
>
> 2) I want to use Xinha as text editor but despite what
editor I choose in
> Preferences -> Settings I only get the text editor.
This is a little 
> bit... well...
> You know  Anything
I missed to configure?
>
> I'm using roller since version 1 if this helps any
further.
>
> Thanks!
> Robert

Problems with Roller 3.1 RC2
user name
2007-01-06 12:33:16
Hi!

I've tried to find the reason why I can't use the Xinha
editor but at 
the moment
I've now explanation. It makes no difference if I use
Firefox 2.0.0.1 or 
Konqueror 3.5.5.
Only that Konqueror shows me the following Javascript error:

Error: /roller/roller-ui/scripts/scriptaculous/prototype.js:

ReferenceError: Can't find variable: HTMLFormElement
Error: /roller/roller-ui/scripts/scriptaculous/effects.js: 
ReferenceError: Can't find variable: HTMLFormElement

To get sure what roller is using as editor I've edited

./WEB-INF/jsps/authoring/WeblogEdit.jsp

and insterted:

   <%-- EDIT MODE --%>
   <c:if test="${model.editMode}">
   Editor used: <%= model.getEditor().getJspPage() %>

which shows me:

/roller-ui/authoring/editors/editor-xinha.jsp

So I guess that some JavaScript code is not working
properly. Any ideas?
(BTW: I've disabled all Adblocker and Noscript extensions)

As a side note: The button "Save weblogentry" and
"Save as draft" (I've
translated that cause I've the german text buttons) aren't
working too.
When I click on both buttons in Konqueror it brings up a
popup with the
following error message: "Mode <undefined> not
defined!"

Greetings
Robert

>
> RW wrote:
>> Hi there!
>>
>> I've updated Roller from 3.0 to 3.1 RC2. Two
problems occured:
>>
>> 1) During the execution of 300-to-310-migration.sql
(PostgresSQL) 
>> I've got:
>>
>> psql:300-to-310-migration.sql:49: ERROR:  syntax
error at or near 
>> "not" at character 54
>> psql:300-to-310-migration.sql:49: LINE 1: ...ter
table 
>> rag_group_subscription alter column drop not null;
>> psql:300-to-310-migration.sql:49:
>>
>> This error seems to have no further consequences.
Roller run's fine.
>>
>> 2) I want to use Xinha as text editor but despite
what editor I 
>> choose in
>> Preferences -> Settings I only get the text
editor. This is a little 
>> bit... well...
>> You know  Anything
I missed to configure?
>>
>> I'm using roller since version 1 if this helps any
further.
>>
>> Thanks!
>> Robert
>
>

Problems with Roller 3.1 RC2
user name
2007-01-06 14:14:34
Thanks Robert. That one is one the list:
http://rollerweblogger.org/wiki/Edit.jsp?page=Rolle
r31Testing

- Dave



On 1/6/07, RW <rollertauceti.net> wrote:
> Hi!
>
> I've tried to find the reason why I can't use the Xinha
editor but at
> the moment
> I've now explanation. It makes no difference if I use
Firefox 2.0.0.1 or
> Konqueror 3.5.5.
> Only that Konqueror shows me the following Javascript
error:
>
> Error:
/roller/roller-ui/scripts/scriptaculous/prototype.js:
> ReferenceError: Can't find variable: HTMLFormElement
> Error:
/roller/roller-ui/scripts/scriptaculous/effects.js:
> ReferenceError: Can't find variable: HTMLFormElement
>
> To get sure what roller is using as editor I've edited
>
> ./WEB-INF/jsps/authoring/WeblogEdit.jsp
>
> and insterted:
>
>    <%-- EDIT MODE --%>
>    <c:if test="${model.editMode}">
>    Editor used: <%= model.getEditor().getJspPage()
%>
>
> which shows me:
>
> /roller-ui/authoring/editors/editor-xinha.jsp
>
> So I guess that some JavaScript code is not working
properly. Any ideas?
> (BTW: I've disabled all Adblocker and Noscript
extensions)
>
> As a side note: The button "Save weblogentry"
and "Save as draft" (I've
> translated that cause I've the german text buttons)
aren't working too.
> When I click on both buttons in Konqueror it brings up
a popup with the
> following error message: "Mode <undefined>
not defined!"
>
> Greetings
> Robert
>
> >
> > RW wrote:
> >> Hi there!
> >>
> >> I've updated Roller from 3.0 to 3.1 RC2. Two
problems occured:
> >>
> >> 1) During the execution of
300-to-310-migration.sql (PostgresSQL)
> >> I've got:
> >>
> >> psql:300-to-310-migration.sql:49: ERROR: 
syntax error at or near
> >> "not" at character 54
> >> psql:300-to-310-migration.sql:49: LINE 1:
...ter table
> >> rag_group_subscription alter column drop not
null;
> >> psql:300-to-310-migration.sql:49:
> >>
> >> This error seems to have no further
consequences. Roller run's fine.
> >>
> >> 2) I want to use Xinha as text editor but
despite what editor I
> >> choose in
> >> Preferences -> Settings I only get the text
editor. This is a little
> >> bit... well...
> >> You know  Anything
I missed to configure?
> >>
> >> I'm using roller since version 1 if this helps
any further.
> >>
> >> Thanks!
> >> Robert
> >
> >
>
>
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )