Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[error] an unknown filter was not added: PHP


ProTrooper

Recommended Posts

Posted

I am trying to install osCommerce on a Fedora web server. It is running Apache 2.x and PHP 5. PHP scripts work but I cannot get past the first step. The Appache log has this:

[error] an unknown filter was not added: PHP

 

Any suggestions?

 

Thanks,

James

Posted

php5 and osCommerce are not truley compatible. There is one known problem in admin/includes/classes/upload.php on line 31. Where it says:

 

$this = null;

 

it should be edited to read:

 

unset($this);

 

However, it may be that the problem is in your php.ini file. There are a lot of possible filters installed but commented out. One of these may have to be uncommented - but from the general error you are getting it's not possible to know which.

 

Vger

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...