Stef Thoen

Results 8 comments of Stef Thoen

My bad, I misunderstood the webapp and entered `root` with password `root` for my MySQL db user. I replaced it with a different user/pass, ran `vagrant destroy` and now `vagrant...

Totally my bad. I didn't know about that language switcher and translated posts and pages in another way. I'm wondering though, shouldn't I have seen the content that was entered...

> same problem here - trying to install the 5.8.0 beta1. editing/commenting the code in the `validateVersion` method in the `Plugin.php` does the trick. Could you go into detail how...

If you install this plug-in through Composer or WP-CLI, you might be running into [this issue](https://github.com/deliciousbrains/better-search-replace/pull/75).

I ran into the same issue. Tried forking the repo and updating the Composer installer to 2.0. Didn't work. In the end I ran `composer install` in the plugin folder...

@wimkroegman I finally did get it working without including all the dependencies. I ran `composer dumpautoload` in the plugins folder and it created the autoload classes it needed.

[Here's a link](https://github.com/wp-deps/multisite-global-media) to the fork that includes the the autoload files. I'm not planning to maintain it and keep it in sync with this repo. @ferdydurque @thebananaland

@peteratomic this plugin hasn't been updated in a while and the main developer is unresponsive, so I don't think you'll get an answer anytime soon. [Composer](https://getcomposer.org/) is a PHP dependency...