Hi,
thanks
I will post zip file here asap
UPDATE: please go to:
\wp-content\plugins\breezing-forms\breezingforms.php
line 515:
add_action('widgets_init', create_function('', 'return register_widget("BreezingFormsWidget");'));
replace with:
$func=function () {
return register_widget("BreezingFormsWidget");
};
add_action('widgets_init', $func);
If you see any other error in php error log or something else, please post it here
Thanks for help
Regards,
Tihana