Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cannap

    (@cannap)

    it works there wa problem with a other plugin

    the problem comes from

    https://de.ww.wp.xz.cn/plugins/twotonefx/

    I removed the plugin now it works

    here is the php log

    [06-Jan-2017 13:45:05 UTC] PHP Fatal error:  Cannot declare class TwotoneFX_Image_Editor_GD, because the name is already in use in C:\wamp64\www\starter\wp-content\plugins\twotonefx\php\class-image-editor-gd.php on line 187
    
    [06-Jan-2017 13:45:05 UTC] PHP Stack trace:
    
    [06-Jan-2017 13:45:05 UTC] PHP   1. {main}() C:\wamp64\www\starter\wp-admin\admin-ajax.php:0
    
    [06-Jan-2017 13:45:05 UTC] PHP   2. do_action() C:\wamp64\www\starter\wp-admin\admin-ajax.php:91
    
    [06-Jan-2017 13:45:05 UTC] PHP   3. WP_Hook->do_action() C:\wamp64\www\starter\wp-includes\plugin.php:453
    
    [06-Jan-2017 13:45:05 UTC] PHP   4. WP_Hook->apply_filters() C:\wamp64\www\starter\wp-includes\class-wp-hook.php:323
    
    [06-Jan-2017 13:45:05 UTC] PHP   5. acf_field_image_crop->perform_crop() C:\wamp64\www\starter\wp-includes\class-wp-hook.php:298
    
    [06-Jan-2017 13:45:05 UTC] PHP   6. acf_field_image_crop->generate_cropped_image() C:\wamp64\www\starter\wp-content\plugins\acf-image-crop-add-on\acf-image-crop-v5.php:509
    
    [06-Jan-2017 13:45:05 UTC] PHP   7. wp_generate_attachment_metadata() C:\wamp64\www\starter\wp-content\plugins\acf-image-crop-add-on\acf-image-crop-v5.php:583
    
    [06-Jan-2017 13:45:05 UTC] PHP   8. wp_get_image_editor() C:\wamp64\www\starter\wp-admin\includes\image.php:132
    
    [06-Jan-2017 13:45:05 UTC] PHP   9. _wp_image_editor_choose() C:\wamp64\www\starter\wp-includes\media.php:2889
    
    [06-Jan-2017 13:45:05 UTC] PHP  10. apply_filters() C:\wamp64\www\starter\wp-includes\media.php:2939
    
    [06-Jan-2017 13:45:05 UTC] PHP  11. WP_Hook->apply_filters() C:\wamp64\www\starter\wp-includes\plugin.php:203
    
    [06-Jan-2017 13:45:05 UTC] PHP  12. TwotoneFX_Plugin->register_image_editor() C:\wamp64\www\starter\wp-includes\class-wp-hook.php:298
    Thread Starter cannap

    (@cannap)

    U can edit the plugin

    protected $_aPostableTypes = array(
            'post',
            'page',
            'attachment',
        );
    to
    protected $_aPostableTypes = array(
            'post',
            'page',
            'product', //or 'products' dont know
            'attachment',
        );

    in this file
    http://plugins.svn.ww.wp.xz.cn/user-access-manager/tags/1.2.4.3/class/UamAccessHandler.class.php

    plugindir/class/UamAccessHandler.class.php

    but i think this is not the best way

    Thread Starter cannap

    (@cannap)

    i found this woocommerce_template_loop_product_thumbnail but is nothing happens

    Thread Starter cannap

    (@cannap)

    in other themes like Mysile for WooCommerce from WooThemes is working:/

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