"Fatal Error" in Optimize My Site

mmuise's picture

I just tried to export a campaign from OMS to adCenter and got this error message:

"Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 15729061 bytes) in /home/xxx/public_html/xxx/oms/lib_php/import-export/microsoft.php on line 4"

(Note that I've replaced my site with "xxx")

Anybody else get this message? I logged out and then tried to export again, but got the same message.

Moe

Figured it out - the file

mmuise's picture

Figured it out - the file size is too big (I guess that's what "memory size...exhausted" was getting at. Duh...)

Hey Moe,

harbor4393's picture

Hey Moe,

In the OMS folder open the file common.php and increase the memory limit, this might help you export larger campaigns.

For example the current memory limit is set as:

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

Change the 16M to 48M or 96M and you will probably be able to export your campaign.

Jeff

Awesome - thanks for the

mmuise's picture

Awesome - thanks for the tip, Jeff.

Moe

Syndicate content