Ich habe auch dieses Problem, es taucht auf, wenn ich im Beispielmandanten im Backend die einzelnen Artikel aufrufen will. Alles andere geht.
Die Meldung:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in /var/www/xxx/contenido/includes/functions.lang.php on line 436
Contenido 4.8.6
Installierte PHP-Version 5.2.0-8+etch1
Datenbankserver-Version 5.0.32-Debian_7etch1-log
die memory size im skript zu ändern, wie ngcat schreibt, funktioniert bei mir nicht.
In der Zeile 436 steht:
Code: Alles auswählen
/* Reallocate the category -> templatecfg
allocations */
if (is_array($cfg_cat))
{
foreach($cfg_cat as $data)
{
436 if ($data['idtplcfg'] != 0)
{ // Category has a configuration
foreach ($cfg_old_new as $arr)
Kann jemand helfen?
Danke und Gruß
DoroM