It produced a number of errors.
#1
drush @pantheon.luthierbuilt2.dev updb
Flag dialog requires this module and version. Currently using Flag [warning]
version 2.1 (Currently using Unresolved dependency Flag (Version 3.x
required))
Flagging form requires this module and version. Currently using Flag [warning]
version 2.1 (Currently using Unresolved dependency Flag (Version 3.x
required))
No database updates required [success]
Finished performing updates. [ok]
#2
Fatal error: require_once(): Failed opening required '/srv/bindings/799979edb88344b0b50e569d55fd51b5/code/sites/all/modules/contrib/flag/includes/flag.entity.inc' (include_path='.:/usr/share/pear:/usr/share/php') in /srv/bindings/799979edb88344b0b50e569d55fd51b5/code/includes/bootstrap.inc on line 3125
#3
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.flags' doesn't exist: SELECT f.fid AS fid, f.content_type AS content_type, f.name AS name, f.title AS title, f.global AS global, f.options AS options, fn.type AS type FROM {flags} f LEFT OUTER JOIN {flag_types} fn ON fn.fid = f.fid; Array ( ) in flag_get_flags() (line 1665 of /srv/bindings/799979edb88344b0b50e569d55fd51b5/code/sites/all/modules/contrib/flag/flag.module).
Therefore I have reverted to 7.x-3.0-alpha4, and the above errors are now gone.
Bob
Comments
Comment #1
joachim commentedThe first looks like a problem with other modules.
The second I don't know -- that file is present in the tarball for beta 1. Can you check you properly unzipped it?
Third --
> Table 'pantheon.flags' doesn't exist: SELECT f.fid
we haven't had a table called 'flags' for ages, and since long before 3.0 alpha 4. So I can't think who would be checking for that! Are you sure your versions are what you say they are?
Comment #2
joachim commentedAlso:
> flag_get_flags() (line 1665 of /srv/bindings/799979edb88344b0b50e569d55fd51b5/code/sites/all/modules/contrib/flag/flag.module).
That looks nothing like line 1665 of flag.module. Your versions are going weird!
Comment #3
Anonymous (not verified) commentedAll my updates are put in place using 'drush dl [module]', so we can assume everything was properly extracted in this case. Also, this is always immediately followed by 'drush updb'.
Nonetheless, I will attempt to update again, and see what happens.
Comment #4
Anonymous (not verified) commentedHere is the contents of my 7.x-3.0-alpha4's info file:
Comment #5
Anonymous (not verified) commentedA couple of additional .infos from the flagging_form project:
Comment #6
Anonymous (not verified) commentedSo, I did attempt to move to flag-7.x-3.0-beta1 again, with exactly the same problem manifestations.
Take a careful look at its .info file:
Of course, its version number is wrong.
Maybe it is not even the release it is supposed to be?
Comment #7
joachim commentedCheck line 1665 of your flag.module? And also whether flag.entity.inc is in the tarball?
Comment #8
Anonymous (not verified) commentedOops! My bad.
I was using:
as opposed to:
Sorry to have diverted your time from productive work.
Bob
Comment #9
joachim commentedThanks for reporting back. I like bugs that close themselves! :)