Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having a similar issue, except that the popup simply says; The requested URL /wp-content/media-upload.php was not found on this server.’

    My guess is this plugin hasn’t yet been adequately tested with Multi-site mode…which is really too bad, since that’s what I’m running.

    I opened the iframe in a new tab and manually changed the path from ‘wp-content’ to ‘wp-admin’ and now it shows me the proper ‘Update Recipe’ page, so it looks like there’s a typo in the plugin’s source somewhere.

    I figured it out; line 18 of the recipeseo_editor_plugin.js should be:

    tb_show('', baseurl + '/wp-admin/media-upload.php?post_id=1-' + id + '&type=amd_recipeseo&tab=amd_recipeseo&TB_iframe=true&width=640&height=523');
    not:

    tb_show('', baseurl + '/wp-content/media-upload.php?post_id=1-' + id + '&type=amd_recipeseo&tab=amd_recipeseo&TB_iframe=true&width=640&height=523');

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

The topic ‘[Plugin: RecipeSEO] Edit function on post does not work’ is closed to new replies.