Just now installed ATCK on my localhost to find out what it is and go this error after enabling the theme ATCK. The drupal version am using is 6.2 and is clean without any additional modules or changes.
Fatal error: Call to undefined function menu_item_link() in C:\Program Files\EasyPHP 2.0b1\www\drupal62\themes\atck\template.php
Comments
Comment #1
ToshoFreny commentedI deleted the atck folder as my site became inaccessible and found these warnings in the un themed site.
Comment #2
ToshoFreny commentedComment #3
calebgilbert commentedHi ToshoFreny,
The function menu_item_link only exists in the Drupal 5 version of atck - try installing the Drupal 6 version and you should be alright. :-)
Comment #4
sidmacleod commentedThat's not true....
I could not find the menu_item_link() function anywhere in my Drupal 6.2/atck install, and it *is* called.
Lines 178-9 of template.php v.6x-1.0:
Comment #5
calebgilbert commentedI guess I should have qualified that - it is only in the 5.x version AND 6.x versions which specifically say "Commit broken. Do not use.". ;-)
Get the latest 6.x-2.2 version and you should be ok. :-)