Hi,
I got the following error after installing the Antique Modern theme on drupal 5 RC1:
Fatal Error: Call to undefined function "form_render" in the template.php line 199

Apparently the code should be:

$output .= drupal_render($form);

instead of:

$output .= form_render($form);

After this minor change everything seems to be working fine

Comments

merlinofchaos’s picture

This is fixed in 1.2

Deyan’s picture

Yes, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)