drupal_get_path() error

Project:HarvestChoice
Component:User Interface - Data Entry
Category:bug
Priority:normal
Assigned:fenne035
Status:fixed
Description

User Gets "Call to undefined function drupal_get_path()..." when edting nodes. I just made some major updates to the Solr module.

Looking into this now...I see others have run into this problem:

http://drupal.org/node/157157

Updates

#1 submitted by libsys on Tue, 11/27/2007 - 4:42pm
Title:User Gets Call to undefined function drupal_get_path() when edting nodes (post Solr Upgrade)» Caching Issue
Status:active» fixed

Yep, this was a simple caching issue: I had the cache on while updating the solr module yesterday (not done with this BTW), and it cached an error I encountered during that process. Deleting the cache solved this problem.