Hi , with the new update i got “Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 304699 bytes) in…public_html/wp-content/themes/enfold/css/dynamic-css.php on line 814”
Is this a shortage of memory or caused by the update?
I uploaded the theme with ftp.
grtz
Hi rikv!
Glad that you were able to upload the theme via FTP.
That error is usually due to memory allocation being less than what is needed. You try increasing the memory allocated to PHP https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP and also the max execution time http://www.wpbeginner.com/wp-tutorials/how-to-fix-fatal-error-maximum-execution-time-exceeded-in-wordpress/ .
Best regards,
Jordan