Active
Project:
Arthemia
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2011 at 06:02 UTC
Updated:
15 Jul 2014 at 04:08 UTC
Jump to comment: Most recent
I loaded the arthemia theme on D7 running on PHP 5.3 and the site keeps emitting the following error "Strict warning: Only variables should be passed by reference in arthemia_primary() (line 15 ...template.php).
I suspect its a PHP error but I have no idea how to fix this.
Can I be helped here? Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.jpg | 72.12 KB | jomski |
Comments
Comment #1
mjross commentedIn template.php, line 15 is:
$output .= drupal_render(menu_tree(variable_get('menu_main_links_source','main-menu')));It needs to be changed to, for instance:
Comment #2
ajayg commentedConfirming the above change works