Memory Problem

onyxchase

Active member
I was wondering if someone could help me...

I am having this problem with my XenForo installation:

PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3077474781 bytes) in Unknown on line 0

I've been able to remedy the situation by putting this line in my php.ini

disable_functions = ini_set()

But as soon as I take it off, it crashes. This function disables command-line php, so I will need it...

Is there any reason why I would get this kind of error?
 
Whenever I browse to the page, I was trying to get my host to install PDO for PHP & MySQL but now it's all messed up :/ They say a script somewhere is taking all of the memory and crashing my server or something, and they don't support that. Funny how everything was running fine until I asked for their help...
 
Top Bottom