Closed (fixed)
Project:
Relationship
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2006 at 21:02 UTC
Updated:
22 Aug 2006 at 02:46 UTC
Using MySQL 5 and PHP 5, Drupal 4.7
When navigating to Home -> Administer -> Relationships -> Navigation Demo subtab, get
error:
Fatal error: Call to undefined function form() in D:\Program Files\Apache Software Foundation\Apache2.2\htdocs\drupal\modules\relationship\plugins\ontology_navigation.module on line 522
ontology_navigation.module version
// $Id: ontology_navigation.module,v 1.11 2006/08/07 16:18:43 dman Exp $
Line 522: $out .= form( form_submit(t('Create Demo Content')) );
Downloaded 10/08/2006 version of relationship module.
Comments
Comment #1
dman commentedThanks for that report.
I hadn't reviewed the navigation demo since 4.6.
Should be fixed now in CVS (along with a few other tweaks).
Comment #2
heavenonfremont commentedverified - page comes up fine. However noticing few other things for which i will log separate issues. Thanks