|
This is so frustrating, I cannot get this to work either, I have read this entire thread and others on the forum about this issue. Here is my setup and the things I have tried, none of which have fixed the problem :(
I own 2 rackservers of my own, both are running Windows Web Server 2008. I run my sites through IIS7 using PHP 5.2.8 and MySQL 5.1.11, the version of Magento is 1.2.0.2 and it is a fresh “full” install.
I am certain that the correct write permissions are set on the “media” and “var” folders. I can see folders and files being created there by the script.
I have added the various php.ini settings to the global php.ini file, here are those settings:
suhosin.session.cryptua = Off
extension=php_mcrypt.dll
extension=php_mysql.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll
magic_quotes_gpc = off
short_open_tag = on
allow_url_fopen=On
zlib.output_compression = on
zend.ze1_compatibility_mode = off
you can view my settings here: hosting . Canadaka . net/php.php
A side note, are the PDO extensions required?
I have tried clearing out the “media” and “var” folders. When I am able to partially upload an image, folders and files get created in “media/tmp”, but “media/catalog/products” is never created.
I have tried all the combinations of turning on SSL, and using HTTP and HTTPS. I do get different results depending on the setting.
“Unsecure base URL” with HTTP:// and then SSL admin enabled.
- Able to use “browse files” button, image is shown below after selection.
- Clicking “upload files” results in “SSL Error: Invalid or self-signed certificate”.
“Unsecure base URL” with HTTP:// and then SSL admin disabled.
- When I select an image with “browse files” nothing happens.
- This is the case whenever the URL of the page is http://
-
If I am using the above settings and manually enter https:// into the URL I am able to select an image with “browse files” and then able to upload it. It then shows up above, but when I press “save”, the browser freezes, the “please wait” box never ends. If I reload the page the image is gone.
I have also tried all of the above scenarios with the “Unsecure base URL” being HTTPS://
I have also tried the PHP edit to the “protected function _checkMemory($file = null)” function in image.php
I have tried using different sized images and images of different formats.
I have tried uninstalling and reinstalling Flash 10.0.12.36, I have tried installing Flash 9r151 from adobe’s “fp9_archive.zip”. I have tried IE7,8 Firefox 3, opera, Crome. All on multiple computers and at different physical locations.
Nothing seems to work! This is ridiculous, especially since SO many people seem to be having this problem. Why does the product image upload use this flash crap anyway.
I have requested a new IP from my host, then I will purchased a proper SSL certificate, to see if that helps, even though disabling SSL hasn’t worked. Right now the site is using one of the IIS7 self-signed certificated it can generate.
If anyone has any ideas, or something that I mixed, please help!
|