Broke my client’s site
-
v6.1.1 contains this in simple-sales-tax/simple-sales-tax.php
require __DIR__ . '/includes/class-simplesalestax.php';
when it should have contained this
require __DIR__ . '/includes/class-simple-sales-tax.php';
Causes a critical error and breaks websites that have this plugin installed.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Broke my client’s site’ is closed to new replies.