XF 1.3 fatal error

topcat

Well-known member
Got the error below. I have just moved servers from a server I had been on for years with my vbulletin forums, and all edit I had done previously have been lost. Is there anything I need to do server side to solve this

ErrorException: Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 23744 bytes) - library/XenForo/Template/Compiler/Statement/Raw.php:17
Generated By: Unknown Account, Tuesday at 5:01 AM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(33) "http://xxxxxxxx/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(4) {
["_xfRequestUri"] => string(10) "/index.php"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}
 
Top Bottom