This is a discussion on Contribution Tracker within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This fixes a problem that generates an error when Contribution tracker can not reach the OSC feed, the errors unnessessarily ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This fixes a problem that generates an error when Contribution tracker can not reach the OSC feed, the errors unnessessarily fill the scripts log. in catalog/includes/classes/rdf_class.php AND in catalog/admin/includes/classes/rdf_class.php FIND: if (!($fp = fopen($this->FileName, "r"))) { REPLACE WITH: if (!($fp = @fopen($this->FileName, "r"))) { More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 03-12-2007 01:00 PM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 03-10-2007 11:11 PM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 03-10-2007 10:00 PM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 02-28-2007 10:50 AM |
| Contribution Tracker | michael_s | New osCommerce Contributions | 0 | 02-27-2007 03:00 PM |