Bug report: Plugin activation throws error and can’t add library
-
Hello
For some reason I don’t have any possibility to add another library, besides the default one provided during installation. I am expecting to find a function of some sort on the libraries page, which allows me to add another library.
After some debugging, I noticed that the plugin throws an “unexpected output/header already sent” error during activation. Digging a little deeper, I found that the following statements are involved:
WordPress database error: [Incorrect index name ”]
ALTER TABLE wpxxx_links_extrainfo ADD UNIQUE KEY(
link_id
)
WordPress database error: [Incorrect index name ”]
ALTER TABLE wpxxx_linkcategorymeta ADD UNIQUE KEY(
meta_id
)I am running a standard LEMP stack on Ubuntu 16.04. Let me know if you need further info. Also, please let me know if I am looking in the wrong place for adding a library.
Thanks
BR
- The topic ‘Bug report: Plugin activation throws error and can’t add library’ is closed to new replies.