Bump!
Has this issue been resolved?
In my searching, I've seen quite a few people post about it, and I'm also in need of an answer.
Bump!
Has this issue been resolved?
In my searching, I've seen quite a few people post about it, and I'm also in need of an answer.
Just curious if so many of us have problems with this mod why is it still in the downloads etc? Don't they get removed when they aren't working well? or are in need of repair?
Hello to Everyone!
I'm writing you from Italy...so pardon for my english!
I've the same problem...
Warning: preg_match() [function.preg-match]: Unknown modifier 'I' in ...
I've try to change this three lines so:
if(stripos("/" . $products_image_base . "/i", $file) == 1) {
$match =stripos("/" . $products_image_base . "/i", $file);
if(stripos("/" . $products_image_base . "/i", $file) == 1) {
In this way disappear the error but now don't upload more the image!
Any ideas?
hope to find the solution...
By from Sicily!
Ok!![]()
Good news!
replacing the three lines of the post above in the file admin/additional_images.php the error disappear and the add-on works.
But there is another problem... the upload works but don't show the additional image and don't appear the delete choice.