PDA

View Full Version : RC2 and error in the "lens" window


Jussuff
17th of February 2004 (Tue), 06:57
I have done the update from 1.5 beta 5 to RC2. Thank you Pekka!

One "error message" does appear when I click on "lens" in an exhibition. I get the following above the photo and the text of the lens:

$category = 16 (string)
$exhibition = 2 (string)
$hidedetail = 0 (string)
$keyword = (string)
$lang = eng (string)
$order = ASC (string)
$perpage = 10 (string)
$revealforms = 0 (string)
$search_row = ee_photo.ee_photo_id (string)
$select_output = thumbs (string)
$size = default (string)
$sort_row = ee_photo.ee_photo_id (string)
$sortby_off = 0 (string)
$viewall = 0 (string)

Any idea what to change or what I missed?

Pekka
17th of February 2004 (Tue), 07:08
Oh, I forgot one setting on while writing - it's not an error message it's debug info:

Open lens.php and edit line

ee_uncookied_extract ($u,1); // now we have all get variables back

to

ee_uncookied_extract ($u,0); // now we have all get variables back

Thanks for reporting!

Jussuff
17th of February 2004 (Tue), 07:22
Welcome. Yap, that was it. Thx! :)

J.