Thank You ++REP to You
going to try it, exciting!
Looks like the response from the server (which contains SQL queries to create tables) haven't been changed from the older version. Haven't worked properly main page and haven't been able to add instagram account.
But with some extra changes of tables (looked at bad request), got everything worked:
Code:
ALTER TABLE wp_fs_accounts ADD
is_public bit DEFAULT 0,
ADD proxy VARCHAR(40)
CREATE TABLE wp_fs_account_status (
account_id INT NOT NULL,
user_id INT NOT NULL,
filter_type VARCHAR(40),
categories VARCHAR(40)
) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci ENGINE=InnoDB;
CREATE TABLE wp_fs_account_sessions (
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
username VARCHAR(150) NOT NULL,
driver varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
settings MEDIUMBLOB NULL,
cookies MEDIUMBLOB NULL,
UNIQUE KEY (username)
) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci ENGINE=InnoDB;
I have the original plug-in bought, if anyone knows how to make it nulled I give it here
can not add facebook account