![]()
I spent about an hour battling the following error: Call to undefined function install_no_profile_error().
I had followed the directions on how to install Simple Test, and whenever I ran any test, even Simple Test's tests, I got that error.
After reading the following issue on their issue tracker http://drupal.org/node/341661#comment-2895990 they had some cryptic talk about the profiles/default. I couldn't really follow what they were saying since I thought that this may be some kind of configuration (about 90% of issues in Drupal can be solved through configuration settings). Soon after I learned enough to understand that they were talking about a file under the profile folder.
A quick look into my acquia site folder, and I found that profile/default was missing.
A quick copy and paste of the default folder from a clean drupal download into acquia's profile folder fixed the problem.