Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856899

    Johanschack
    Participant

    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,
    Johan

    #857103

    Jack
    Keymaster

    Hi 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!

    #862122

    Johanschack
    Participant

    Hi 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,
    Johan

    #862336

    Lely
    Moderator

    Hi 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