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

toma’s picture

i have the same error here

green monkey’s picture

same here, is there a fix?

CloudCuckoo’s picture

form_render is depreciated in Drupal 5.0 in favour of drupal_render. Replace the call to form_render with a call to drupal_render.

Bèr Kessels’s picture

Title: Error » form_render must be changed to drupal_render.

Marking 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.

Bèr Kessels’s picture

Priority: Normal » Critical
Bèr Kessels’s picture

Status: Active » Fixed

fixed in HEAD

Anonymous’s picture

Status: Fixed » Closed (fixed)