Trying the same thing to no avail!

Sassy <[email protected]> 13 Sep 2003 03:52:56 -0000
Newsgroups gmane.comp.web.oscommerce.contributions
Message-ID <bbd9737a9fb2da2540aac3e7b8014228@osCommerce-Forums>
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=228748#228748
----------------------------------------------------------------

Removing the . got past this error.

[quote]// unmcomment these lines if you are running the image mods

				$query .=		 $v_products_mimage . '", "'
							. $v_products_bimage . '", "'
							. $v_products_subimage1 . '", "'
							. $v_products_bsubimage1 . '", "'
							. $v_products_subimage2 . '", "'
							. $v_products_bsubimage2 . '", "'
							. $v_products_subimage3 . '", "'
							. $v_products_bsubimage3 . '", "'[/quote]

Now I getParse error: parse error in /home/sites/site66/web/catalog/admin/easypopulate.php on line 1640
[quote] // unmcomment these lines if you are running the image mods
LINE 1640
			$query .="				'$v_products_model',
								'$v_products_price',
								'$v_db_status',
								CURRENT_TIMESTAMP,
								$v_date_added,
								$v_date_avail,
								'$v_tax_class_id',
								'$v_products_weight',
								'$v_products_quantity',
								'$v_manufacturer_id')
							";[/quote]

The last section that I uncommented is...
[quote]			// uncomment these lines if you are running the image mods

				$query .=
					'" ,products_mimage="'.$v_products_mimage.
					'" ,products_bimage="'.$v_products_bimage.
					'" ,products_subimage1="'.$v_products_subimage1.
					'" ,products_bsubimage1="'.$v_products_bsubimage1.
					'" ,products_subimage2="'.$v_products_subimage2.
					'" ,products_bsubimage2="'.$v_products_bsubimage2.
					'" ,products_subimage3="'.$v_products_subimage3.
					'" ,products_bsubimage3="'.$v_products_bsubimage3;
[/quote]

Is there something I am missing?

  Thank you from anothe newbee