.gitignore: Remove /vendor
-
When you install this plugin on production, push everything to git and checkout locally, the required /vendor folder is missing.
This results in the following error:
Warning: require_once(/***/wp-content/plugins/advanced-cron-manager/vendor/autoload.php): failed to open stream: No such file or directory in /***/wp-content/plugins/advanced-cron-manager/advanced-cron-manager.php on line 20 Fatal error: require_once(): Failed opening required '/***/wp-content/plugins/advanced-cron-manager/vendor/autoload.php' (include_path='.:/usr/share/php') in /***/wp-content/plugins/advanced-cron-manager/advanced-cron-manager.php on line 20
Please remove the line /vendor from .gitignore.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘.gitignore: Remove /vendor’ is closed to new replies.