Once in a while an image wont display
Im sort of pulling my hair out. I use ez populate to load hundreds of products at a time, then ftp in the images I specified in the upload file.
Once in a while the image doesnt show on the store. I try to use IH2 specifically for this product and I get an error at the top of the page that says:
"Unable to upload default image file."
The product model number matches the image name exactly with all lower case. This seems to happen with about three out of every 100 products I import. Anyone run into this before?
Im using 1.3.8a and IH2.
Re: Admin Preview URL path
Quote:
Originally Posted by
jabbawest
Check your two configure.php files and make sure that you have your domain filled in for the defines for http server and http catalog server. (/admin/includes/configure.php)
BH
Re: Admin Preview URL path
Quote:
Originally Posted by
bherd
Check your two configure.php files and make sure that you have your domain filled in for the defines for http server and http catalog server. (/admin/includes/configure.php)
BH
THAT was the right direction! Thank you! :clap:
PHP Code:
define('DIR_WS_ADMIN', '//admin(***********/');
define('DIR_WS_CATALOG', '//');
define('DIR_WS_HTTPS_ADMIN', '//admin**********/');
define('DIR_WS_HTTPS_CATALOG', '//');
Please note the //, there should only be one forward slash.
I have NO idea how the extra forward slashes got there but all is well now. I can only guess that it could have been added during the migration to another server, because my configure.php.BAK does not have them.
Thanks again BH! :bigups:
Re: Image Handler 2 Support