WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Fri, 25 May 2018 08:37:11 +0000 [E_NOTICE] /modules/minigal2/functions.php:[210] from /modules/minigal2/functions.php:[28] isImageFile "getimagesize(): Read error!"
Minigallery 2.5.1 throws the following error in the error logCode: [Select]Fri, 25 May 2018 08:37:11 +0000 [E_NOTICE] /modules/minigal2/functions.php:[210] from /modules/minigal2/functions.php:[28] isImageFile "getimagesize(): Read error!"
if(@!is_array(getimagesize($filename))){
if(!is_array(@getimagesize($filename))){
Fri, 25 May 2018 10:57:01 +0000 [E_NOTICE] /modules/minigal2/functions.php:[210] from /modules/minigal2/functions.php:[28] isImageFile "getimagesize(): Read error!"Fri, 25 May 2018 10:57:25 +0000 [E_NOTICE] /modules/minigal2/save.php:[77] from /modules/minigal2/save.php:[77] WbErrorHandler "Undefined index: PAGES"Fri, 25 May 2018 10:57:27 +0000 [E_NOTICE] /modules/minigal2/functions.php:[210] from /modules/minigal2/functions.php:[28] isImageFile "getimagesize(): Read error!""
Somehow the minigallery sorting does not work.I can't explain it, i have inserted the photos with sort numbers about 9000 but seems it has no effect.Manually dragging file works, but number to sql comes 99 107 or similiar.
In the code there is sort parameter many place but no sort setting in the admin gallery settings ?
Found a bug, when you delete image the description row in the mod_minigal2img table does not get deleted
[E_NOTICE] /modules/minigal2/functions.php:[210] from /modules/minigal2/functions.php:[28] isImageFile "getimagesize(): Read error!""
Code: [Select] [E_NOTICE] /modules/minigal2/functions.php:[210] from /modules/minigal2/functions.php:[28] isImageFile "getimagesize(): Read error!""Is there a solution to this?
if(@!is_array(@getimagesize($filename))){
if (!function_exists('isImageFile')) { function isImageFile($filename) { //if(@!is_array(getimagesize($filename))){ if(@!is_array(@getimagesize($filename))){ return false; } return true; }}
Changed the code, the message stays the same.
Extended error handling The already existing error handling in WB 2.10.0 has been extended by a few setting possibilities. The error reporting setting in the WB options has been re-enabled. The following settings are possible: "Switched Off" = No error messages. "Production Mode" = All error messages are not suppressed by the @error control operator. "Developer Mode" = Show all error messages, even those with @error control operator.
Warning: imagecreatetruecolor(): Invalid image dimensions in /var/www/xxxx/modules/minigal2/functions.php on line 169Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /var/www/xxxx/modules/minigal2/functions.php on line 187Warning: imagejpeg() expects parameter 1 to be resource, boolean given in /var/www/xxxx/modules/minigal2/functions.php on line 195Warning: imagedestroy() expects parameter 1 to be resource, boolean given in /var/www/xxxx/modules/minigal2/functions.php on line 203