searchnew.php? fullimagesize searchnew.php? fullimagesize
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

searchnew.php? fullimagesize

Started by richt44, February 09, 2005, 02:13:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

richt44

Hi,

My Apache error log is filling up with 'PHP Notice:  Undefined variable:  fullimagesimagesize in ../searchnew.php on line 137.'
In searchnew.php-
if (filesize($picname) && is_readable($picname)) {
       //$fullimagesize = getimagesize($picname); COMMENTED OUT FOR VIDEO SUPPORT
       $winsizeX = ($fullimagesize[0] + 16);
       $winsizeY = ($fullimagesize[1] + 16);

Seems that it has been commented out. Should I uncomment it? Otherwise, where else is it defined?
Just downloaded and installed latest version.

Thanks.