Page 1 of 1

Multiple product images error

Posted: Fri Mar 14, 2008 7:48 am
by a.g.r.c
Hi,

Having installed this neat little plugin, it works for one image but for images 1 and 2 i get this error;

"image1: Error copying mtempimage.jpg to AutoScaledImages/mpm_2a25.jpg!"

Any help with this, thanks!

a.g.r.c

Re: Multiple product images error

Posted: Fri Mar 14, 2008 10:49 am
by norman
Have you created a folder called AutoScaledImages within your site folder? This folder is necessary for the patch to work.

If that's not the problem, please post your O/S version, Actinic version and the location of your Site folder within your filesystem.

Re: Multiple product images error

Posted: Fri Mar 14, 2008 5:41 pm
by a.g.r.c
Hi Norman,

Thanks for the reply that fixed the problem allright.

I was wondering by the position of the icons what file you would need to alter to change these. You can see here

http://2shades.net/tech/mpi.jpg

The positioning is not flush to the left hand side. Whats a work around for this if you could be so kind?

Thanks again

Alistair

Re: Multiple product images error

Posted: Fri Mar 14, 2008 8:10 pm
by norman
Hi, Alsitair

Look in the Product Layout Standard Layout Using CSS Extra Images Below Main Image and you'll see that I've put the Product Image and the Multi Product Image icons into a table. I.e.

Code: Select all

	  <table cellspacing=0 cellpadding=0 align=left>
	   <tr>
	    <td>
		  <div class="image_product"><actinic:variable name="ProductImageLayout" /></div>
		 </td>
		</tr>
		<tr> 
       <td align=center>
        <actinic:variable name="Extra Image Layout" />
 		 </td>
      </tr>
     </table>  
Adjusting that <td align=center> to <td align=left> should fix things.

Re: Multiple product images error

Posted: Fri Mar 14, 2008 10:38 pm
by a.g.r.c
Thanks Norman,

Will sort this out in a bitty and let you know how it goes. Collapso is giving me a bit of the yips too. Back on the other post.

Re: Multiple product images error

Posted: Sat Mar 15, 2008 12:42 am
by a.g.r.c
Worked a charm.

Thank you