forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Venus on September 23, 2006, 11:51:04 pm

Title: displayimage.php error on bottom of site
Post by: Venus on September 23, 2006, 11:51:04 pm
I have noticed that when I view photo there is error on site, generally it looks good but  at the bottom of site is this:

Code: [Select]
um is not search if ($album != 'search') { $film_strip = display_film_strip($album, (isset($cat) ? $cat : 0), $pos, true); } CPGPluginAPI::filter('post_breadcrumb',null); theme_display_image($nav_menu, $picture, $votes, $pic_info, $comments, $film_strip); pagefooter(); ob_end_flush(); } ?> } ?>

here is link:
http://www.whitneyhouston.i365.pl/foty/displayimage.php?album=269&pos=10



Title: Re: displayimage.php error on bottom of site
Post by: Tranz on September 24, 2006, 12:04:57 am
Have you made any modifications? Review them if you have. Otherwise, get a fresh copy from our site and reupload the file.
Title: Re: displayimage.php error on bottom of site
Post by: Venus on September 24, 2006, 12:37:42 am
I overwrite this file and it looks to be okey now :) Thanks for help.