Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Anonymous User 8804248

    (@anonymized-8804248)

    i have delete old post’s with this sqlcode:
    are FULL functional and no lost links into Nextgen Gallery:

    DELETE a,b,c
    FROM wp_posts a
    LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
    LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
    WHERE a.post_type = ‘revision’

    Cheers

    I had the same problem
    When you save a post or page with NextGen code
    And then you use this plugin – NextGen gallery will be damaged.
    I installed version 1.2 (and removed 1.4) – No problem at all
    So the problem is occurring only with version 1.4

    Thread Starter Anonymous User 8804248

    (@anonymized-8804248)

    ty, but i have removed completly.

    Thread Starter Anonymous User 8804248

    (@anonymized-8804248)

    I have installed NextGen and all trys to delete the revisions are failed on nextgen tumbnail link. the nextgen link will be damage.
    i have tried many delete-revisions plugin.

    Is there a pluin available that is functional with nextgen?
    or is there a option to delete revisions from wp self?
    or WP Parameters into wp-config.php?

    (i read: dont use the DELETE a,b,c SQL qery to delete revisions.)

    cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not compatible with nextgen gallery’ is closed to new replies.