Please Help! Can Not Save Images For Sub-Category Thumbnails!

CS-Cart v4.0.3



I am trying to have a thumbnail show up under the subcategory’s list at the top of each category page. Like this [url=“http://puu.sh/6BNgj.png”]http://puu.sh/6BNgj.png[/url]



I have followed all documentation listed here: CS-Cart Documentation — CS-Cart 4.16.x documentation



I have followed the article and I am still unable to save any actual images for category’s. I follow the usual process for uploading an image ( [url=“http://puu.sh/6CxJQ.png”]http://puu.sh/6CxJQ.png[/url] ), the site tells me its saved as you can see here ( [url=“http://puu.sh/6CxLV.png”]http://puu.sh/6CxLV.png[/url] ) but nothing actually saves at all.



Any help would be greatly appreciated. Thank you.

Are permissions set as per the install instructions?



chmod 666 config.local.php

chmod -R 777 design images var

find design -type f -print0 | xargs -0 chmod 666

find images -type f -print0 | xargs -0 chmod 666

find var -type f -print0 | xargs -0 chmod 666

[quote name='NairdaCart' timestamp='1391095030' post='176390']

Are permissions set as per the install instructions?



chmod 666 config.local.php

chmod -R 777 design images var

find design -type f -print0 | xargs -0 chmod 666

find images -type f -print0 | xargs -0 chmod 666

find var -type f -print0 | xargs -0 chmod 666

[/quote]



And where exactly would I set these permissions? I am running the site locally.

Install instructions are here - Install CS-Cart — CS-Cart 4.15.x documentation

[quote name='NairdaCart' timestamp='1391096301' post='176393']

Install instructions are here - http://www.cs-cart.c…stallation.html

[/quote]





Yes I understand the installation instructions. Unfortunately I have a windows install and not unix. So changing permissions seems to be a bit more difficult, with no actual documentation other then;

“In order to set the same file access permissions on a Windows-based server, you may need to give full permissions for the files and directories to the user with the IUSER_ComputerName account.”

got the same problem, and waiting the solution.