Thread Starter
1key
(@1key)
I’m a bit confused.
So i’m editing line 591 and 576 to be:
$from_name = (empty($admin_options[‘default_from_name’])) ? __($_POST[‘ccf_name’], ‘custom-contact-forms’) : $admin_options[‘default_from_name’];
whats the exact edit?
[Moderator Note: No bumping, thank you.]
Thread Starter
1key
(@1key)
THANK YOU!!
Added define(‘WP_MEMORY_LIMIT’, ’64M’); to the config file and it solved it.
Huge thanks!