bradp / vv

:globe_with_meridians: Variable VVV - a VVV Site Creation Wizard.‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ :x: This project is no longer maintained. Please update your copy of VVV , which has most of the vv features built in.
GNU General Public License v2.0
1k stars 89 forks source link

Blueprints don't work. #323

Open kevinmamaqi opened 7 years ago

kevinmamaqi commented 7 years ago

I am using VVV altogether with VV and it works fine, but I can't manage to use blueprints in order to customize the WP installations. This is the message that I get from console regarding blueprints:

==> default: Setting up blueprint divic... ==> default: PHP Notice: Trying to get property of non-object in /srv/www/ordenotodo/vv-install on line 40 ==> default: Site set up. ==> default: Blueprint set up.

And this is my blueprints:

"divic": {
    "themes": [
      {
        "location": "https-url",
        "activate": false
      },
      {
        "location": "https-url",
        "activate": false
      }
    ],
    "plugins": [
      {
        "location": "cookie-notice",
        "version": null,
        "force": false,
        "activate": true,
        "activate_network": false
      },
      {
        "location": "redirection",
        "version": "null",
        "force": false,
        "activate": true,
        "activate_network": false
      },
      {
        "location": "wordfence",
        "version": "null",
        "force": false,
        "activate": true,
        "activate_network": false
      },
      {
        "location": "wp-optimize",
        "version": "null",
        "force": false,
        "activate": true,
        "activate_network": false
      },
      {
        "location": "wordpress-seo",
        "version": "null",
        "force": false,
        "activate": true,
        "activate_network": false
      },
      {
        "location": "quick-bulk-post-page-creator",
        "version": "null",
        "force": false,
        "activate": true,
        "activate_network": false
      },
      {
        "location": "broken-link-checker",
        "version": "null",
        "force": false,
        "activate": true,
        "activate_network": false
      },
    ],
    "options": [
      "current_theme::Divi"
    ],
    "defines": [
      "WP_CACHE::false"
    ]
  }
}
kevinmamaqi commented 7 years ago

Any idea what the problem might be?

Greg36 commented 7 years ago

@kevinmamaqi I had the exact same problem, as was mentioned in #324 the default vvv branch is develop I keep all my other settings the same and just provisioned vvv from the master branch and it worked.

My config: VBox 5.1.6 Vagrant 1.9.1 VVV 1.4.0 VV 1.12