I get the following error after installing the theme on Drupal 5.0 RC1:
Fatal error: Call to undefined function: form_render() in /home/themebot/public_html/drupal-50x/themes/sympal_theme/search_form.tpl.php on line 1
I get the following error after installing the theme on Drupal 5.0 RC1:
Fatal error: Call to undefined function: form_render() in /home/themebot/public_html/drupal-50x/themes/sympal_theme/search_form.tpl.php on line 1
Comments
Comment #1
toma commentedi have the same error here
Comment #2
green monkey commentedsame here, is there a fix?
Comment #3
CloudCuckoo commentedform_render is depreciated in Drupal 5.0 in favour of drupal_render. Replace the call to form_render with a call to drupal_render.
Comment #4
Bèr Kessels commentedMarking as critical. Please note that if you want a quick resolution, never call your issue 'Error', or 'It doesnt work'. Provide proper details. Saying 'there is an error' helps no-one. Saying WHAT the error is, does.
Thanks for your time reporting and investigating. Feel free to submit a patch if I don't have time to solve this quick enough. Also note that its a development snapshot: so not yet released.
Comment #5
Bèr Kessels commentedComment #6
Bèr Kessels commentedfixed in HEAD
Comment #7
(not verified) commented