Tagged: x
-
AuthorPosts
-
March 29, 2016 at 9:33 am #856899
Hey,
I’ve received an error when trying to load one of my pages 🙁
Could you help me resolve the problem? i have no idea what the error means.
Thanks in advance,
JohanMarch 29, 2016 at 11:30 am #857103Hi there,
Thanks for writing in.
This means you’ve exceeded your hosts memory limit, try adding the following to your wp-config.php to raise the memory limit, add it under the line reading “That’s all, stop editing, happy blogging!”.
define('WP_MEMORY_LIMIT', '256M');
Though on some hosts, this won’t take effect and you’ll need to contact your hosting company directly to ask them to increase the PHP memory limit.
Thank you!
April 1, 2016 at 1:27 am #862122Hi Jack,
To find this file, do I have to log in through something like FileZilla? or can I do it through the wordpress back-end?
Does it affect any x-theme files? I haven’t created a child theme since 1. I’m not 100% sure what it’s for and 2. I dont think i need it since I’ve only made few CSS adjustments through the x-theme editor. (correct me if I’m wrong)
Best regards,
JohanApril 1, 2016 at 4:58 am #862336Hi Johan,
Yes, you can access this file using FTP like FILEZILLA. We can find it inside the default wordpress folder of your site. No, this will not affect X theme files. This is a default wordpress file. This link might help:http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Always,
X -
AuthorPosts