RE: Shopping Mall system
penge <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.suggestions |
|---|---|
| Message-ID | <527918b1a39c13bddf6b74018be074d0@osCommerce-Forums> |
This message was sent from: Suggestions and Proposals http://forums.oscommerce.com/viewtopic.php?p=186413#186413 ---------------------------------------------------------------- In admin, I cannot access the Categories/Products, the error message is: [code]Parse error: parse error in /shop/admin/categories.php on line 240 [/code] This is the area aroung line 240 in categories.php [code] 'products_tax_class_id' => tep_db_prepare_input($HTTP_POST_VARS['products_tax_class_id']), 'manufacturers_id' => tep_db_prepare_input($HTTP_POST_VARS['manufacturers_id']), (line 240)'store_id' => tep_db_prepare_input($HTTP_POST_VARS['store_id'])), 'products_length' => tep_db_prepare_input($HTTP_POST_VARS['products_length']), [/code] Any help would be appreciated, I have been at this for days and checked and double checked the contribution instructions. Penge