Hallo,
meine aktuelle neue Joomla 3.3.3 Version hängt sich ab und zu komplett auf (Seite lädt bis zum 500er internal Server Error) - es hilft nur ein Neustarten des PHP Dienstes (Umstellung über Admin von Fast CGI auf PHP-FPM und umgekehrt)
Mir wurde gesagt, dass meine LOKALE in der Apache Konfiguration falsch eingestellt ist und ich dies ändern muss.
<?php
echo "<p>Ergebnis:</p><pre>".print_r(localeconv(),true)."</pre>";
?>
Falsche Einstellung:
[decimal_point] => ,
[thousands_sep] => .
Wie genau kann ich das umstellen?
Danke im Voraus...
meine aktuelle neue Joomla 3.3.3 Version hängt sich ab und zu komplett auf (Seite lädt bis zum 500er internal Server Error) - es hilft nur ein Neustarten des PHP Dienstes (Umstellung über Admin von Fast CGI auf PHP-FPM und umgekehrt)
Mir wurde gesagt, dass meine LOKALE in der Apache Konfiguration falsch eingestellt ist und ich dies ändern muss.
<?php
echo "<p>Ergebnis:</p><pre>".print_r(localeconv(),true)."</pre>";
?>
Falsche Einstellung:
[decimal_point] => ,
[thousands_sep] => .
Wie genau kann ich das umstellen?
Danke im Voraus...