Closed (works as designed)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2009 at 17:02 UTC
Updated:
19 Jul 2009 at 17:24 UTC
I am seeing the following update.php error when (drush) updating from dev 2009-04-07 to dev 2009-18-07
The external command could not be executed due to an application error.
Drush command could not be completed.
Output from failed command :
An error occurred at function : drush_pm_post_update
Comments
Comment #1
wim leersNow that's weird … I tried the update myself here and it worked time after time. Could you try doing it manually — without drush? Thanks.
Comment #2
skizzo commentedI tried running update.php from admin page, but I would only get a blank page... However,
I decided to give it another try with drush, and on third attempt it went through successfully.
Looking at the httpd error log I now see the following report
which may have been the result of previous failures.
Comment #3
skizzo commentedactually... now the update succeeded, but I get only WSOD,
and the "PHP Parse error" keeps getting logged.
Comment #4
wim leers[error]PHP Parse error: syntax error, unexpected '[', expecting ')' in /var/www/drupal/sites/all/modules/hierarchical_select/module/hs_content_taxonomy.module on line 167Why does it access the hs_content_taxonomy module? It should be disabled! It's not yet ported to D6.
Comment #5
skizzo commentedUhmm... I didn't keep any installation history... Maybe I installed the hs_content_taxonomy patch from http://drupal.org/node/342992 at some point in time and forgot about it. Can't think of any other explanation. I have now disabled hs_content_taxonomy in system table and will wait for an official release. Thank you.
Comment #6
skizzo commented