I am trying to: Update Views and Types to their latest version
Link to a page where the issue can be seen: hidden link
I expected to see: the plugin working
Instead, I got: the following error:
Warning: require_once(/var/www/html/business/training/wp-content/plugins/wp-views/vendor/toolset/toolset-common/inc/autoloaded/upgrade/Command/AddRelationshipTableColumnAutodeleteIntermediaryPosts.php): failed to open stream: No such file or directory in /var/www/html/business/training/wp-content/plugins/wp-views/vendor/toolset/toolset-common/utility/autoloader.php on line 116
Fatal error: require_once(): Failed opening required '/var/www/html/business/training/wp-content/plugins/wp-views/vendor/toolset/toolset-common/inc/autoloaded/upgrade/Command/AddRelationshipTableColumnAutodeleteIntermediaryPosts.php' (include_path='.:/usr/local/lib/php') in /var/www/html/business/training/wp-content/plugins/wp-views/vendor/toolset/toolset-common/utility/autoloader.php on line 116
Could you try perform a manual update by downloading the plugin from the link below and uploading it to your site? https://toolset.com/account/downloads/
We where facing the same issue and where able to solve it. The issue was a change in case of a folder name. On case sensitive file systems this throwed this error.
If you deploy your code through GIT make sure to disable git's ignore cases setting, you will see that the following folder has changed cases and was not found by git.
After upgrading:
wp-content/plugins/type-access/vendor/toolset/toolset-common/inc/autoload/upgrade/Command
Before upgrading:
wp-content/plugins/type-access/vendor/toolset/toolset-common/inc/autoload/upgrade/command