Hi guys, got this error message since I've installed the some demo pages :(
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /homepages/13/d371476686/htdocs/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/fields/typography/googlefonts.php on line 1
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /homepages/13/d371476686/htdocs/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/fields/typography/googlefonts.php on line 1
I've done that and they have updated my hosting to a better one but still got the error message:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /homepages/13/d371476686/htdocs/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/fields/typography/googlefonts.php on line 1
I'be been looking around for solutions and pretty much all of them suggest to increase the PHP memory via different Wordpress files... done some still with no luck :(
BUT! I realised it is a local issue as only on my Chrome browser will display the error and I found this very weird. Also because in it is all fine in Chrome when in incognito mode. Also fine in Safari.
This is the site: alcadon.co.uk
- As previously mentioned it all started when I dowloaded some Salient Demo pages.
Not sure what can you make of this but if you think I should try something please suggest! :)
The bigger the page content the more likely you are to run out of memory . Are you running multiple Plugins ?. If yes try turning them off and check . Also use this plugin to check how much memory you have set : https://wordpress.org/plugins/wordpress-php-info/ .
Hi guys, got this error message since I've installed the some demo pages :(
Any help?
Cheers
Alex
Hey Alex,
You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .
Add this to wp-config.php via FTP after the WP_debug line :
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Bes.t
ThemeNectar Support Team
Thanks Tahir, still not working :(
Hey Again,
Try contacting your hosting provider as you might be on a shared server . They should be able to increase it with few clicks .
Thanks
ThemeNectar Support Team
Hi Tahir,
I've done that and they have updated my hosting to a better one but still got the error message:
I'be been looking around for solutions and pretty much all of them suggest to increase the PHP memory via different Wordpress files... done some still with no luck :(
BUT! I realised it is a local issue as only on my Chrome browser will display the error and I found this very weird. Also because in it is all fine in Chrome when in incognito mode. Also fine in Safari.
This is the site: alcadon.co.uk
- As previously mentioned it all started when I dowloaded some Salient Demo pages.
Not sure what can you make of this but if you think I should try something please suggest! :)
Thank you
Alex
Hey Again,
The bigger the page content the more likely you are to run out of memory . Are you running multiple Plugins ?. If yes try turning them off and check . Also use this plugin to check how much memory you have set : https://wordpress.org/plugins/wordpress-php-info/ .
Thanks
ThemeNectar Support Team