Closed (fixed)
Project:
IssueQ
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2014 at 18:26 UTC
Updated:
5 Aug 2014 at 23:16 UTC
Jump to comment: Most recent
Hi,
Drupal 7.26 w/ Drush 6.x
I'm trying to update the issueq module (IssueQ 7.x-1.x-dev (2014-Apr-29)) to the latest version. I run
"drush pm-update issueq" and I get the following error.
user@s1:/var/www/issueq/www$ drush pm-update issueq --no-backup
Name Installed Version Proposed version Message
IssueQ (issueq) 7.x-1.x-dev 7.x-1.x-dev Update available
Update information last refreshed: 2014. Jun 4. 11:21
Code updates will be made to the following projects: IssueQ [issueq-7.x-1.x-dev]
Note: You have selected to not store backups.
Do you really want to continue with the update process? (y/n): y
The issueq directory could not be found within the modules directory [error]
at /var/www/issueq/www/profiles/issueq, perhaps the project is
enabled but has been deleted from disk.
On a side note, when trying to update it earlier w/ drush 4.5 i had the following error which went away with an upgrade to drush 6.
strpos(): Empty delimiter pm.drush.inc:1131 [warning]
Comments
Comment #1
psychobyte commentedI'm still having this issue while trying to update the site. What's the proper way to update this module or distribution?
Comment #2
mxr576Sorry, we've tried, but couldn't reproduce your problem, but here is an other solution, please try this out:
Try to upgrade manually your distribution:
drush vset maintenance_mode 1command.drush updbcommand.drush vset maintenance_mode 0command.Please provide us some feedback if you have managed to solve your problem (or not).
Regards, IQ team.
Comment #3
psychobyte commentedLooks like that worked. thanks.