Did a new install thinking that the error i had was left over from a old install. So I made a new one and still have errors. Any idea on how to fix this?
When not logged in it gives this error:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; TemplatePower has a deprecated constructor in /home2/blah/public_html/simplydanedehaan/fanfiction/includes/class.TemplatePower.inc.php on line 387
But when logged in I get these errors:
Warning: A non-numeric value encountered in /home2/blah/public_html/simplydanedehaan/fanfiction/user/login.php on line 74
Warning: A non-numeric value encountered in /home2/blah/public_html/simplydanedehaan/fanfiction/user/login.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /home2/blah/public_html/simplydanedehaan/fanfiction/user/login.php:74) in /home2/blah/public_html/simplydanedehaan/fanfiction/header.php on line 64
Warning: Cannot modify header information - headers already sent by (output started at /home2/blah/public_html/simplydanedehaan/fanfiction/user/login.php:74) in /home2/blah/public_html/simplydanedehaan/fanfiction/header.php on line 65
Warning: Cannot modify header information - headers already sent by (output started at /home2/blah/public_html/simplydanedehaan/fanfiction/user/login.php:74) in /home2/blah/public_html/simplydanedehaan/fanfiction/header.php on line 66
Warning: Cannot modify header information - headers already sent by (output started at /home2/blah/public_html/simplydanedehaan/fanfiction/user/login.php:74) in /home2/blah/public_html/simplydanedehaan/fanfiction/header.php on line 67
Warning: A non-numeric value encountered in /home2/blah/public_html/simplydanedehaan/fanfiction/includes/get_session_vars.php on line 47
Warning: A non-numeric value encountered in /home2/blah/public_html/simplydanedehaan/fanfiction/includes/get_session_vars.php on line 47
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; TemplatePower has a deprecated constructor in /home2/blah/public_html/simplydanedehaan/fanfiction/includes/class.TemplatePower.inc.php on line 387
This is version 355 with php 7. My host removed all php 5 so guess that's why these errors are popping up. 3.5,3 only had the first error. Any Solutions?