One of my sites keeps losing the connection to the database. Not sure if this is connected, but I found these errors:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Weaverii_Widget_Text has a deprecated constructor in /home/cnsmith/public_html/wp-content/themes/weaver-ii/includes/widgets.php on line 12
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Weaverii_Widget_PPText has a deprecated constructor in /home/cnsmith/public_html/wp-content/themes/weaver-ii/includes/widgets.php on line 78
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Weaverii_Widget_Login has a deprecated constructor in /home/cnsmith/public_html/wp-content/themes/weaver-ii/includes/widgets.php on line 12
Could this be causing problems, and how do I fix it?