Viewing 1 replies (of 1 total)
  • Thanks for reporting this bug Igor, on our next beta version this should be fixed.

    To resolve your issue you can revert back to Stable or change the following lines on your beta Version:

    /wysija-newsletters/core/base.php:L1152
    from:
    function hook_register_media_manager_image_size($sizes) {
    to:
    public static function hook_register_media_manager_image_size($sizes) {

    /wysija-newsletters/core/base.php:L1163
    from:
    function hook_override_newsletter_max_size($ignore, $id, $size) {
    to:
    public static function hook_override_newsletter_max_size($ignore, $id, $size) {

Viewing 1 replies (of 1 total)
  • The topic ‘Error @Strict Standards’ is closed to new replies.