Just updated the plugin (successfully) and now I’m getting the following error:
Fatal error: Out of memory (allocated 13631488) (tried to allocate 4864 bytes) in /nfs/c04/h03/mnt/165418/domains/billcbanks.com/html/clients/concentric/wp-content/plugins/advanced-custom-fields/core/fields/number.php on line 108
Total WP newb (hence using plugins) so any help would be appreciated.
Hi @tride
Your PHP error is pretty self explanitory. Your server has run out of memory.
This is due to your page load performing more tasks than the server will allow.
You can either increase your PHP memory (contact your host for this)
or you can remove some other plugins to remove tasks on page load.
Hope that helps.
Thanks
E