Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 122880 bytes) in /home/medguru/public_html/sites/all/modules/views_field_view/views_field_view_handler_field_view.inc on line 307

hi i am new to drupal, i am doing its seo, please tell what to do i m getting this error

the site is www.themedguru.com

Comments

Chandan Chaudhary’s picture

try increasing the memory limit variable of php by
ini_set('memory_limit',128M);

Need Drupal help?
Reach me

Acquia Certified Developer

Backend Frontend and DevOps.

aakriti90feb’s picture

thanku very much, it helped me.