News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Error regenerating thumbnail images

Started by nikiC, May 16, 2025, 10:21:05 AM

Previous topic - Next topic

nikiC

Hello,
As you can see from this video:

https://www.swisstransfer.com/d/13acbb55-6268-475a-9e42-45f8288f8f99

The thumbnails for some reason do not regenerate...

Can someone help me?

My version of virtuemart is 4.4.10 and I have joomla 5.

I await your response.

Thanks in advance for any response you give me.

Jumbo!

This means that the Image Processing GD module is not installed or enabled on your server. Contact your server administrator to enable it in the PHP config.

nikiC

#2
I am sorry to inform you that you are wrong on server the gd module is installed look here:

array(15) {
  ["GD Version"]=>
  string(26) "bundled (2.1.0 compatible)"
  ["FreeType Support"]=>
  bool(true)
  ["FreeType Linkage"]=>
  string(13) "with freetype"
  ["GIF Read Support"]=>
  bool(true)
  ["GIF Create Support"]=>
  bool(true)
  ["JPEG Support"]=>
  bool(true)
  ["PNG Support"]=>
  bool(true)
  ["WBMP Support"]=>
  bool(true)
  ["XPM Support"]=>
  bool(true)
  ["XBM Support"]=>
  bool(true)
  ["WebP Support"]=>
  bool(true)
  ["BMP Support"]=>
  bool(true)
  ["AVIF Support"]=>
  bool(false)
  ["TGA Read Support"]=>
  bool(true)
  ["JIS-mapped Japanese Font Support"]=>
  bool(true)
}


Is there anything else this shouldn't work for??

I await a response.






nikiC

#3
I hope someone can help me find a solution to this problem.

Thanks.

Jumbo!

Run the following PHP script anywhere on your server, and you will understand.

<?php 
if (function_exists('imagecreatefromjpeg')) {
    echo 
'Image creation functions exist';
} else {
    echo 
'Image creation functions do not exist';
}
?>

nikiC

#5
I get: Image creation functions exist

Other possibilities??

Jumbo!

But when VirtueMart calls this function on your site, it returns false. Since you say it shows you exist, I can not guess why.

nikiC

#7
exactly!!

In short, the component is there and virtuemart does not create the thumbnails.

Anyone have any other ideas??

nikiC

Any news about the problem?
Does anyone have a solution??
Let me know..