Hello All,

I am upgrading my VBUlletin and I am receiving this Error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8835301 bytes) in /home/user/public_html/includes/adminfunctions.php on line 3209

I edited the php.ini file and tried allocating memory_limit upto 1400M, but no luck(yes, I tried upto this!!!).

Any idea?

Recommended Answers

All 2 Replies

does
export the posts
update
import the posts
reduce memory demand ?

I received that error when calculating pi. As for the solution: There may be a line like the below in the php script.

ini_set('memory_limit','32M');

To solve that line simply change the number to how many megabites you want allocated to the memory. That is if the line exists somewhere in the script it can override the php.ini directives.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.