if ($copyright2) { ImageDestroy($copyright2); }
Quote
googlebot wrote:
Please post line 193.
Quote
Joe Kriz wrote:
I am getting this error for the photo.php file.
PHP Notice: Undefined variable: copyright2 in /home/xxxxxx/public_html/photo.php on line 193
Is anyone else getting this error in their error_logs ?
I looked at the code in photo.php but am not sure what needs to be added or changed to get rid of this error.
line 193 in photo.phpCode Download sourceif ($copyright2) { ImageDestroy($copyright2); }
Quote
SiteMaster wrote:Quote
googlebot wrote:
Please post line 193.Quote
Joe Kriz wrote:
I am getting this error for the photo.php file.
PHP Notice: Undefined variable: copyright2 in /home/xxxxxx/public_html/photo.php on line 193
Is anyone else getting this error in their error_logs ?
I looked at the code in photo.php but am not sure what needs to be added or changed to get rid of this error.
line 193 in photo.phpCode Download sourceif ($copyright2) { ImageDestroy($copyright2); }
Quote
Joe Kriz wrote:
googlebot,
Yes, the code I listed in my first post is from the photo.php on line 193....
Don't know why it is needed if it is an undefined variable....
I certainly can comment it out using the // and I can also delete that line...
Still, would like to know why it is there and why it remains undefined.
Maybe a fix or delete is in order on the updated version of PHP Fusion 7.....??
$copyright2
if (isset($copyright2)) { ImageDestroy($copyright2); }
Category Forum
Suspected Bugs and Errors - 8Labels
None yet
Statistics
5 participants
Notifications
You are not receiving notifications from this thread.
Related Questions