Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #712213

    I am getting a memory allocation error. I have made changes to the php.ini file recommended but this has not helped. I can install any other theme and gravity forms installs and functions correctly but when I activate Enfold, bam, Fatal error.

    Please advise – link in private

    • This topic was modified 7 years, 4 months ago by spatton.
    #712318

    Hey spatton,

    What is your current PHP memory limit? Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue not only in php.ini.

    To increase the wordpress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    and you can contact your service provider to increase the memory limit.

    Best regards,
    Jordan

    #712496

    Awesome. Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Cannot install Gravity Forms and Enfold at the same time’ is closed to new replies.