Fixing a Bug

Fixing a Bug

Monday 13 October 2003 2:22:38 pm - 3 replies

Author Message

Alex Jones

Monday 13 October 2003 2:37:30 pm

Hugo, what bug are you trying to fix? Can you provide a link to the page that provided that code? That should make it easier for someone to help you.

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Hugo Gallo

Monday 13 October 2003 4:42:43 pm

The bug I'm trying to fix is the kernel (3) error you receive when you click >>next to see the second page of a list of objects. Here is the link to the bug fix:
http://ez.no/developer/ez_publish_3/forum/setup_design/admin_sitemap_unable_to_get_more_than_1st_page_of_objects

Marius Andreiana

Thursday 16 October 2003 3:59:06 am

Easiest is to manually edit the file kernel/classes/ezcontentobject.php
and change the line
$languageCode = $Params['LanguageCode'];
to
$languageCode = $Params['Language'];

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.