• Resolved titan21

    (@titan21)


    Hi,

    This seemed to work before but all of a sudden it doesn’t seem to want to. The issue I have is that when selecting the thumbnail, Step 2 does not appear. I have tried this on Chrome and Firefox and have the same issue. I’ve provided the debug info below. Any ideas?

    20121205 12:13:08 - [string] ===== STARTUP PHP MESSAGES =====
    20121205 12:13:08 - [string] ===== SERVER LOG =====
    20121205 12:13:08 - [string] [DEBUG] - PARAMETERS: Array
    (
        [action] => pte_ajax
        [pte-action] => launch
        [id] => 37
    )
    
    20121205 12:13:08 - [string] [DEBUG] - USER-AGENT: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.168 Chrome/18.0.1025.168 Safari/535.19
    20121205 12:13:08 - [string] [DEBUG] - WORDPRESS: 3.4.2
    20121205 12:13:08 - [string] [DEBUG] - SIZER: 0.39062500
    20121205 12:13:08 - [string] [DEBUG] - SIZES: Array
    (
        [service-menu-image-thumbnail] => Array
            (
                [width] => 130
                [height] => 130
                [crop] => 1
                [current] => Array
                    (
                        [file] => class66-freight-e1354707572261-130x130.jpg
                        [width] => 130
                        [height] => 130
                        [path] => 2012/12/class66-freight-e1354707572261-130x130.jpg
                        [url] => [OMITTED BY ME]/wp-content/uploads/2012/12/class66-freight-e1354707572261-130x130.jpg
                    )
    
            )
    
        [service-showcase-image-thumbnail] => Array
            (
                [width] => 620
                [height] => 280
                [crop] => 1
                [current] => Array
                    (
                        [file] => class66-freight-e1354707572261-620x280.jpg
                        [width] => 620
                        [height] => 280
                        [path] => 2012/12/class66-freight-e1354707572261-620x280.jpg
                        [url] => [OMITTED BY ME]/wp-content/uploads/2012/12/class66-freight-e1354707572261-620x280.jpg
                    )
    
            )
    
    )
    
    20121205 12:13:10 - [string] ===== REFLOW =====
    20121205 12:13:10 - [string] ===== FIXING THICKBOX =====
    20121205 12:13:10 - [string] WINDOW WIDTH: 779
    20121205 12:13:14 - [string] ===== SETTING ASPECTRATIO: 1:1 =====
    20121205 12:13:28 - [string] ===== RESIZE-IMAGES =====
    20121205 12:13:28 - [object] {"id":"37","action":"pte_ajax","pte-action":"resize-images","pte-sizes[]":["service-menu-image-thumbnail"],"x":0,"y":58,"w":463,"h":463}

    Thanks in advance!

    http://wordpress.org/extend/plugins/post-thumbnail-editor/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author sewpafly

    (@sewpafly)

    I believe that I’ve duplicated the problem, I hope to have a fix soon.

    Plugin Author sewpafly

    (@sewpafly)

    My problem was a corrupted install. I deleted the directory and re-installed and now it’s working again. Let me know if that works for you.

    Thread Starter titan21

    (@titan21)

    Thanks for looking into this sewpafly. I actually have just installed this plugin again today on a different site and I seem to have come across the same problem.

    Which directory were you referring to? The plugin directory?

    Thread Starter titan21

    (@titan21)

    Actually – I just had a thought, I am creating a theme at the same time as using this plugin and I usually dump the following at the top of my functions.php for diagnosing issues:

    ini_set('display_errors',1);
    error_reporting(E_ALL|E_STRICT);

    I just commented them out and now the plugin seems to work. Hope this helps. If you need a hand with testing , let me know.

    Plugin Author sewpafly

    (@sewpafly)

    Thanks for updating!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Step 2!’ is closed to new replies.