Re: Installaton ging nicht
Verfasst: 27.08.2010 18:13
Also ich habe das problem genau analisiert:
Die fehlermeldung:
Deprecated: Assigning the return value of new by reference is deprecated in /users/funliveserver/www/phpBB3/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
1.Problemdatei:
functions.php
da ist das problem ind diesen zeilen:
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
Also was muss ich da ändern?
2.Problemdatei:
phpbb_captcha_gd_plugin.php
der fehler ligt hier:(Fehlerzeile ist fett)
function phpbb_captcha_gd()
{
global $phpbb_root_path, $phpEx;
if (!class_exists('captcha'))
{
include($phpbb_root_path . 'includes/captcha/captcha_gd.' . $phpEx);
}
}
function &get_instance()
{
$instance =& new phpbb_captcha_gd();
return $instance;
}
function is_available()
{
global $phpbb_root_path, $phpEx;
if (@extension_loaded('gd'))
{
return true;
Also was ist hier das Problem?
Ps:Wenn mir nimand helfen kann,könnte mir dann nicht jemand vieleicht diese dateien von seinem eigenen Forum per email senden?denn die dateien ändern sich ja nicht.
Bitte!
Meine email: leitner.rick05@gmail.com
Die fehlermeldung:
Deprecated: Assigning the return value of new by reference is deprecated in /users/funliveserver/www/phpBB3/includes/captcha/plugins/phpbb_captcha_gd_plugin.php on line 55
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/captcha/plugins/phpbb_captcha_gd_plugin.php:55)
1.Problemdatei:
functions.php
da ist das problem ind diesen zeilen:
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');
Also was muss ich da ändern?
2.Problemdatei:
phpbb_captcha_gd_plugin.php
der fehler ligt hier:(Fehlerzeile ist fett)
function phpbb_captcha_gd()
{
global $phpbb_root_path, $phpEx;
if (!class_exists('captcha'))
{
include($phpbb_root_path . 'includes/captcha/captcha_gd.' . $phpEx);
}
}
function &get_instance()
{
$instance =& new phpbb_captcha_gd();
return $instance;
}
function is_available()
{
global $phpbb_root_path, $phpEx;
if (@extension_loaded('gd'))
{
return true;
Also was ist hier das Problem?
Ps:Wenn mir nimand helfen kann,könnte mir dann nicht jemand vieleicht diese dateien von seinem eigenen Forum per email senden?denn die dateien ändern sich ja nicht.
Bitte!
Meine email: leitner.rick05@gmail.com