Re: mod-db example not working.

2002-10-22 Thread Christian Haul
On 21.Oct.2002 -- 01:09 PM, Nicholas Hemley wrote: > > type="request"/> ^^^explicitly select InputModule with short "request" > > > type="request"/> ^^^explicitly select InputModule with short "request" >

Re: mod-db example not working.

2002-10-21 Thread Nicholas Hemley
Hi, I also have null values being entered into my DB (MySQL) from a DatabaseAddAction. Here is the sitemap.log extract: Current Sitemap Parameters: LEVEL 4 PARAM: 'row-count' VALUE: '1' PARAM: 'hint_type_request_link.hint_type_id[0]' VALUE: 'null' PARAM: 'hint_type_request_link.request_id[0]' VA

Re: mod-db example not working.

2002-10-16 Thread Bobby Mitchell
> > >Could you be a bit more specific, what values you are referring to? > > I had the most trouble figuring out the descriptor file. I know that a lot of info is included in the database.xml file i

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Good! I saw that recently this version is getting more stable than the older 2.03 also has more features. Keep working on ;) Antonio Gallardo. El Miércoles, 16 de Octubre de 2002 11:29, Bobby Mitchell escribió: > Antonio Gallardo Rivera wrote: > >Bobby: > > > >Are you using the lastes CVS too

Re: mod-db example not working.

2002-10-16 Thread Bobby Mitchell
Antonio Gallardo Rivera wrote: >Bobby: > >Are you using the lastes CVS too? > Yes, from about 2 weeks ago. > >Antonio Gallardo > >El Miércoles, 16 de Octubre de 2002 08:53, Bobby Mitchell escribió: > > >>Bobby Mitchell wrote: >> >> >>>Antonio Gallardo Rivera wrote: >>> >>> I am t

Re: mod-db example not working.

2002-10-16 Thread Christian Haul
On 16.Oct.2002 -- 10:53 AM, Bobby Mitchell wrote: > Here others-mode request is saying "get the values from however I > defined type=request in the mode name". >Other values are: attrib - get values from attributes; session if > is session, request if is request. others -- I'm not > sure.

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Bobby: Are you using the lastes CVS too? Antonio Gallardo El Miércoles, 16 de Octubre de 2002 08:53, Bobby Mitchell escribió: > Bobby Mitchell wrote: > > Antonio Gallardo Rivera wrote: > >> I am trying to start the example of mod-db using PostgreSQL. > >> > >> Currently, I have the autoincr, wo

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Sorry, I made and error, I needed to change: to in the below description. Antonio Gallardo El Miércoles, 16 de Octubre de 2002 09:09, Antonio Gallardo Rivera escribió: > Thanks, Chris. > > Yes, I am using the lastest 2.1 CVS, like always ;) > > I made this changes in the sitemap: > >s

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Thanks, Chris. Yes, I am using the lastest 2.1 CVS, like always ;) I made this changes in the sitemap: database.xml request-param request-attr false database.xml request-param request-attr false database.xml request-param request-attr false I will put a copy on

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Thanks Bobby. Antonio Gallardo El Miércoles, 16 de Octubre de 2002 08:53, Bobby Mitchell escribió: > Bobby Mitchell wrote: > > Antonio Gallardo Rivera wrote: > >> I am trying to start the example of mod-db using PostgreSQL. > >> > >> Currently, I have the autoincr, working, but the problem now i

Re: mod-db example not working.

2002-10-16 Thread Bobby Mitchell
Bobby Mitchell wrote: > Antonio Gallardo Rivera wrote: > >> I am trying to start the example of mod-db using PostgreSQL. >> >> Currently, I have the autoincr, working, but the problem now is >> inserting a new row in the table "groups" - the easier one ;). >> >> In the database.xml there is defi

Re: mod-db example not working.

2002-10-16 Thread Bobby Mitchell
Antonio Gallardo Rivera wrote: >I am trying to start the example of mod-db using PostgreSQL. > >Currently, I have the autoincr, working, but the problem now is inserting a >new row in the table "groups" - the easier one ;). > >In the database.xml there is defined as: > > > >

Re: mod-db example not working.

2002-10-16 Thread Christian Haul
On 16.Oct.2002 -- 07:53 AM, Antonio Gallardo Rivera wrote: > Thread-9/DatabaseAction: Could not select output mode attribute:null So, you are using a CVS version, eh? The default outputmode used to be (and still is) "attribute" which was recently renamed "request-attr". You need to add / change t