This is a discussion on Parse error on Payment Module after installation within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; After installation from a win98 dev site, I get the following: Fatal error: Call to undefined function: check() in /home/virtual/site22/fst/var/www/html/librairie/catalog/admin/modules.php ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| After installation from a win98 dev site, I get the following: Fatal error: Call to undefined function: check() in /home/virtual/site22/fst/var/www/html/librairie/catalog/admin/modules.php on line 126; This happens on Payment module. Shipping & Order-total are right line 120 to 132 in admin/modules.php: include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/' . $module_type . '/' . $file); include($module_directory . $file); $class = substr($file, 0, strrpos($file, '.')); if (tep_class_exists($class)) { $module = new $class; if ($module->check() > 0) { if ($module->sort_order > 0) { $installed_modules[$module->sort_order] = $file; } else { $installed_modules[] = $file; } } Can someone help ? Tanks E.P. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| error message (payment module) | louis1st | osCMax v2 Installation issues | 1 | 11-24-2005 06:46 AM |
| Parse error: parse error, unexpected T_NEW, expecting ')' | oscnoob | osCMax v1.7 Discussion | 0 | 04-02-2005 02:27 PM |
| payment module installation | eproducts | osCommerce 2.2 Modification Help | 0 | 10-27-2004 05:32 PM |
| New Installation Parse error: parse error, unexpected T_STRI | Anonymous | osCMax v1.7 Installation | 5 | 07-09-2004 07:06 AM |
| Parse error: parse error, unexpected T_STRING? HELP... | hanool | osCommerce 2.2 Modification Help | 1 | 09-10-2003 11:38 AM |