There is a custom payment method controller I created which references another file with a set of functions
Code: Select all
require_once('functions/functions.php');
When I use vqmod to make changes to the controller, I get a
What could be wrong?Warning: require_once(functions/functions.php): failed to open stream: No such file or directory in /blah_blah/domains//html/vqmod/vqcache/vq2-catalog_controller_payment_custom.php on line 86
Vqmod 2.6, Opencart 2.2.0.0