Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FEDEX 9.4.3 Parse Error


peterdlv

Recommended Posts

Hello,

I am trying to install fex 9.4.3 and I am receiving the following error

 

Parse error: syntax error, unexpected '=' in admin/categories.php on line 220

 

According to the directions of the install as documented I see this.

 

STEP 4.3. Change the following lines in file: /catalog/admin/categories.php

 

- Change from:

 

$sql_data_array = array('products_quantity' => tep_db_prepare_input($HTTP_POST_VARS['products_quantity']),

 

Change to:

 

$sql_data_array = array('products_ship_sep' =>

(isset($HTTP_POST_VARS['products_ship_sep'])? '1':'0'),

'products_quantity' => tep_db_prepare_input($HTTP_POST_VARS['products_quantity']),

 

Does anyone know why and provide a fix for this error ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...