PHP 7.1.8 and 1&1
Posted: Mon Aug 21, 2017 3:01 pm
Hello Jachym and the other member,
I would like to post my problem in your new forum, maybe someone has the same problem in the future.
My new hoster is 1&1 and the PHP-Version is 7.1.8
As soon as I have registered in the admin area .../admin/login.php and I've entered my pwd., it does not go on and the website remains with ... / admin / authorize.php.
Jachym told me, I should temp. modify the config.php with add the line
error_reporting(E_ALL);ini_set('display_errors', 'On');
The result are the following error-messages:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; moonPhase has a deprecated constructor in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php on line 2169
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php:2169) in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/admin/authorize.php on line 41
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php:2169) in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/admin/authorize.php on line 41
Warning: Cannot modify header information - headers already sent by (output started at /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php:2169) in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/admin/authorize.php on line 111
I have also modified the php.ini like this:
zlib.output_compression=1
zlib.output_compression_level=9
error_reporting = E_ALL & ~E_NOTICE | E_DEPRECATED
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
allow_url_fopen = On
track_errors = Off
xmlrpc_errors = 0
html_errors = Off
error_log = php-error.log
register_globals = on
allow_url_fopen = on
allow_url_include = on
No results.
The "master" Jachym is already concerned about the problem.
Best Regards (and sorry for my broken English)
Alexander
I would like to post my problem in your new forum, maybe someone has the same problem in the future.
My new hoster is 1&1 and the PHP-Version is 7.1.8
As soon as I have registered in the admin area .../admin/login.php and I've entered my pwd., it does not go on and the website remains with ... / admin / authorize.php.
Jachym told me, I should temp. modify the config.php with add the line
error_reporting(E_ALL);ini_set('display_errors', 'On');
The result are the following error-messages:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; moonPhase has a deprecated constructor in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php on line 2169
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php:2169) in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/admin/authorize.php on line 41
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php:2169) in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/admin/authorize.php on line 41
Warning: Cannot modify header information - headers already sent by (output started at /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/scripts/functions.php:2169) in /homepages/9/d694096150/htdocs/zedekia/wetter/mt/template/admin/authorize.php on line 111
I have also modified the php.ini like this:
zlib.output_compression=1
zlib.output_compression_level=9
error_reporting = E_ALL & ~E_NOTICE | E_DEPRECATED
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
allow_url_fopen = On
track_errors = Off
xmlrpc_errors = 0
html_errors = Off
error_log = php-error.log
register_globals = on
allow_url_fopen = on
allow_url_include = on
No results.
The "master" Jachym is already concerned about the problem.
Best Regards (and sorry for my broken English)
Alexander