3.0.0.1 file missing
-
Hi!
I posted to your support yesterday about billmate checkout and here it is! Awesome.
However you seem to have forgotten to push the new file to svn
class-billmate-checkout.php
. Resulting in a PHP fatal error:[24-Apr-2017 16:22:47 UTC] PHP Fatal error: require_once(): Failed opening required 'class-billmate-checkout.php' (include_path='.:/usr/share/php') in /srv/www/private/stjarnbarn/htdocs/wp-content/plugins/billmate-payment-gateway-for-woocommerce/gateway-billmate.php on line 319
Here’s a quick command to add new files to a svn repo I use for my own plugins:
svn status | grep "^\?" | sed -e 's/? *//' | sed -e 's/ /\\ /g' | xargs svn add
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘3.0.0.1 file missing’ is closed to new replies.