I am unable to create or save a page. I get this error

Fatal error: Allowed memory size of 146800640 bytes exhausted (tried to allocate 261900 bytes) in /sites/all/modules/ckeditor/ckeditor.module on line 1063.

My php.ini memory is 128m that should be plenty of memory, why is this happening ?

Comments

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

It's probably not problem with CKEditor module, but pls list all your installed modules...
One of your modules use a big amount of memory, so CKEditor module don't have enough space to save anything and show error.

Greetings

espirates’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Yes that was it, problem solved.

Christopher James Francis Rodgers’s picture

FYI:

For a detailed step-by-step solution to this memory error problem
for both Drupal 6 and Drupal 7 to easily increase the memory allocation to 128M, see...
http://drupal.org/node/76156#comment-4582924

..or..

Drupal 7 memory increase to more than 128M,
that may or may not work for Drupal 6, see...
http://drupal.org/node/76156#comment-4583384