ProTrooper Posted August 19, 2005 Posted August 19, 2005 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
♥Vger Posted August 19, 2005 Posted August 19, 2005 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
ProTrooper Posted August 19, 2005 Author Posted August 19, 2005 Okay, should I just trial and error the filters?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.