2006-12-08 08:50
Hello, I've tried several times to upload an image together with an product, but it doesn't show up in the shop. When I look again at the product in Admin, there is no image to see. The webhost provider already upgraded the php version from 4.4.2 tot 4.4.4. PHP info: http://www.bluemagic.nl/verhuur/phpinfo.php I also uploaded the store multiple times, in binary and normal mode. But nothing works. Can someone help me with suggestions to solve this problem?
panos 2006-12-08 13:25
set 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
Site for sale 2006-12-08 23:41
Tried it ... doesn't work.
2006-12-09 15:55
maybe chown apache:apache -R * resolve Your problem?
2006-12-14 09:54
What do you mean Zieli?
nobitavn94 2006-12-21 10:03
I have the same problem with jeroenz20. I'm using Windows XP .What should I do ? Thank a lot !
nobitavn94 2006-12-21 13:48
Help me !
gjblack71 2006-12-28 11:18
I've noticed this when the image I'm uploading is to big - try a smaller size. (I'm using 640x480 at about 30-50k in size)
2006-12-29 14:42
jeroenz20 << did you ask your server admin is there any errors for your account in error logs? maybe they has something you can try to remove lines:
header ( 'Location: ' . $_SERVER [ 'PHP_SELF' ]. '?p=' . $aActions [ 'g' ]. 'List&sOption=save' ); exit;
from file actions_admin/products.php after that uncomment line: //error_reporting( E_ALL ); in config/general.php file and you may see is there by error displayed...