I have event nodes that were created in previous version, and displayed in calendar and Event node. After upgrading to 6.8 they do not appear in the calendar or upcoming events block.
The previous nodes still exist and can be seen with admin/content as event nodes, as well as any new created events. They just do not appear on the calendar or upcoming events block. Not sure if this is a bug, but I have followed the normal procedures for installing and configuring and setting permissions.

Comments

killes@www.drop.org’s picture

Status: Active » Postponed (maintainer needs more info)

can anybody else confirm this?

Morn’s picture

I have no problems (Drupal 6.8, Event dev. version from 8. December 2008).

luisasasi’s picture

Assigned: Unassigned » luisasasi

Before 6,8 everything was Ok.
Now in Administer> site setting> Events it appears:
Fatal error: Unsupported operand types in / web/htdocs/www.xxxxxxx.it/home/modules/system/system.module on line 635 .
Can you help me?
Thanks

killes@www.drop.org’s picture

luisasasi: I cannot reproduce that either

Oleksa-1’s picture

I have same message when i try (from administer menu)

http://www.xxxxxxxx/?q=admin/og

I got :

Fatal error: Unsupported operand types in /home/public_html/modules/system/system.module on line 635

Bu when i open

http://www.xxxxxx/?q=admin/og/og

it works OK

This is line 635

function system_admin_menu_block($item) {
  $content = array();
  if (!isset($item['mlid'])) {
    $item += db_fetch_array(db_query("SELECT mlid, menu_name FROM {menu_links} ml WHERE ml.router_path = '%s' AND module = 'system'", $item['path']));
  }
luisasasi’s picture

Correct.
When I do http://www.xxxxxxx.it/admin/by-module
It works OK.
Thanks

Morn’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
kenorb’s picture