nobitavn94 2006-12-21 03:28 | Hi all, When I add a new product,I cannot see the product image .How can I show it ? I uploaded 3 images per 1 product. Thank you very much ! |
panos 2006-12-21 19:08 | et Your work path to main Quick.Cart directory and: - cd files/ - chmod 777 * - cd .. - cd db/ - chmod 777 *
All files in directories "files/" and "db/" must have chmod 777
If You want edit preferences/configuration in administration give chmod 777 to config/general.php file - cd config/ - chmod 777 general.php |