Forums / Developer / Unavailable : The object is not available error (on admin site)

Unavailable : The object is not available error (on admin site)

Author Message

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

Marco Zinn

Tuesday 17 June 2003 9:43:13 am

This was a bug with "offset".
It was fixed some weeks ago.
Download the current stable version 3.0.2 and try again ;)

Marco
http://www.hyperroad-design.com

M Farhan

Tuesday 17 June 2003 9:55:29 pm

Well currently i have the 3.0.2 version of eZPublish installed on Microsoft 2000 Server, was there any release/fiz after this???

Farhan.

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