No products images displayed

Mari

No avatar

2009-01-15 06:55

I downloaded the Quick Cart v.3.2, uploaded and set chmod in accordance with instructions. The application runs but no product images are displayed. Looking for the cause I found the following :
In the Quick Cart directory there is a folder „files“ with sub-folders „100, 200 „and „ext „and also four images like „_demo_en_header …. „. No other sub-folder are there.

If a new image is uploaded by means of the administation panel / Product´s editing / Files, it is added to the folder files to the already existing 4 images „_demo_en_header …. „.
However, this image is not displayed in the Quich Cart shop. There is only small gray dot insteadf of the image. I used images copied from Quick Cart demo so that it has a proper size.
When I view the page source in my web browser I see that Quick Cart expects the image in the in &#8222;files/100&#8220;: <img src="files/100/my_image.jpg". If I shift the image to &#8222;files/100&#8220; folder (by means of FTP clinet) than the image is displayed in the Quick Cart shop correctly.

I would very appreciate any advice.

» Quick.Cart v3.x

Karel

Makaron

Avatar: Makaron

2009-01-15 09:55

Make a quick test - create php file (name isn't important) and put this code in it:
<?php
if(function_exists('gd_info')) {var_dump(gd_info());} else {echo "No
GD support";}
?>
Execute it in browser and if Your server support gd2 library You will see types of images but if You will see line "No GD Support" it means that here is the problem because this library is needed.

Mari

No avatar

2009-01-15 10:25

Thak you for your advice. I made the test and received the following result.

array(11) { ["GD Version"]=> string(27) "bundled (2.0.15 compatible)" ["FreeType Support"]=> bool(true) ["FreeType Linkage"]=> string(13) "with freetype" ["T1Lib Support"]=> bool(false) ["GIF Read Support"]=> bool(true) ["GIF Create Support"]=> bool(false) ["JPG Support"]=> bool(true) ["PNG Support"]=> bool(true) ["WBMP Support"]=> bool(true) ["XBM Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=> bool(false) }

I thing this is O.K.. Isn´t it ?

Karel

treewood (OpenSolution)

Avatar: treewood

2009-01-16 08:08

i think you dont have chmod 777 to files/100/ directory ... nothing more

Belarus

No avatar

2009-01-17 09:47

Is there a temporary folder on your FTP site like /tmp or something?
I think it's impossible to upload anything via http:// without it ...

I had the same problem like you, and creating this folder solved it.

Mari

No avatar

2009-01-18 09:36

To Treewood : chmod is set correctly to 777

To Belarus : Could you, please, be more specific ? I don´t know wehere to create the /tmp folder. Should i be in the files folder.

Belarus

No avatar

2009-01-18 20:33

Mari:

this temp folder is required for PHP.
Placed usually outside the root (public_html or www) folder.

Back to top
about us | contact