searchnew.php? fullimagesize searchnew.php? fullimagesize
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.