I downloaded startPageCategories_v0.1.2.zip and it generates
No block: NO_FOTO in file: templates/default/categories_start_page.tpl
the above error on the top of the page
Also when I try to upload a picture for a category or a product I get the following error....
Fatal error: Call to undefined function: imagecreatefromjpeg() in /export/home/sunflower/public_html/test/test/libraries/FotoJobs.php on line 264
What I want is when a person arrives at the main index page for the storefront, he sees the set of the thumbnails in a grid [rows and columns] followed by the catagory name right under each image.
hmm.... i know that gd2 have function "imagecreatefromjpeg()". if you see error "Call to undefined function: imagecreatefromjpeg()" then gd2 must be off.
function "imagecreatefromjpeg()" function "imagecreatefromgif()"
both seem to work ... I have tried them .. data is saved ONLY IF i use REALLY SMALL images, however if the size increase the error appears, same goes for *.png
so I focused on the line # where the error occured >> Line 264