- Submit Ideas for New or Existing Projects
- Help Developers by Creating and Maintaining Use-Case Scenarios and User Personas
- Track Code, Documentation, Feature Development of Your Projects
| Project: | HarvestChoice |
| Component: | User Interface - Data Entry |
| Category: | bug |
| Priority: | normal |
| Assigned: | fenne035 |
| Status: | fixed |
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:
| 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.