Plugin could not be activated because it triggered a fatal error.
-
Yesterday I install a Plugin (Royal Sliders) which i had issues so I dis-activated Polylang (which was working properly) and now i’m getting a Fatal error when I try to activate it the second message is “For some reasons, Polylang could not create a table in your database”.
I don’t understand as it was working properly before. Please note that I’m using WP connected to PostgreSql. When looking to error log in php i’m getting this:
CREATE TABLE Rv_termmeta ( meta_id bigint NOT NULL DEFAULT nextval('Rv_termmeta_seq'::text), term_id bigint NOT NULL default '0', meta_key varchar(255) default NULL, meta_value text, PRIMARY KEY (meta_id) ) ;; CREATE SEQUENCE Rv_termmeta_seq; CREATE INDEX Rv_termmeta_term_id ON Rv_termmeta (term_id); CREATE INDEX Rv_termmeta_meta_key ON Rv_termmeta (meta_key); ----> ERROR: relation "rv_termmeta" already exists
When I look in to the database I can see the table there with data in!!
Is there anything I can do to repair my database??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin could not be activated because it triggered a fatal error.’ is closed to new replies.