maicol07
INSERT INTO
api_keys(
key,
id,
allowed_ips,
scopes,
user_id,
created_at,
last_activity_at) VALUES ('oqwqwzdbnydndcyabjxnxbalrxpvaofn', NULL, NULL, NULL, NULL, '2021-05-14 18:51:45.000000', '2021-05-14 18:51:45.000000');
right ?
i have downloaded the WordPress plugin from github and replaced files and activated plugin again
line 74 // Composer Autoloader.
require_once plugin_dir_path( FILE ) . 'vendor/autoload.php';`
R:\xampp\htdocs\test\wp-content\plugins\sso-flarum
R:\xampp\htdocs\flarum\vendor
is this correct path ?
`require_once plugin_dir_path( FILE ) . 'flarum/vendor/autoload.php';``