Plogger Support Forum - PHP GD extension is not installed, it is required to upload images. Fri, 29 Mar 2024 09:57:47 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 PHP GD extension is not installed, it is required to upload images. http://www.plogger.org/forum/comments.php?DiscussionID=3894&Focus=14401#Comment_14401 http://www.plogger.org/forum/comments.php?DiscussionID=3894&Focus=14401#Comment_14401 Mon, 13 Feb 2017 10:58:59 +0000 xiphias
When looking at the PHP log files there was a preg() error. After the update below, error gone and plogger running fine again.

plog-includes/lib/phpthumb/phpthumb.functions.php line 362
Old:
if (ereg_match('bundled \((.+)\)$', $gd_info['GD Version'], $matches)) {

New:
if (preg_match('/bundled \((.+)\)$/', $gd_info['GD Version'], $matches)) {]]>