M Farhan
|
Tuesday 17 June 2003 5:50:44 am
On clicking the next button underneath the list of nodes (or on clicking any of the page numbers other then the default page i.e. page 1) , the next page shown displays the message 'Unavailable : The object is not available', though it should list the rest of the nodes under the parent node. Is anyone aware of what the problem could be?? MF
|
Jerry Jalava
|
Friday 20 June 2003 1:22:56 am
Hi, I'm wrestling with the same problem... I have 3.0.2 installed in linux and the same problem occurs... Would be nice to get some help with this bug, 'cause it's slowing me down...
Thanks, Jerry
|
Wenyue Yu
|
Friday 20 June 2003 4:18:52 am
Hi,
You can simply fix it by yourself currently.
Open file kernel/content/module.php and replace line 78 "params" => array( "ViewMode", "NodeID", "LanguageCode" ),
with "params" => array( "ViewMode", "NodeID" ), Hope it helps.
Regards, Wenyue Yu
|