HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

Skip navigation

Error installing ocWorld

Title Error installing ocWorld
Description An error may be given when installing ocWorld, or other new zones.
Affects All users
Fix Change line 48 of sources/menus2.php from:

Code

   $id=add_menu_item($menu,$ADD_MENU_COUNTER,$parent,$dereference_caption?do_lang($caption):$caption,$url,$check_permissions,'',$expanded,0,$caption_long);

to:

Code

   $_caption=do_lang($caption,NULL,NULL,NULL,NULL,false);
   if (is_null($_caption)) $_caption=$caption;
   $id=add_menu_item($menu,$ADD_MENU_COUNTER,$parent,$dereference_caption?$_caption:$caption,$url,$check_permissions,'',$expanded,0,$caption_long);



Trackbacks

There have been no trackbacks yet


There have been no comments yet


Make comment
Your name: (join or login)
Subject:
Your message: