Re: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread Steve Keller
At 2/4/2003 06:46 PM, you wrote:


i am getting the following warnings after i try to inser data into some 
table cells i created. i have PHP Version 4.1.2 and MySQL 3.23.55. Apache 
1.3.23. Redhat 7.3. oh, and i have php 4.3.0 installed, but i dont know 
how to make apche see it or use it. its ina different directory than the 
default redhat php which is what i am using now. anyway, anybody knwo what 
these warnings mean?

It would help if we could see the affected lines of code.
--
S. Keller
UI Engineer
The Health TV Channel, Inc.
(a non - profit organization)
3820 Lake Otis Pkwy.
Anchorage, AK 99508
907.770.6200 ext.220
907.336.6205 (fax)
Email: [EMAIL PROTECTED]
Web: www.healthtvchannel.org


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread victor
they the default lines of code form phpMyAdmin the newest one stable. 
just installed it today, the lines are not modified they what the devs 
made them...

- Vic

Steve Keller wrote:
At 2/4/2003 06:46 PM, you wrote:


i am getting the following warnings after i try to inser data into 
some table cells i created. i have PHP Version 4.1.2 and MySQL 
3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0 
installed, but i dont know how to make apche see it or use it. its ina 
different directory than the default redhat php which is what i am 
using now. anyway, anybody knwo what these warnings mean?


It would help if we could see the affected lines of code.
--
S. Keller
UI Engineer
The Health TV Channel, Inc.
(a non - profit organization)
3820 Lake Otis Pkwy.
Anchorage, AK 99508
907.770.6200 ext.220
907.336.6205 (fax)
Email: [EMAIL PROTECTED]
Web: www.healthtvchannel.org






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread John W. Holmes
PHPMyAdmin probably requires a lower error_reporting level than you
have. You're just seeing NOTICES, not errors. Either adjust the
error_reporting in php.ini, an .htaccess file for this directory, or use
the error_reporting() function in the PHPMyAdmin script.

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/

> -Original Message-
> From: victor [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 04, 2003 7:02 PM
> To: Steve Keller
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] unexpected warnings - what do they mean? -
phpMyAdmin -
> also posted on the phpMyAdmin mailing list...
> 
> they the default lines of code form phpMyAdmin the newest one stable.
> just installed it today, the lines are not modified they what the devs
> made them...
> 
> - Vic
> 
> Steve Keller wrote:
> > At 2/4/2003 06:46 PM, you wrote:
> >
> >> i am getting the following warnings after i try to inser data into
> >> some table cells i created. i have PHP Version 4.1.2 and MySQL
> >> 3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0
> >> installed, but i dont know how to make apche see it or use it. its
ina
> >> different directory than the default redhat php which is what i am
> >> using now. anyway, anybody knwo what these warnings mean?
> >
> >
> > It would help if we could see the affected lines of code.
> > --
> > S. Keller
> > UI Engineer
> > The Health TV Channel, Inc.
> > (a non - profit organization)
> > 3820 Lake Otis Pkwy.
> > Anchorage, AK 99508
> > 907.770.6200 ext.220
> > 907.336.6205 (fax)
> > Email: [EMAIL PROTECTED]
> > Web: www.healthtvchannel.org
> >
> >
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread victor
the error reportin value is marked specifically not to be touched, plus 
there are other things that are wroong like the values that i am 
inserting though the forms is not picked up...

- i will try an older relase see if it works better.

- vic

John W. Holmes wrote:
PHPMyAdmin probably requires a lower error_reporting level than you
have. You're just seeing NOTICES, not errors. Either adjust the
error_reporting in php.ini, an .htaccess file for this directory, or use
the error_reporting() function in the PHPMyAdmin script.

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-Original Message-
From: victor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 7:02 PM
To: Steve Keller
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] unexpected warnings - what do they mean? -


phpMyAdmin -


also posted on the phpMyAdmin mailing list...

they the default lines of code form phpMyAdmin the newest one stable.
just installed it today, the lines are not modified they what the devs
made them...

- Vic

Steve Keller wrote:


At 2/4/2003 06:46 PM, you wrote:



i am getting the following warnings after i try to inser data into
some table cells i created. i have PHP Version 4.1.2 and MySQL
3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0
installed, but i dont know how to make apche see it or use it. its


ina


different directory than the default redhat php which is what i am
using now. anyway, anybody knwo what these warnings mean?



It would help if we could see the affected lines of code.
--
S. Keller
UI Engineer
The Health TV Channel, Inc.
(a non - profit organization)
3820 Lake Otis Pkwy.
Anchorage, AK 99508
907.770.6200 ext.220
907.336.6205 (fax)
Email: [EMAIL PROTECTED]
Web: www.healthtvchannel.org






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php









--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread John W. Holmes
Is it a register_globals problem, then?

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/

> -Original Message-
> From: victor [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 04, 2003 7:48 PM
> To: [EMAIL PROTECTED]
> Cc: 'Steve Keller'; [EMAIL PROTECTED]
> Subject: Re: [PHP] unexpected warnings - what do they mean? -
phpMyAdmin -
> also posted on the phpMyAdmin mailing list...
> 
> the error reportin value is marked specifically not to be touched,
plus
> there are other things that are wroong like the values that i am
> inserting though the forms is not picked up...
> 
> - i will try an older relase see if it works better.
> 
> - vic
> 
> John W. Holmes wrote:
> > PHPMyAdmin probably requires a lower error_reporting level than you
> > have. You're just seeing NOTICES, not errors. Either adjust the
> > error_reporting in php.ini, an .htaccess file for this directory, or
use
> > the error_reporting() function in the PHPMyAdmin script.
> >
> > ---John W. Holmes...
> >
> > PHP Architect - A monthly magazine for PHP Professionals. Get your
copy
> > today. http://www.phparch.com/
> >
> >
> >>-Original Message-
> >>From: victor [mailto:[EMAIL PROTECTED]]
> >>Sent: Tuesday, February 04, 2003 7:02 PM
> >>To: Steve Keller
> >>Cc: [EMAIL PROTECTED]
> >>Subject: Re: [PHP] unexpected warnings - what do they mean? -
> >
> > phpMyAdmin -
> >
> >>also posted on the phpMyAdmin mailing list...
> >>
> >>they the default lines of code form phpMyAdmin the newest one
stable.
> >>just installed it today, the lines are not modified they what the
devs
> >>made them...
> >>
> >>- Vic
> >>
> >>Steve Keller wrote:
> >>
> >>>At 2/4/2003 06:46 PM, you wrote:
> >>>
> >>>
> >>>>i am getting the following warnings after i try to inser data into
> >>>>some table cells i created. i have PHP Version 4.1.2 and MySQL
> >>>>3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0
> >>>>installed, but i dont know how to make apche see it or use it. its
> >
> > ina
> >
> >>>>different directory than the default redhat php which is what i am
> >>>>using now. anyway, anybody knwo what these warnings mean?
> >>>
> >>>
> >>>It would help if we could see the affected lines of code.
> >>>--
> >>>S. Keller
> >>>UI Engineer
> >>>The Health TV Channel, Inc.
> >>>(a non - profit organization)
> >>>3820 Lake Otis Pkwy.
> >>>Anchorage, AK 99508
> >>>907.770.6200 ext.220
> >>>907.336.6205 (fax)
> >>>Email: [EMAIL PROTECTED]
> >>>Web: www.healthtvchannel.org
> >>>
> >>>
> >>
> >>
> >>
> >>--
> >>PHP General Mailing List (http://www.php.net/)
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
> >
> >
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread victor
WHOHOO!!! probme solved! (read: worked around)

i downloaded the older phpMyAdmin release and it worked perfectly!

could this be a bug in phpMyAdmin?

- Vic

victor wrote:

the error reportin value is marked specifically not to be touched, plus 
there are other things that are wroong like the values that i am 
inserting though the forms is not picked up...

- i will try an older relase see if it works better.

- vic

John W. Holmes wrote:

PHPMyAdmin probably requires a lower error_reporting level than you
have. You're just seeing NOTICES, not errors. Either adjust the
error_reporting in php.ini, an .htaccess file for this directory, or use
the error_reporting() function in the PHPMyAdmin script.

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-Original Message-
From: victor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 7:02 PM
To: Steve Keller
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] unexpected warnings - what do they mean? -



phpMyAdmin -


also posted on the phpMyAdmin mailing list...

they the default lines of code form phpMyAdmin the newest one stable.
just installed it today, the lines are not modified they what the devs
made them...

- Vic

Steve Keller wrote:


At 2/4/2003 06:46 PM, you wrote:



i am getting the following warnings after i try to inser data into
some table cells i created. i have PHP Version 4.1.2 and MySQL
3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0
installed, but i dont know how to make apche see it or use it. its



ina


different directory than the default redhat php which is what i am
using now. anyway, anybody knwo what these warnings mean?




It would help if we could see the affected lines of code.
--
S. Keller
UI Engineer
The Health TV Channel, Inc.
(a non - profit organization)
3820 Lake Otis Pkwy.
Anchorage, AK 99508
907.770.6200 ext.220
907.336.6205 (fax)
Email: [EMAIL PROTECTED]
Web: www.healthtvchannel.org






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php













--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] unexpected warnings - what do they mean? - phpMyAdmin - also posted on the phpMyAdmin mailing list...

2003-02-04 Thread victor
And what do you know? it is. damn old redhat php.ini

. ok, no onto the next related question. i have installed php 4.30 but 
apache stilll uses the rpm default redhat php. how do i do this. also i 
remember that in the olden days i could type apachectl and control 
apache, but not so in redhat? why not?

someone please help me run the new php, thanks

- Vic

John W. Holmes wrote:
Is it a register_globals problem, then?

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-Original Message-
From: victor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 7:48 PM
To: [EMAIL PROTECTED]
Cc: 'Steve Keller'; [EMAIL PROTECTED]
Subject: Re: [PHP] unexpected warnings - what do they mean? -


phpMyAdmin -


also posted on the phpMyAdmin mailing list...

the error reportin value is marked specifically not to be touched,


plus


there are other things that are wroong like the values that i am
inserting though the forms is not picked up...

- i will try an older relase see if it works better.

- vic

John W. Holmes wrote:


PHPMyAdmin probably requires a lower error_reporting level than you
have. You're just seeing NOTICES, not errors. Either adjust the
error_reporting in php.ini, an .htaccess file for this directory, or


use


the error_reporting() function in the PHPMyAdmin script.

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your


copy


today. http://www.phparch.com/




-Original Message-
From: victor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 7:02 PM
To: Steve Keller
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] unexpected warnings - what do they mean? -


phpMyAdmin -



also posted on the phpMyAdmin mailing list...

they the default lines of code form phpMyAdmin the newest one


stable.


just installed it today, the lines are not modified they what the


devs


made them...

- Vic

Steve Keller wrote:



At 2/4/2003 06:46 PM, you wrote:




i am getting the following warnings after i try to inser data into
some table cells i created. i have PHP Version 4.1.2 and MySQL
3.23.55. Apache 1.3.23. Redhat 7.3. oh, and i have php 4.3.0
installed, but i dont know how to make apche see it or use it. its


ina



different directory than the default redhat php which is what i am
using now. anyway, anybody knwo what these warnings mean?



It would help if we could see the affected lines of code.
--
S. Keller
UI Engineer
The Health TV Channel, Inc.
(a non - profit organization)
3820 Lake Otis Pkwy.
Anchorage, AK 99508
907.770.6200 ext.220
907.336.6205 (fax)
Email: [EMAIL PROTECTED]
Web: www.healthtvchannel.org






--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php








--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php









--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php