topdown / VVV-Dashboard

Dashboard for Varying Vagrant Vagrants https://github.com/Varying-Vagrant-Vagrants/VVV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Versioning issue between my VVV and Dashboard 0.1.7

1bigidea opened this issue · comments

My Dashboard is missing a lot of indexes
https://www.dropbox.com/s/m0ifmwmjtayq43d/Screenshot%202016-05-28%2014.00.14.png?dl=0

while my $host_info file looks like this
Array
(
[1bigidea] => Array
(
[host] => 1bigidea.dev
[debug] => true
[is_wp] => true
[version] => 4.3.1

    )

[ballers] => Array
    (
        [host] => ballers.dev
        [debug] => true
        [is_wp] => true
        [version] => 4.2.4

    )

[bizcor-bookmyvacay] => Array
    (
        [host] => bmv.dev
        [debug] => true
        [is_wp] => true
        [version] => 
    )

Did you Purge the Hosts? Because there is a lot of info missing there.

It should look like this with 0.1.7 NOTE: this is debug output. you can turn host debug on in the index.php
https://github.com/topdown/VVV-Dashboard/blob/master/index.php#L13
define('VVV_DASH_HOSTS_DEBUG', true);

[plugins.dev] => Array
        (
            [hostname] => plugins
            [domain] => plugins.dev
            [web_root] => /srv/www
            [host_path] => /srv/www/plugins
            [public_dir] => htdocs
            [wp_path] => /srv/www/plugins/htdocs
            [wp_content_path] => /srv/www/plugins/htdocs/wp-content
            [composer_path] => 
            [wp_config_path] => /srv/www/plugins/htdocs/wp-config.php
            [env_path] => 
            [debug_log] => /srv/www/plugins/htdocs/wp-content/debug.log
            [wp_is_installed] => true
            [is_wp_site] => true
            [wp_version] => 4.3.4
            [config_settings] => Array
                (
                    [DB_NAME] => plugins
                    [DB_USER] => wp
                    [DB_PASSWORD] => wp
                    [WP_DEBUG] => true
                    [WP_DEBUG_LOG] => true
                )

        )

Thanks for the prompt response, Jeff.
Purging the plugins actually solved the issue.