Created
March 18, 2011 21:03
-
-
Save rfay/876835 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Add 8.x to project_release_active_compatibility_tids | |
| update variable set value="a:12:{i:103;i:103;i:87;i:87;i:78;i:78;i:79;i:79;i:80;i:0;i:81;i:0;i:82;i:0;i:83;i:0;i:84;i:0;i:85;i:0;i:86;i:0;i:7234;i:7234;}" where name="project_release_active_compatibility_tids" | |
| Then add 7234 to pift_core | |
| Notes about debugging status: | |
| It's vcs_identifier that's the problem, all the way down the line. Should be set to 8.x (I believe). Instead becomes _HEAD_. | |
| And the 8.x branch doesn't have a related node (apparently) Or it's not found. We get an array of 3 items into pift_cron_queue_batch_build_branches_process($branches) and one of them doesn't have what we need. So we need to see where $branches comes from here. | |
| pift_cron.inc 157 node_load fails. There is no nid in $file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment