Replies: 2
Hi there,
after the update to 3.5.0 (I update with wp cli) all sites break with this error:
PHP Warning: require_once([...]/wp-content/plugins/wp-members/includes/cli/class-db-tools.php): Failed to open stream: No such file or directory in [...]/wp-content/plugins/wp-members/includes/class-wp-members.php on line 817
I checked the folder and there is indeed no class-db-tools.php
but a class-wp-members-cli-db-tools.php
. After symlinking to the correct name, wp cli works again.
Perhaps you can repair this? I can live with a symlink until the next update 😉
Chris