473,385 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

[error] an unknown filter was not added: PHP

Anyone know why this message would appear in my error_log. My PHP code
executes fine...but it is outputting this to my error_log and I cannot
figure out why. I've been looking for a couple days...but have not found
any reason/fix on the web for this message. My php.ini and php.conf look
fine.

Thanks

Gerald
Jul 17 '05 #1
4 13868
"Gerald" <gm****@shaw.ca> wrote in message news:<vtYTb.399328$ts4.311187@pd7tw3no>...
Anyone know why this message would appear in my error_log. My PHP code
executes fine...but it is outputting this to my error_log and I cannot
figure out why. I've been looking for a couple days...but have not found
any reason/fix on the web for this message. My php.ini and php.conf look
fine.


Google is your friend.
<http://groups.google.com/groups?q=%22an+unknown+filter+was+not+added%22>

--
"Success = 10% sweat + 90% tears"
Email: rrjanbiah-at-Y!com
Jul 17 '05 #2
Nope. Google is not my friend. That's what I've been searching with....and
I've already read all of those posts. Most of these are about windows
configs as well....no help.

- My PHP executes fine (ie. no errors on webpage...get expected output)
- using PHP 4.3.3, Apache 2.0.47 (fedora)
- I have php.conf and httpd.conf configured properly (ie. including the
necessary AddType, SetOutputFilter, etc)

Problem is my log is still filling up with "[error] an unknown filter was
not added: PHP". Why would it execute fine but still write this message to
the log.

Any ideas...short of starting from scratch?
"R. Rajesh Jeba Anbiah" <ng**********@rediffmail.com> wrote in message
news:ab**************************@posting.google.c om...
"Gerald" <gm****@shaw.ca> wrote in message

news:<vtYTb.399328$ts4.311187@pd7tw3no>...
Anyone know why this message would appear in my error_log. My PHP code
executes fine...but it is outputting this to my error_log and I cannot
figure out why. I've been looking for a couple days...but have not found any reason/fix on the web for this message. My php.ini and php.conf look fine.


Google is your friend.
<http://groups.google.com/groups?q=%22an+unknown+filter+was+not+added%22>

--
"Success = 10% sweat + 90% tears"
Email: rrjanbiah-at-Y!com

Jul 17 '05 #3
"Gerald" <gm****@shaw.ca> wrote in message news:<12kUb.402254$X%5.197029@pd7tw2no>...
Nope. Google is not my friend. That's what I've been searching with....and
I've already read all of those posts. Most of these are about windows
configs as well....no help.

- My PHP executes fine (ie. no errors on webpage...get expected output)
- using PHP 4.3.3, Apache 2.0.47 (fedora)
- I have php.conf and httpd.conf configured properly (ie. including the
necessary AddType, SetOutputFilter, etc)

Problem is my log is still filling up with "[error] an unknown filter was
not added: PHP". Why would it execute fine but still write this message to
the log.

Any ideas...short of starting from scratch?


Read <http://bugs.php.net/bug.php?id=22881> ?? If it doesn't work,
you may open the same bug to report it.

--
"Success = 10% sweat + 90% tears"
Email: rrjanbiah-at-Y!com
Jul 17 '05 #4
Thanks. That article helped. Made me realize....I had both the AddType and
<Files *.php> sections>. :)

Didn't need the <Files *.php>....after I deleted that. Got rid of that
extra erroneous error message in the logs...and everything is working.

Thanks again for the assist.
"R. Rajesh Jeba Anbiah" <ng**********@rediffmail.com> wrote in message
news:ab**************************@posting.google.c om...
"Gerald" <gm****@shaw.ca> wrote in message

news:<12kUb.402254$X%5.197029@pd7tw2no>...
Nope. Google is not my friend. That's what I've been searching with....and I've already read all of those posts. Most of these are about windows
configs as well....no help.

- My PHP executes fine (ie. no errors on webpage...get expected output)
- using PHP 4.3.3, Apache 2.0.47 (fedora)
- I have php.conf and httpd.conf configured properly (ie. including the
necessary AddType, SetOutputFilter, etc)

Problem is my log is still filling up with "[error] an unknown filter was not added: PHP". Why would it execute fine but still write this message to the log.

Any ideas...short of starting from scratch?


Read <http://bugs.php.net/bug.php?id=22881> ?? If it doesn't work,
you may open the same bug to report it.

--
"Success = 10% sweat + 90% tears"
Email: rrjanbiah-at-Y!com

Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Eugen Walcher | last post by:
Hello All, I'm getting this error in my error_log in apache. Can anyone offer any assistance in fixing the problem? I'm using RH 9 with apache 2.0.53 and PHP v4.3.11
4
by: David Moore | last post by:
Hello I am using the System.DirectoryServices namespace classes to access Active Directory. We connect using the LDAP://DOMAIN method. The code works on local dev boxes, and in staging, but...
1
by: yanwan | last post by:
Hello I am now compling a project, but in one source file of this project, I met this problem. It seems very strange. Below is this source file: ----------------------------------------...
1
by: schramae | last post by:
Hi, I have just reinstalled Reporting Services on win 2003 server that was added to a domain and has been renamed. Two strange things happen: 1) In IE I am prompted for an ID and password with a...
4
by: yanwan | last post by:
Hello I am now compling a project, but in one source file of this project, I met this problem. It seems very strange. Below is this source file: ----------------------------------------...
18
by: robert | last post by:
Is there a ready made function in numpy/scipy to compute the correlation y=mx+o of an X and Y fast: m, m-err, o, o-err, r-coef,r-coef-err ? Or a formula to to compute the 3 error ranges? ...
1
by: jesmi | last post by:
my code is: U]employee.cfm <html> <head> <title>Employee List</title> </head> <body> <h1>Employee List</h1>
19
by: art | last post by:
Hi, I am running PHP 4.3.9 and Apache 2.0.52. This is the error: an unknown filter was not added: PHP I've read over 40 suggestions with no luck. Can anyone help? I am running Cent-OS. ...
4
by: ArunDhaJ | last post by:
Hi, I've to filter rows from DataTable Select There is a column named "Phone" which contains values in the following format: (901) 789 1234<BR>(901) 789 1235<BR>(901) 789 1221 I need to...
11
by: woodey2002 | last post by:
This problem is driving me crazy. Hello there, i am trying to create a search form for records in my access database. The search form will contain text boxes and a multi select list box. The user...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.