Es que sobre algunos alojamientos mod_datsogallery_ultimate no muestra la imagen. Si se ve mirar más con atención que php da la falta: Fatal error: Call to undefined function imageconvolution () in/modules/mod_datsogallery_ultimate/cache.php on line 325. La documentación por php habla lo siguiente – “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.”
En este caso la capacidad de trabajo del módulo debe negarse al uso del efecto creado por esta función. Para esto en el fichero/modules/mod_datsogallery_ultimate/cache.php por 276 línea es sustituido
1 | $doSharpen = TRUE;; |
En
1 | $doSharpen = FALSE;; |









Los comentarios frescos