I made the suggested switch in the exportables, and tried to do an install (in Aegir) and got the following:...any suggestions?
PROVISION_INSTALL_MISSING_REQUIREMENTS
Undefined variable: alias provision_drupal.drush.inc:413
The jQuery UI plugin is missing. Download and extract it to your jquery_ui module directory. (Currently using jQuery UI Not found)
An error occurred at function : drush_provision_drupal_provision_install
Changes for drush_provision_drupal_provision_install module have been rolled back.
Changes for drush_provision_mysql_pre_provision_install module have been rolled back.
Command dispatch complete
Peak memory usage was 9.91 MB
An error occurred at function : drush_hosting_hosting_task
Changes for drush_hosting_hosting_task module have been rolled back
Comments
Comment #1
mwoodwar commentedBy the way, the Platform installed successfully, it was when I went to create a site that the error showed up. The Jquery_ui seems to be there and compares with other versions I have installed.
Comment #2
gregglesHmm, I'm not sure. This seems like a jquery_ui issue in how it detects the existence of the files, or not. I wonder if this is related to Aegir vs. a regular installation.
Also, I really suggest trying 6.x-1.0-alpha2 (maybe you are and selected the wrong version?) because that has a fair number of bugfixes compared to alpha1.
Comment #3
mwoodwar commentedI installed again to make sure that I got alpha2...but same results for me (with aegir)
PROVISION_INSTALL_MISSING_REQUIREMENTS
Undefined variable: alias provision_drupal.drush.inc:413
The jQuery UI plugin is missing. Download and extract it to your jquery_ui module directory. (Currently using jQuery UI Not found)
An error occurred at function : drush_provision_drupal_provision_install
Changes for drush_provision_drupal_provision_install module have been rolled back.
Changes for drush_provision_mysql_pre_provision_install module have been rolled back.
Command dispatch complete
Peak memory usage was 9.91 MB
An error occurred at function : drush_hosting_hosting_task
Changes for drush_hosting_hosting_task module have been rolled back.
Comment #4
gregglesI'll try to set it up with Aegir, but it works for me so far in a more normal environment so I'm marking needs more info for now.
Comment #5
extexan commentedI'm having the same problem - sort of... I'm not using Aegir (or Drush); I just downloaded the jquery_ui module from drupal.org. From the README.TXT included with the module...
I clicked this link http://code.google.com/p/jquery-ui/downloads/list?q=1.6 and downloaded the top entry in that list, which was jquery.ui-1.6.zip
I unzipped the contents so that it is in:
path-to-my-site/all/modules/contrib/jquery_ui/jquery.ui-1.6
I don't know if this is related, but I did notice that folder contains jquery-1.2.6.js - NOT 1.6. That's seems rather strange in itself.
Also, as you can see, I keep all contributed modules in the "contrib" folder under my "sites/all/modules" folder. That separates them from the modules I'm writing specifically for my site (makes mine easier to find). This hasn't caused a problem with any other modules, so I guess it shouldn't be a problem for jquery_ui.
Comment #6
sepla commentedTake a look at module's code it defines jQuery UI's path as follow:
define('JQUERY_UI_PATH', dirname(__FILE__) . '/jquery.ui');. Which will bepath-to-your-site/all/modules/contrib/jquery_ui/jquery.uiin your case.Comment #7
Anonymous (not verified) commentedI'm experincing same as #5 minus the "contrib" dir. For me after I installed jquery-ui it was recognized and I was allowed to add DB info and then Site Info. But after saving site info I get WSOD.
*****************************************************
Edit: Turned on error reporting in settings.php
ini_set(‘display_errors’, ‘1′);WSOD now showing Fatal error: Call to undefined function _zen_theme() in /Volumes/All Backups/Localhost/hyperlocal_news/profiles/hyperlocalnews/themes/zen/template.php on line 28
Line 28 =
Does this mean the Zen theme is unable to be found? Sorry if this is separate issue from the original at this point. I will create a new one if so.
Comment #8
gregglesInteresting, that does seem like a new issue.
Comment #9
itwebguys commentedto finish install I had to download and copy the jquery_ui module into /webroot/sites/all/modules/jquery_ui
all I have changed so far is db connection string in settings.php