public inbox for [email protected]  
help / color / mirror / Atom feed
Techdocs replacement
5+ messages / 3 participants
[nested] [flat]

* Techdocs replacement
@ 2006-03-19 18:01 Magnus Hagander <[email protected]>
  2006-03-19 20:32 ` Re: Techdocs replacement Marc G. Fournier <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Magnus Hagander @ 2006-03-19 18:01 UTC (permalink / raw)
  To: pgsql-www

Hi!

So I've committed the bulk of the techdocs replacement code to cvs.  The
parts that deal with singing up for a "community account" sohuld work
just fine. Rendering of the pages also work.

However, the saving of new pages doesn't work, because the PHP install
wasn't completely correct. Hopefully Dave can fix that soon :-) until
then, the actual pages part is still hidden from the menus so it won't
show up.

(the visual editor does appear to work fine when loaded from a manual
URL, but due to the PHP issues pages can't be saved)

//Magnus



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Techdocs replacement
  2006-03-19 18:01 Techdocs replacement Magnus Hagander <[email protected]>
@ 2006-03-19 20:32 ` Marc G. Fournier <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Marc G. Fournier @ 2006-03-19 20:32 UTC (permalink / raw)
  To: Magnus Hagander <[email protected]>; +Cc: pgsql-www

On Sun, 19 Mar 2006, Magnus Hagander wrote:

> Hi!
>
> So I've committed the bulk of the techdocs replacement code to cvs.  The
> parts that deal with singing up for a "community account" sohuld work
> just fine. Rendering of the pages also work.
>
> However, the saving of new pages doesn't work, because the PHP install
> wasn't completely correct. Hopefully Dave can fix that soon :-) until
> then, the actual pages part is still hidden from the menus so it won't
> show up.

What's wrong?

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: [email protected]           Yahoo!: yscrappy              ICQ: 7615664




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Techdocs replacement
@ 2006-03-19 20:35 Magnus Hagander <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Magnus Hagander @ 2006-03-19 20:35 UTC (permalink / raw)
  To: Marc G. Fournier <[email protected]>; +Cc: pgsql-www

> > Hi!
> >
> > So I've committed the bulk of the techdocs replacement code 
> to cvs.  
> > The parts that deal with singing up for a "community 
> account" sohuld 
> > work just fine. Rendering of the pages also work.
> >
> > However, the saving of new pages doesn't work, because the 
> PHP install 
> > wasn't completely correct. Hopefully Dave can fix that soon 
> :-) until 
> > then, the actual pages part is still hidden from the menus 
> so it won't 
> > show up.
> 
> What's wrong?

Missing module(s) not compiled in. In this case "tidy", but I htink it's
best to just re-compare it to whatever is on Daves developer box where
it works.

//Magnus




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Techdocs replacement
@ 2006-03-19 20:51 Dave Page <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Dave Page @ 2006-03-19 20:51 UTC (permalink / raw)
  To: [email protected]; [email protected]; +Cc: pgsql-www



-----Original Message-----
From: "Magnus Hagander"<[email protected]>
Sent: 19/03/06 20:35:30
To: "Marc G. Fournier"<[email protected]>
Cc: "[email protected]"<[email protected]>
Subject: Re: [pgsql-www] Techdocs replacement

> Missing module(s) not compiled in. In this case "tidy", 

Iirc, the problem is actually that it's not a compiled module (which is why it didn't get spotted), but a php code module. I'll sort it ASAP.

/D

-----Unmodified Original Message-----
> > Hi!
> >
> > So I've committed the bulk of the techdocs replacement code 
> to cvs.  
> > The parts that deal with singing up for a "community 
> account" sohuld 
> > work just fine. Rendering of the pages also work.
> >
> > However, the saving of new pages doesn't work, because the 
> PHP install 
> > wasn't completely correct. Hopefully Dave can fix that soon 
> :-) until 
> > then, the actual pages part is still hidden from the menus 
> so it won't 
> > show up.
> 
> What's wrong?

Missing module(s) not compiled in. In this case "tidy", but I htink it's
best to just re-compare it to whatever is on Daves developer box where
it works.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Techdocs replacement
@ 2006-03-20 12:15 Dave Page <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Dave Page @ 2006-03-20 12:15 UTC (permalink / raw)
  To: [email protected]; [email protected]; +Cc: pgsql-www

 

> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Dave Page
> Sent: 19 March 2006 20:52
> To: [email protected]; [email protected]
> Cc: [email protected]
> Subject: Re: [pgsql-www] Techdocs replacement
> 
> 
> 
> -----Original Message-----
> From: "Magnus Hagander"<[email protected]>
> Sent: 19/03/06 20:35:30
> To: "Marc G. Fournier"<[email protected]>
> Cc: "[email protected]"<[email protected]>
> Subject: Re: [pgsql-www] Techdocs replacement
> 
> > Missing module(s) not compiled in. In this case "tidy", 
> 
> Iirc, the problem is actually that it's not a compiled module 
> (which is why it didn't get spotted), but a php code module. 
> I'll sort it ASAP.

Actually turns out that I had installed tidy, but the API changed
between php 4 & 5. I've now upgraded developer.pgadmin.org (where the
sandboxes live) to php 5.1.2 - Magnus will need to fix his code :-p

Regards, Dave.




^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2006-03-20 12:15 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2006-03-19 18:01 Techdocs replacement Magnus Hagander <[email protected]>
2006-03-19 20:32 ` Marc G. Fournier <[email protected]>
2006-03-19 20:35 Re: Techdocs replacement Magnus Hagander <[email protected]>
2006-03-19 20:51 Re: Techdocs replacement Dave Page <[email protected]>
2006-03-20 12:15 Re: Techdocs replacement Dave Page <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox