Happens that on some hostings mod_datsogallery_ultimate doesn't show the image. If it is visible to look more attentively that php gives out an error: Fatal error: Call to undefined function imageconvolution () in/modules/mod_datsogallery_ultimate/cache.php on line 325. The documentation on php tells the following – “This function is only available if PHP is compiled with the bundled version of the GD library. Fatal error: Call to undefined function imageconvolution() in /modules/mod_datsogallery_ultimate/cache.php on line 325. Документация по php говорит следующее – “This function is only available if PHP is compiled with the bundled version of the GD library.
In this case for working capacity of the module it is necessary to refuse use of effect created by this function. For this purpose in a file/modules/mod_datsogallery_ultimate/cache.php for 276 line it is replaced

1
$doSharpen     = TRUE;;

On

1
$doSharpen     = FALSE;;