Viewing 11 replies - 16 through 26 (of 26 total)
  • Plugin Author sewpafly

    (@sewpafly)

    If there are any still paying attention to this thread. I haven’t been able to duplicate this problem…

    However, I have made some changes that make debugging/reporting easier. If anyone would be willing to help me (and has this problem), install the latest version from https://github.com/sewpafly/post-thumbnail-editor/archives/master, then enable debugging by navigating in wordpress to Settings -> Post Thumbnail Editor (feedback about this interface is welcome too).

    Then next time you start PTE, there should be a red link that says “Show log”. Go through the process until you encounter your error, then click the “Show log” link to display the plugin log.

    Thanks again.

    Hello,

    My probleme seem the same.
    The new file are not renamed because it already exist(the old have the same name).

    you can see my debugging log:
    https://dpastey.appspot.com//Fm8G/

    for fix i have unlink( $new_file ); before renamed:
    rename( $good_file, $new_file );

    not sure it’s the right solution…

    Plugin Author sewpafly

    (@sewpafly)

    T17i, that sounds like the right fix. What webserver and version of PHP are you using?

    As information i currently use local web server package named xampp with PHP Version 5.2.9.

    I have try your last change, but same problem the old file already exist and aren’t deleted, new file can’t be renamed.

    I’ have found why:
    The $old_file because $data[‘file’] is not set but $data[‘current’][‘file’] is set.

    In function.php i have:

    if ( isset( $data['current']['file'] ) ){
    			$old_file = $dir
    				. DIRECTORY_SEPARATOR
    				. $data['current']['file'];
    		}

    Plugin Author sewpafly

    (@sewpafly)

    Thanks!

    I just installed this plugin and seem to be having the same issue. I’ve added two custom thumbnail sizes to functions.php )All different sizes, no duplicates), and after I press ‘ok, these look good’, I get a screen that has nothing but the debug button and a title.

    Firebug reports the last AJAX return with :


    [DEBUG] - PARAMETERS: Array ( [id] => 299 [action] => pte_ajax [pte-action] => confirm-images [pte-nonce] => 0cebdcf0a6 )
    pte.fu...r=1.0.3 (line 567)
    [ERROR] - Invalid Parameters: can't find sizes

    Plugin Author sewpafly

    (@sewpafly)

    @andr50 – Can you try the latest copy and tell me if you’re seeing the same error: https://github.com/sewpafly/post-thumbnail-editor/archives/master. Also, there might be more information that could help me if you could get me the full debug log… (there should be more information than this) :).

    Thanks.

    @sewpafly – Sorry, forgot to subscribe to this post so I didn’t see you responded until now. The new version still fails the same way.

    Here’s the pastebin debug:
    Log

    Hope it helps!

    Plugin Author sewpafly

    (@sewpafly)

    Okay the latest on github should fix your problem. Let me know if it does and I’ll push a new version out to www.ads-software.com.

    Just checked it, worked beautifully.
    Thanks! Now that it works for me, this plugin is great.

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘[Plugin: Post Thumbnail Editor] Images Not Saving’ is closed to new replies.