i am using drupal-cvs. when i click on events i get *Fatal error*: Call to undefined function form_submit()
/|\
That means the event.module is not yet updated to current HEAD and make use of the new api the drupal developers team had introduced. You could try to di this updating process yourself, contact the module author or search for a nice place to wait until the updating is done by someone else. ;-)
Steef
Op 12-apr-2006, om 15:20 heeft Terry Richards het volgende geschreven:
i am using drupal-cvs. when i click on events i get *Fatal error*: Call to undefined function form_submit()
/|\
-- [ Drupal support list | http://lists.drupal.org/ ]
Stefan Nagtegaal wrote:
That means the event.module is not yet updated to current HEAD and make use of the new api the drupal developers team had introduced. You could try to di this updating process yourself, contact the module author or search for a nice place to wait until the updating is done by someone else. ;-)
so far i figgered it involves hook_form and hook_menu ... am i getting close?
/|\
On Wednesday 12 April 2006 06:20 am, Terry Richards wrote:
i am using drupal-cvs. when i click on events i get *Fatal error*: Call to undefined function form_submit()
You might want to look at downloading one which matches your installed version of Drupal from here:
http://drupal.org/node/3238/release
I would try Event 4.7.0 and/or Event cvs, probably in that order.
Jason Flatt wrote:
On Wednesday 12 April 2006 06:20 am, Terry Richards wrote:
i am using drupal-cvs. when i click on events i get *Fatal error*: Call to undefined function form_submit()
You might want to look at downloading one which matches your installed version of Drupal from here:
http://drupal.org/node/3238/release
I would try Event 4.7.0 and/or Event cvs, probably in that order.
i have tried both 4.7.rc2 and the cvs, matching drupal and modules. i am using cvs versions all the way around now
/|\
Terry Richards wrote:
Jason Flatt wrote:
On Wednesday 12 April 2006 06:20 am, Terry Richards wrote:
i am using drupal-cvs. when i click on events i get *Fatal error*: Call to undefined function form_submit()
You might want to look at downloading one which matches your installed version of Drupal from here:
http://drupal.org/node/3238/release
I would try Event 4.7.0 and/or Event cvs, probably in that order.
i have tried both 4.7.rc2 and the cvs, matching drupal and modules. i am using cvs versions all the way around now
is there anyplace that describes installing events, eventfinder, eventrepeat in detail?
/|\
i am using drupal-cvs. when i click on events i get *Fatal error*: Call to undefined function form_submit()
You might want to look at downloading one which matches your installed version of Drupal from here:
http://drupal.org/node/3238/release
I would try Event 4.7.0 and/or Event cvs, probably in that order.
does 4.7.0 work with drupal-cvs?
i have tried both 4.7.rc2 and the cvs, matching drupal and modules. i am using cvs versions all the way around now
is there anyplace that describes installing events, eventfinder, eventrepeat in detail?
i tried to use eventrepeat and i had to add the tables manually thus: CREATE TABLE event_repeat ( rid int(10) unsigned NOT NULL default '0', repeat_data longtext NOT NULL, repeat_RRULE longtext NOT NULL, repeat_COUNT_remaining int(4) NOT NULL default '-1', repeat_start int(10) unsigned NOT NULL default '0', repeat_end int(10) unsigned NOT NULL default '0', repeat_last_rendered int(10) unsigned NOT NULL default '0', PRIMARY KEY (rid) ); and the others from eventrepeat/eventrepeat.install but i am lost as to if and how to do: CREATE UNIQUE INDEX event_repeat_calendar_map date_stamp_idx ON event_repeat_calendar_map(date_stamp); and the other ones like this above
/|\