Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need some help !


MarceloPG

Recommended Posts

Hi, I need some help, I did install the mode but I have this error in the admin area when click in catalog:

 

Parse error: parse error, unexpected T_STRING in /home/supotsen/public_html/shopping/admin/categories.php on line 551

 

///LINE 547

$manufacturers_array = array(array('id' => '', 'text' => TEXT_NONE));

$manufacturers_query = tep_db_query("select manufacturers_id, manufacturers_name from " . TABLE_MANUFACTURERS . " order by manufacturers_name");

while ($manufacturers = tep_db_fetch_array($manufacturers_query))

{

$manufacturers_array[] = array('id' => $manufacturers['manufacturers_id'],

'text' => $manufacturers['manufacturers_name']);

}

///LINE 556

 

 

also have error when I want to enter to the site main page:

 

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/supotsen/public_html/shopping/includes/database_tables.php on line 36

 

this is line 36

 

define('TABLE_PRODUCTS_OPTIONS', 'products_options');

 

Thanks for your help !

Marcelo

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...