Posted by jacobson on March 9, 2010 at 3:41am
I am trying to install 0.3. I have followed the Debian instructions for my Ubuntu 9.10 system. After completing all the installation steps and pointing my browser to the correct url and choosing the hostmaster install profiles, I get this error:
Fatal error: Call to undefined function db_result() in /var/aegir/drupal-6.16/includes/path.inc on line 55Lines 53 through 56 in path.inc are:
53 // Use $count to avoid looking up paths in subsequent calls if there simply are no aliases
54 if (!isset($count)) {
55 $count = db_result(db_query('SELECT COUNT(pid) FROM {url_alias}'));
56 }Other posts suggest that this problem can be solved by installing jquery_ui and modalframe, but I have done that installing both to the modules subdirectory using the same DRUSH command as used for installing the hosting module.
Thanks for help in getting past this problem.
HAJ
Comments
When you installed jquery_ui
When you installed jquery_ui did you also download the jquery UI release to the module directory?
From the modules install file:
Right On
Thank you for your suggestion. I had installed jquery_ui scripts, but had not done so correctly. Your suggestion caused me to look back at what I did, and I found an error. That solved my problem. Thanks again.
HAJ
0.3 doesn't depend on
0.3 doesn't depend on jquery_ui at all. You have fallen victim to this unfortunate bug. By following INSTALL.txt and doing a 'drush dl hosting' etc, you have accidentally fetched 0.4alpha3 instead of 0.3. Back then we didn't put specific versions in the INSTALL.txt, and 0.4-alpha3 (the last release we made on drupal.org infrastructure) is being downloaded by default but we can't really go back and fix it now.
You can :
1) blow away the installation and use the 'cvs' commands from the INSTALL.txt where available instead of the 'drush dl' ones for hostmaster, hosting and eldir.
2) forget about the almost obsolete 0.3 release and install 0.4alpha6 per the release notes
I recommend 2)
I Luckily Caught that Bug
I actually noticed the downloading of 0.4alpha3 instead of 0.3 and fixed it before I moved on.
My problem was a bad jquery_ui scripts installation, which I fixed.
Thanks.
HAJ