• Hi Katie,

    A couple of my clients have been reporting problems using link button and adding tags in the post editor since their sites were upgraded to WP 4.1 and ZotPress 5.31

    I found this error in the relevant site log if it’s of any use:

    WordPress database error Table 'attachments' already exists for query
                            CREATE TEMPORARY TABLE attachments
                            SELECT * FROM
                            (
                                SELECT
                                xxx_zotpress_zoteroItems.parent AS parent,
                                xxx_zotpress_zoteroItems.citation AS content,
                                xxx_zotpress_zoteroItems.item_key AS item_key,
                                xxx_zotpress_zoteroItems.json AS data,
                               xxx_zotpress_zoteroItems.linkmode AS linkmode
                                FROM xxx_zotpress_zoteroItems
                                WHERE api_user_id='xyz' AND
                                xxx_zotpress_zoteroItems.linkmode IN ( 'imported_file', 'linked_url' )
                                ORDER BY linkmode ASC
                            )
                            AS attachments_sub
                            GROUP BY parent;

    Our sites use the StudioPress Genesis framework.

    I downgraded the ZotPress plugin to v 5.2.5 and link/tag functionality is restored.

    (I’ve edited out the API user ID and table prefixes)

    https://wordpress.org/plugins/zotpress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Katie

    (@kseaborn)

    Can you have one of your clients provide an example shortcode? I’ll try to replicate it on my end.

    Thread Starter sokratesagogo

    (@sokratesagogo)

    Hi Katie,

    Thanks for replying. The problem is manifesting on all post pages, rather than just on pages that include ZotPress shortcodes.

    In any case, here is an example of the shortcode they use:

    [zotpress sortby=”author” order=”asc” year=”2014″ title=”yes” cite=”yes” collection=”BDSCCPFS” style=”apa” link=”yes” download=”yes”]

    Thread Starter sokratesagogo

    (@sokratesagogo)

    p.s. initially I disabled all site plugins, re-enabling them one at a time until I discovered the problem resolved on deactivation of ZotPress

    Plugin Author Katie

    (@kseaborn)

    I’m having trouble replicating the error in 4.1. The TinyMCE link button is working fine on my end (both adding a link and removing a link) and I can add tags as well.

    Can you contact me and provide more details or screenshots? http://katieseaborn.com/contact

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘TInyMCE link button and post tags brokes’ is closed to new replies.