MyBB.de Forum
Fehler meldung in /inc/functions_compat.php on line 20 - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html)
+---- Thema: Fehler meldung in /inc/functions_compat.php on line 20 (/thread-18024.html)



Fehler meldung in /inc/functions_compat.php on line 20 - MrGamerDE - 09.03.2011

Hallo,

Ich habe gerade die Foren Regeln durch gelesen und dann mein Problem gesucht, aber jedoch ohne Erfolg.

Wenn ich nach der Installation die Seite aufrufen will kommt dieser Fehler:
Zitat:Fatal error: Cannot redeclare memory_get_peak_usage() in /usr/export/www/vhosts/funnetwork/hosting/mrgamerde/inc/functions_compat.php on line 20

Danach hatte ich eine Neuinstallation gemacht, aber dann kam immer noch der Fehler.
Ich hatte mir dannach die Line 20 in inc/functions_compat.php angeschaut..

PHP-Code:
1       <?php

18      
if(!function_exists('memory_get_peak_usage'))
19      {
20          function memory_get_peak_usage($real_usage=true)
21          {
22              return memory_get_usage($real_usage);
23          }
24      }
25
26      ?>

Jetzt brauche ich hilfe. Worin liegt hier der Fehler?

Danke im Vorraus.

Mfg
MrGamerDE

Edit: Ich nutze MyBB 1.6.2 Deutsch


RE: Fehler meldung in /inc/functions_compat.php on line 20 - StefanT - 09.03.2011

Bitte benutze die Suche!
https://www.mybb.de/forum/thread-10100-post-73517.html#pid73517