Re: Fehlermeldung nach Update auf 3.0.8
Verfasst: 01.05.2011 20:39
Ups, jetzt hab ichs geschnallt, aber funktioniert trotzdem nicht... Hab beide Stellen versucht und auch beide zusammen, geht leider nicht.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Bei deinem Code ist nachStonewoman hat geschrieben:Code: Alles auswählen
// Is load exceeded? if ($config['limit_load'] && $this->load !== false) { if ($this->load > floatval($config['limit_load']) && !defined('IN_LOGIN') && !defined('IN_ADMIN')) { // Set board disabled to true to let the admins/mods get the proper notification $config['board_disable'] = '1'; if (!$auth->acl_gets('a_', 'm_') && !$auth->acl_getf_global('m_')) { send_status_line(503, 'Service Unavailable'); } trigger_error('BOARD_UNAVAILABLE'); } } }
trigger_error('BOARD_UNAVAILABLE');
die Klammer ( } ) zu viel.Code: Alles auswählen
// Is load exceeded?
if ($config['limit_load'] && $this->load !== false)
{
if ($this->load > floatval($config['limit_load']) && !defined('IN_LOGIN') && !defined('IN_ADMIN'))
{
// Set board disabled to true to let the admins/mods get the proper notification
$config['board_disable'] = '1';
if (!$auth->acl_gets('a_', 'm_') && !$auth->acl_getf_global('m_'))
{
send_status_line(503, 'Service Unavailable');
}
trigger_error('BOARD_UNAVAILABLE');
}
}
}
Code: Alles auswählen
// Is load exceeded?
if ($config['limit_load'] && $this->load !== false)
{
if ($this->load > floatval($config['limit_load']) && !defined('IN_LOGIN') && !defined('IN_ADMIN'))
{
// Set board disabled to true to let the admins/mods get the proper notification
$config['board_disable'] = '1';
if (!$auth->acl_gets('a_', 'm_') && !$auth->acl_getf_global('m_'))
{
if ($this->data['is_bot'])
{
send_status_line(503, 'Service Unavailable');
}
trigger_error('BOARD_UNAVAILABLE');
}
}
}
- Und wenn ich mich im ACP anmelde, steht da das die Anmeldung erfolgreich war und das ich weitergeleitet werde, aber ich lande auf der Index-Seite und gelange erst ins ACP wenn ich noch mal auf den Link zum ACP klicke... Auch wenn ich in einem Profil auf "Benutzer administrieren" klicke komme ich nur zur Indexseite.[phpBB Debug] PHP Notice: in file /includes/captcha/plugins/captcha_abstract.php on line 233: mt_rand() expects parameter 1 to be long, string given
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4490: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4492: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4493: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4494: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)
Moin,Stonewoman hat geschrieben:- Und wenn ich mich im ACP anmelde, steht da das die Anmeldung erfolgreich war und das ich weitergeleitet werde, aber ich lande auf der Index-Seite und gelange erst ins ACP wenn ich noch mal auf den Link zum ACP klicke...
Woran erkenne ich denn das? Im ACP unter Style steht nix davon.schnagga hat geschrieben:hört sich nach nicht aktuellen Style an
Gute Frage, wir haben das automatische Update gemacht.schnagga hat geschrieben:Hast du die Codechanges durchgeführt?
Dann sieht alles komisch aus, hab ich mir vor einigen Wochen mal angeschaut. Im Moment möcht ich das nicht umstellen, da ich um diese Zeit immer Hochbetrieb hab. Ich schau es mir heute Nacht noch mal an.schnagga hat geschrieben:Was passiert wenn du auf prosilver umschaltest?
Was hat das eine mit dem anderen zu tun? Du kannst doch in deinem UCP nur für dich den Style auf proSilver umstellen, da ist doch sonst niemand betroffen. Du sollst nicht im ACP den Default Style ändern, einfach nur in deinem UCP auf proSilver stellen und anschauen, wie es aussieht oder ob es funktioniert.Stonewoman hat geschrieben:Dann sieht alles komisch aus, hab ich mir vor einigen Wochen mal angeschaut. Im Moment möcht ich das nicht umstellen, da ich um diese Zeit immer Hochbetrieb hab. Ich schau es mir heute Nacht noch mal an.schnagga hat geschrieben:Was passiert wenn du auf prosilver umschaltest?
ist dadurch behoben. Diese Fehler:Stonewoman hat geschrieben:- Und wenn ich mich im ACP anmelde, steht da das die Anmeldung erfolgreich war und das ich weitergeleitet werde, aber ich lande auf der Index-Seite und gelange erst ins ACP wenn ich noch mal auf den Link zum ACP klicke... Auch wenn ich in einem Profil auf "Benutzer administrieren" klicke komme ich nur zur Indexseite.
sind leider immer noch da... Und wir wissen nicht, wie wir das wieder hinbekommen...Stonewoman hat geschrieben:- Wenn man mit ="Name" zitiert, sieht das so aus: http://forum.skoliose-op.info/phpBB3/vi ... 279#p98279 (Editieren geht nicht, weil alles "richtig" ist).
- Einige BBCodes (u.a. "list=") gehen nicht mehr.
- Wenn man als Gast in einem Beitrag auf "antworten" klickt (normalerweise kommt man dann zur Anmeldung, da Gäste bei uns nicht schreiben können) kommt:- Bei der Registrierung wird der Code nicht richtig angezeigt. Da ist nur ein farbiges Feld ohne Zeichen. Hab ihn jetzt erstmal deaktiviert, damit sich die Leute registrieren können...[phpBB Debug] PHP Notice: in file /includes/captcha/plugins/captcha_abstract.php on line 233: mt_rand() expects parameter 1 to be long, string given
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4490: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4492: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4493: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4494: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3683)