Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    Make a quick edit in the synctosendy.php file and it will not overwrite your existing plugins:

    ISSUE:
    ======
    Each menu item in your Admin menu has a number associated with it to place it in a certain order. If plugin authors hard code this number into their installation, they can potentially come up with the same number and conflict with other plugins. Sync To Sendy does this by assigning a menu number of 101.

    FIX:
    ====
    1. DOWNLOAD Sync To Sendy (DON’T install from WordPress!)
    2. Open the ZIP file and edit synctosendy.php
    3. FIND line 103 –
    add_menu_page('Sync to Sendy', 'Sync to Sendy', 'administrator', 'syncsendy_settings', 'syncsendy_display_settings', plugins_url( 'synctosendy/images/sendy.png' ), 101);
    4. CHANGE to (removed “,101“) –
    add_menu_page('Sync to Sendy', 'Sync to Sendy', 'administrator', 'syncsendy_settings', 'syncsendy_display_settings', plugins_url( 'synctosendy/images/sendy.png' ));
    5. Save back to the ZIP file.
    6. From Plugins page -> Add New -> Upload. Select your new ZIP file.

    Now you should have Sync to Sendy at the bottom of your Admin menu.

    Thanks, Jason. I just updated the plugin and tried to resize an image (in post 279).

    After I hit the “Resize Checked Images” button, the box opened with this:
    “Error parsing server response for POST 279: JSON.parse: Unable to parse value: . Check the console for details.
    RESIZE COMPLETE”

    Console says:
    Invalid JSON Response:
    imsanity.js:39

    Hope this helps!

    highrollerusa.com

    (@highrollerusacom)

    Hm, I’ve got the same symptoms as described by the original poster (click the “resize checked images”, blank box opens).

    I’m running WP 3.5.1 and plugin 2.2.2.

    Here’s what I’ve captured in the java console when I click the button:

    SyntaxError: JSON.parse: unexpected end of data @ http://www.example.com/hrwp/wp-content/plugins/imsanity/scripts/imsanity.js:36

    (anonymous function) imsanity.js:36
    l load-scripts.php:2
    c.fireWith load-scripts.php:2
    T load-scripts.php:2
    r load-scripts.php:2

Viewing 3 replies - 1 through 3 (of 3 total)