Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error with easy poulate


Pendar

Recommended Posts

I finished adding the easy populate, and I removed it a couple of times after recieveing the following error when clicking on the easypopulate link in admin.

 

 

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/abitofit/public_html/catalog/admin/easypopulate.php on line 231

 

dose anyone have insites or thoughs about this?

Link to comment
Share on other sites

yes.... you most likely have a missing quote ' on or above  line 231.

 

Matti

 

Check around lines 255 and 226. i had teh same problem and this is what I had there

 

'v_products_width',
'v_products_height'
'v_products_upc
);

 

It should read

'v_products_width',
'v_products_height',
'v_products_upc'
);

Link to comment
Share on other sites

Matti and Steve,

 

Thanks for the 411 all good to go now. I will be back if i need to.

 

This is awesome stuff here.

 

again thanks.

 

If i wanted to upload the fix to the file as a contrubution how do I do that?

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