hi, thanks for replying, i enabled:
define('WP_DEBUG', true);
define('SCRIPT_DEBUG', true);
in wp-config.php
and i get this when trying to add an auto-create newsletter:
Notice: Undefined variable: plugin in wp-content/plugins/wp-fb-fan-box/wp-fb-fan-box.php on line 71
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in functions.php on line 2638
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in functions.php on line 2638
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in functions.php on line 2638
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in functions.php on line 2638
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'en', 0, 0, 1, 1, 1, 5, '2012-10-19 09:20:44')' at line 1]
INSERT INTO wp_knewsautomated (name, selection_method, target_id, newsletter_id, lang, paused, auto, every_mode, every_time, what_dayweek, every_posts, last_run) VALUES ('dsadsadas', 1, 1, , 'en', 0, 0, 1, 1, 1, 5, '2012-10-19 09:20:44')
what do you think?