1
I have a page in Wordpress that for some time is all blank and only appears the favicon.
I enabled the display of the PHP error message to know what was happening and I got this:
Deprecated: Methods with the same name as their class will not be constructors in a Future version of PHP; Modulebanners has a deprecated constructor in /customers/b/6/0/donnacostura.com.br/httpd.www/wp-content/plugins/module-banners/module_banners.php on line 17
Deprecated: Methods with the same name as their class will not be constructors in a Future version of PHP; Moduleservicos has a deprecated constructor in /customers/b/6/0/donnacostura.com.br/httpd.www/wp-content/plugins/module-services/module_services.php on line 17
Warning: Cannot Modify header information - headers already sent by (output Started at /customers/b/6/0/donnacostura.com.br/httpd.www/wp-content/plugins/module-banners/module_banners.php:17) in /customers/b/6/0/donnacostura.com.br/httpd.www/wp-admin/includes/Misc.php on line 1198
How to solve this?
What is your level of knowledge in PHP?
– Woss