Closed (fixed)
Project:
Corolla
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2013 at 04:13 UTC
Updated:
25 Jul 2016 at 11:34 UTC
Jump to comment: Most recent
Enabled the Corolla theme on a fresh Drupal 7 install and got:
mod_fcgid: stderr: PHP Fatal error: Call to undefined function at_get_setting() in /home/mysite/public_html/sites/default/themes/corolla/template.php on line 29
Line 29 of template.php:
$vars['classes_array'][] = at_get_setting($setting);
Comments
Comment #1
yngens commentedThe error gone after enabling Adaptive theme.
Comment #2
anni commentedI get this error too.
Adaptive is enabled.
Comment #2.0
anni commented$vars['classes_array'][] = at_get_setting($setting);
Comment #4
Jeff Burnz commented