XF 1.2 Cache rebuilding:Allowed memory size of 134217728 bytes exhausted

Thee

Active member
Hello,

after upgrading to XenForo 1.2.2 I get this error every time I install / upgrade an addon, as far as I can tell installing / updating finishes though? At lest the Tapatalk addon worked afterwards so it has to be finished partially.

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 159607 bytes) in /serverstuff/library/XenForo/Template/FileHandler.php on line 95

Any ideas?
 
This here:
ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 159607 bytes) - library/XenForo/Template/FileHandler.php:95
Erstellt von: Thee, Vor 39 Minuten
Stapelverfolgung
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Benötigter Status
array(3) {
["url"] => string(54) "http://wildstaronline.de/admin.php?tools/cache-rebuild"
["_GET"] => array(1) {
["tools/cache-rebuild"] => string(0) ""
}
["_POST"] => array(8) {
["process"] => string(1) "1"
["caches"] => string(28) "["Template","EmailTemplate"]"
["position"] => string(1) "0"
["redirect"] => string(43) "http://wildstaronline.de/admin.php?add-ons/"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(30) "/admin.php?tools/cache-rebuild"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
/QUOTE]
 
Also, please turn off debug mode if you've enabled it. Does that help at all?

If you go to <url>/install/ and rebuild the master data, does it happen?

The URL shown in the error message is used in 1.1 but not 1.2. However, an add-on could be using it (though the files don't normally exist in 1.2). But the error in the error log wouldn't normally get logged unless you were using 1.2, so it's a weird mix.
 
Top Bottom