-
Notifications
You must be signed in to change notification settings - Fork 2
Correct composer autoload #8
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Report: https://wordpress.org/support/topic/critical-error-wordpress-2/
Change this line:
Line 30 in da7fe50
| require_once 'vendor/autoload.php'; |
to:
require_once __DIR__ . ‘/vendor/autoload.php’;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working