ThomasDepole / wordpress-child-plugin-tool

This tool allows you to modify a Wordpress plugin without losing the ability to update the plugin. This tool works like Wordpress child themes where you can override files that exist in the child plugin by creating a copy of the file and add files to the plugin by creating new files. You can also revert all the changes you made to the plugin.
61 stars 18 forks source link

Error executing apply.php #4

Open JuanAlberjon opened 2 years ago

JuanAlberjon commented 2 years ago

Warning: require(src/core.php): failed to open stream: No such file or directory in C:\xampp\htdocs\tutorlms\wp-content\plugins\tutor\tutor-child\apply.php on line 2

Fatal error: require(): Failed opening required 'src/core.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\tutorlms\wp-content\plugins\tutor\tutor-child\apply.php on line 2

Can someone shed some light for me? Thanks