Brady Wetherington

Results 119 comments of Brady Wetherington

If anyone else is playing around with this, one thing I saw that improved the version check was to change the call to `url_get_contents()` to instead use `file_get_contents()` - an...

I have a partial fix for this in the works that I’m hoping to have out for tomorrow. It should fix most of the bits where `upgrade.php` misfires, but it...

A workaround for anyone who might get bitten by this bug (until we've fixed it) - Open your newly-downloaded Metadata XML file in something like Wordpad or TextEdit or something...

From within the Snipe-IT container, can you run `php artisan db`? And then, do you get a valid MySQL prompt? I don't actually remember if we give you the `mysql`...

This is definitely still a bit of a head-scratcher from my end. If the container can get to the Database just fine, but the webserver on the container *can't* seem...

One thing I'm seeing consistently here - these all seem like Windows machines? I'm wondering if some of the automatic `git` things that change 'newlines' to 'carriage-return/newlines' for Windows machines...

One thing you _should_ be able to do is try `git stash` - which should 'hide' your local changes. Then you should be able to do `git checkout upgrade.php` and...

`composer --version` should give you some interesting output - weird that the `self-update` option isn't in there, but if Composer is installed as a Debian package, I could see why...

Whatever you're putting in as your "LDAP Active Flag" you should probably blank out. It's going to look for _that_ attribute, and expect it to be "true" or "1" or...