public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* [drupal-support] Re: Error On Every Screen
@  Rejean Proulx
   ` Tom Moore
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rejean Proulx @  UTC (permalink / raw)
  To: speakup

I am having trouble with my current release of PHP.  I need PHP 4.2.0 but I
can't find a php package on Debian. I suspect I'll have to go to the
unstable distribution for this but I can't find the package.  Is PHP part of
another package?

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ

----- Original Message ----- 
From: "Axel Kollmorgen" <axel@kollmorgen.net>
To: <drupal-support@drupal.org>; "Rejean Proulx" <rejp@rogers.com>
Sent: Friday, November 07, 2003 8:29 PM
Subject: [drupal-support] Re: Error On WEvery Screen


> On Thursday, November 06, 2003 3:03 PM [GMT+1=CET],
> Rejean Proulx <rejp@rogers.com> wrote:
>
> > I have Tidy installed and configured in order to make Drupal meet W3C
> > standards.  Here is what I get at the bottom of every screen.
> >
> > Fatal error: Call to undefined function: ob_clean() in
> > /var/www/blindetext/modules/htmltidy.module on line 40
> >
> > How do I fix this?
>
> ob_clean() only exists since PHP 4.2.0 [1], so you should upgrade your
> php (which is a good idea anyway if you want to avoid to be hacked).
>
> you could also try to replace ob_clean() with ob_end_clean() which is
> supported since PHP 4(.0).
>
> [1] http://www.php.net/manual/en/function.ob-clean.php
> [2] http://www.php.net/manual/en/function.ob-end-clean.php
>
> -- 
> ax
>
> That which we are capable of feeling, we are capable of saying.
> -cervantes, 1613
>
> -- 
> [ Drupal support list | http://list.drupal.org/ ]



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

* Re: [drupal-support] Re: Error On Every Screen
   [drupal-support] Re: Error On Every Screen Rejean Proulx
@  ` Tom Moore
   ` Geoff Shang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Tom Moore @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi, try installing the php4 package.
Also to use Drupal you'll need a couple of other libraries, but I don't know what they are.

Tommy

On Sat, Nov 08, 2003 at 07:18:49AM -0500, Rejean Proulx wrote:
> I am having trouble with my current release of PHP.  I need PHP 4.2.0 but I
> can't find a php package on Debian. I suspect I'll have to go to the
> unstable distribution for this but I can't find the package.  Is PHP part of
> another package?
> 
>  Rejean Proulx
> Visit my family at http://interfree.ca
> MSN is: rejp@rogers.com
> Ham License VA3REJ
> 
> ----- Original Message ----- 
> From: "Axel Kollmorgen" <axel@kollmorgen.net>
> To: <drupal-support@drupal.org>; "Rejean Proulx" <rejp@rogers.com>
> Sent: Friday, November 07, 2003 8:29 PM
> Subject: [drupal-support] Re: Error On WEvery Screen
> 
> 
> > On Thursday, November 06, 2003 3:03 PM [GMT+1=CET],
> > Rejean Proulx <rejp@rogers.com> wrote:
> >
> > > I have Tidy installed and configured in order to make Drupal meet W3C
> > > standards.  Here is what I get at the bottom of every screen.
> > >
> > > Fatal error: Call to undefined function: ob_clean() in
> > > /var/www/blindetext/modules/htmltidy.module on line 40
> > >
> > > How do I fix this?
> >
> > ob_clean() only exists since PHP 4.2.0 [1], so you should upgrade your
> > php (which is a good idea anyway if you want to avoid to be hacked).
> >
> > you could also try to replace ob_clean() with ob_end_clean() which is
> > supported since PHP 4(.0).
> >
> > [1] http://www.php.net/manual/en/function.ob-clean.php
> > [2] http://www.php.net/manual/en/function.ob-end-clean.php
> >
> > -- 
> > ax
> >
> > That which we are capable of feeling, we are capable of saying.
> > -cervantes, 1613
> >
> > -- 
> > [ Drupal support list | http://list.drupal.org/ ]
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


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

* Re: [drupal-support] Re: Error On Every Screen
   [drupal-support] Re: Error On Every Screen Rejean Proulx
   ` Tom Moore
@  ` Geoff Shang
     ` Tom Moore
   ` Allan Shaw
   ` Alex Snow
  3 siblings, 1 reply; 7+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi:

There is PHP v4 in the stable release, but it's version 4.1.2.  It's in
the php4 package.  You can search for packages by using the apt-cache
command, assuming you have apt configured and updated.  Type:

apt-cache search <string to search for>

Note that this searches available packages, not packages you have
installed.

You can then use:

apt-cache show <packagename>

To show you all the details of a given package, and

apt-get install <package name>

to install it.

I just checked on some systems I have access to that run less stable
releases.  The version in testing (Sarge) is the same as the one in stable
(Woody).  The version in unstable is 4.3.3 (the most recent 4.x version
last time I looked on php.net).  Note though that it's likely you'll have
to upgrade your entire distribution to unstable if you go the package route
of getting something greater than 4.2.  Unless you want to live on the
bleeding edge, I recommend against this.

If you simply must have a version of PHP greater than 4.2 and you don't
want to move to unstable, I'd seriously consider compiling it from source.
I've not done this, but it may ultimately prove to be less headache than
moving to unstable.  I compiled python the other day from source and it was
a walk in the park.

Geoff.




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

* Re: [drupal-support] Re: Error On Every Screen
   ` Geoff Shang
@    ` Tom Moore
       ` Rejean Proulx
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Moore @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

To add what Geoff posted:

You may be able to go download the source package for the program and as long as you have all the packages that are needed to compile it you can in some cases install a newer version of a package from unstable on to your system that runs stable if you really needed this.

Tommy

On Sun, Nov 09, 2003 at 12:54:25AM +1000, Geoff Shang wrote:
> Hi:
> 
> There is PHP v4 in the stable release, but it's version 4.1.2.  It's in
> the php4 package.  You can search for packages by using the apt-cache
> command, assuming you have apt configured and updated.  Type:
> 
> apt-cache search <string to search for>
> 
> Note that this searches available packages, not packages you have
> installed.
> 
> You can then use:
> 
> apt-cache show <packagename>
> 
> To show you all the details of a given package, and
> 
> apt-get install <package name>
> 
> to install it.
> 
> I just checked on some systems I have access to that run less stable
> releases.  The version in testing (Sarge) is the same as the one in stable
> (Woody).  The version in unstable is 4.3.3 (the most recent 4.x version
> last time I looked on php.net).  Note though that it's likely you'll have
> to upgrade your entire distribution to unstable if you go the package route
> of getting something greater than 4.2.  Unless you want to live on the
> bleeding edge, I recommend against this.
> 
> If you simply must have a version of PHP greater than 4.2 and you don't
> want to move to unstable, I'd seriously consider compiling it from source.
> I've not done this, but it may ultimately prove to be less headache than
> moving to unstable.  I compiled python the other day from source and it was
> a walk in the park.
> 
> Geoff.
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


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

* Re: [drupal-support] Re: Error On Every Screen
   [drupal-support] Re: Error On Every Screen Rejean Proulx
   ` Tom Moore
   ` Geoff Shang
@  ` Allan Shaw
   ` Alex Snow
  3 siblings, 0 replies; 7+ messages in thread
From: Allan Shaw @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.


... here is a reference link for PHP which will give you info on the latest 
release
http://www.php.net
You should be able to find a PHP rpm on the Redhat although I'm not sure 
what version it is.

At 07:18 11/8/03, you wrote:
>I am having trouble with my current release of PHP.  I need PHP 4.2.0 but I
>can't find a php package on Debian. I suspect I'll have to go to the
>unstable distribution for this but I can't find the package.  Is PHP part of
>another package?
>
>  Rejean Proulx
>Visit my family at http://interfree.ca
>MSN is: rejp@rogers.com
>Ham License VA3REJ
>
>----- Original Message -----
>From: "Axel Kollmorgen" <axel@kollmorgen.net>
>To: <drupal-support@drupal.org>; "Rejean Proulx" <rejp@rogers.com>
>Sent: Friday, November 07, 2003 8:29 PM
>Subject: [drupal-support] Re: Error On WEvery Screen
>
>
> > On Thursday, November 06, 2003 3:03 PM [GMT+1=CET],
> > Rejean Proulx <rejp@rogers.com> wrote:
> >
> > > I have Tidy installed and configured in order to make Drupal meet W3C
> > > standards.  Here is what I get at the bottom of every screen.
> > >
> > > Fatal error: Call to undefined function: ob_clean() in
> > > /var/www/blindetext/modules/htmltidy.module on line 40
> > >
> > > How do I fix this?
> >
> > ob_clean() only exists since PHP 4.2.0 [1], so you should upgrade your
> > php (which is a good idea anyway if you want to avoid to be hacked).
> >
> > you could also try to replace ob_clean() with ob_end_clean() which is
> > supported since PHP 4(.0).
> >
> > [1] http://www.php.net/manual/en/function.ob-clean.php
> > [2] http://www.php.net/manual/en/function.ob-end-clean.php
> >
> > --
> > ax
> >
> > That which we are capable of feeling, we are capable of saying.
> > -cervantes, 1613
> >
> > --
> > [ Drupal support list | http://list.drupal.org/ ]
>
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup




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

* Re: [drupal-support] Re: Error On Every Screen
     ` Tom Moore
@      ` Rejean Proulx
  0 siblings, 0 replies; 7+ messages in thread
From: Rejean Proulx @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Well, I took a chance and downloaded php4 from unstable.  It brought down
about 15 packages.  It got a little tense, but my machine works better than
it ever did.  I got rid of the errors.  I didn't install drupal from Debian.
It is easy to do so I brought it down from the drupal site itself.  Drupal
is really an application that you just put in a directory.

 Rejean Proulx
Visit my family at http://interfree.ca
MSN is: rejp@rogers.com
Ham License VA3REJ

----- Original Message ----- 
From: "Tom Moore" <tom@tomstroubleshooting.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, November 08, 2003 10:50 AM
Subject: Re: [drupal-support] Re: Error On Every Screen


> To add what Geoff posted:
>
> You may be able to go download the source package for the program and as
long as you have all the packages that are needed to compile it you can in
some cases install a newer version of a package from unstable on to your
system that runs stable if you really needed this.
>
> Tommy
>
> On Sun, Nov 09, 2003 at 12:54:25AM +1000, Geoff Shang wrote:
> > Hi:
> >
> > There is PHP v4 in the stable release, but it's version 4.1.2.  It's in
> > the php4 package.  You can search for packages by using the apt-cache
> > command, assuming you have apt configured and updated.  Type:
> >
> > apt-cache search <string to search for>
> >
> > Note that this searches available packages, not packages you have
> > installed.
> >
> > You can then use:
> >
> > apt-cache show <packagename>
> >
> > To show you all the details of a given package, and
> >
> > apt-get install <package name>
> >
> > to install it.
> >
> > I just checked on some systems I have access to that run less stable
> > releases.  The version in testing (Sarge) is the same as the one in
stable
> > (Woody).  The version in unstable is 4.3.3 (the most recent 4.x version
> > last time I looked on php.net).  Note though that it's likely you'll
have
> > to upgrade your entire distribution to unstable if you go the package
route
> > of getting something greater than 4.2.  Unless you want to live on the
> > bleeding edge, I recommend against this.
> >
> > If you simply must have a version of PHP greater than 4.2 and you don't
> > want to move to unstable, I'd seriously consider compiling it from
source.
> > I've not done this, but it may ultimately prove to be less headache than
> > moving to unstable.  I compiled python the other day from source and it
was
> > a walk in the park.
> >
> > Geoff.
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



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

* Re: [drupal-support] Re: Error On Every Screen
   [drupal-support] Re: Error On Every Screen Rejean Proulx
                   ` (2 preceding siblings ...)
   ` Allan Shaw
@  ` Alex Snow
  3 siblings, 0 replies; 7+ messages in thread
From: Alex Snow @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I seem to remember the package being called php4 but I'm probably 
wrong.
On Sat, Nov 08, 2003 at 07:18:49AM -0500, Rejean Proulx wrote:
> I am having trouble with my current release of PHP.  I need PHP 4.2.0 but I
> can't find a php package on Debian. I suspect I'll have to go to the
> unstable distribution for this but I can't find the package.  Is PHP part of
> another package?
> 
>  Rejean Proulx
> Visit my family at http://interfree.ca
> MSN is: rejp@rogers.com
> Ham License VA3REJ
> 
> ----- Original Message ----- 
> From: "Axel Kollmorgen" <axel@kollmorgen.net>
> To: <drupal-support@drupal.org>; "Rejean Proulx" <rejp@rogers.com>
> Sent: Friday, November 07, 2003 8:29 PM
> Subject: [drupal-support] Re: Error On WEvery Screen
> 
> 
> > On Thursday, November 06, 2003 3:03 PM [GMT+1=CET],
> > Rejean Proulx <rejp@rogers.com> wrote:
> >
> > > I have Tidy installed and configured in order to make Drupal meet W3C
> > > standards.  Here is what I get at the bottom of every screen.
> > >
> > > Fatal error: Call to undefined function: ob_clean() in
> > > /var/www/blindetext/modules/htmltidy.module on line 40
> > >
> > > How do I fix this?
> >
> > ob_clean() only exists since PHP 4.2.0 [1], so you should upgrade your
> > php (which is a good idea anyway if you want to avoid to be hacked).
> >
> > you could also try to replace ob_clean() with ob_end_clean() which is
> > supported since PHP 4(.0).
> >
> > [1] http://www.php.net/manual/en/function.ob-clean.php
> > [2] http://www.php.net/manual/en/function.ob-end-clean.php
> >
> > -- 
> > ax
> >
> > That which we are capable of feeling, we are capable of saying.
> > -cervantes, 1613
> >
> > -- 
> > [ Drupal support list | http://list.drupal.org/ ]
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
Who is General Failure and why is he reading my hard disk?


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

end of thread, other threads:[~ UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 [drupal-support] Re: Error On Every Screen Rejean Proulx
 ` Tom Moore
 ` Geoff Shang
   ` Tom Moore
     ` Rejean Proulx
 ` Allan Shaw
 ` Alex Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).