• Resolved daslicht

    (@daslicht)


    When I add the Form using the Shortcode I get:

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
    __construct()
    instead. in /Applications/AMPPS/www/wordpress/wp-includes/functions.php on line 3457
    
    Warning: Cannot modify header information - headers already sent by (output started at /Applications/AMPPS/www/wordpress/wp-includes/functions.php:3457) in /Applications/AMPPS/www/wordpress/wp-admin/post.php on line 242
    
    Warning: Cannot modify header information - headers already sent by (output started at /Applications/AMPPS/www/wordpress/wp-includes/functions.php:3457) in /Applications/AMPPS/www/wordpress/wp-includes/pluggable.php on line 1207

    wordpress: 4.3.0

    https://www.ads-software.com/plugins/contact-form-generator/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter daslicht

    (@daslicht)

    /wordpress/wp-content/plugins/contact-form-generator/includes/contactformgenerator_widget.php:
        8: class contactformgenerator_widget extends WP_Widget {
       17:     $this->WP_Widget('contactformgenerator_widget', 'Contact Form Generator', $widget_ops, $control_ops); // Create the widget
    Thread Starter daslicht

    (@daslicht)

    This seams to be the fix:

    //$this->WP_Widget('contactformgenerator_widget', 'Contact Form Generator', $widget_ops, $control_ops); // Create the widget
        WP_Widget::__construct('contactformgenerator_widget', 'Contact Form Generator', $widget_ops, $control_ops); // Create the widget
    Plugin Author Creative-Solutions

    (@creative-solutions-1)

    Hello,

    Thanks for reporting that!
    We will update it on next update!

    Regards,
    Support Team

    Thread Starter daslicht

    (@daslicht)

    Sounds great ??

    Plugin Author Creative-Solutions

    (@creative-solutions-1)

    It has been fixed since version 2.0.2!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘When I add the Form using the Shortcode I get an Error’ is closed to new replies.