Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #618299

    I have problems despite to follow the instruction here code include the home page:
    I have this message:
    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 7223 bytes) in /home1……..ml/wp-includes/wp-db.php on line 1772.
    What does it mean?

    #618314

    Hey endanight!

    Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    You can contact your service provider and they can do it for you.

    Regards,
    Yigit

    #618346

    I have added first this:

    define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

    And the problem continued, then I have added this:
    define( ‘WP_MAX_MEMORY_LIM@ini_set( ‘log_errors’, ‘On’ );
    @ini_set( ‘display_errors’, ‘Off’ );
    define( ‘WP_DEBUG’, false );
    define( ‘WP_DEBUG_LOG’, false );
    define( ‘WP_DEBUG_DISPLAY’, false );IT’, ‘256M’ );

    An it was a fatal error

    And why the code I have added before to functions php has disappeared?
    I´ve had to add again the woocommerce remove the range price, and the custum padding I added yesterday following your recommendagtion is not working any more I thing because of that and I can´t find and remember the code in functions php to add custum quck css.

    Please can you help me now?

    #618358

    Hi!

    If you are not using a child theme and had your code in functions.php file of your parent theme, it must be overwritten. Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and add your custom functions in functions.php file of your child theme instead.

    If we have provided you those custom codes, you can find your previously started threads here – https://kriesi.at/support/profile/endanight/topics/

    Please contact your hosting provider regarding increasing memory limit.

    Best regards,
    Yigit

    #618443

    Could you help me with the child theme, please? I want to be sure it is everything correct

    Thanks

    #618467

    And please confirm id this is what I need to add to functions php for quick css:
    add_theme_support(‘avia_template_builder_custom_css’);

    #618655

    Hey!

    Please post FTP logins here privately as well

    Regards,
    Yigit

    #618661

    Sorry for my lack of knowledge but what do you mean?

    #618671

    Are you asking me for my host log in?
    They said that I don´t have more than “beyond the set 256M we allow,”

    #618672

    Hi!

    It seems like you would need to increase the memory limit even higher
    Please try following in wp-config.php file

    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can read more here – https://en.wikipedia.org/wiki/File_Transfer_Protocol
    We need FTP to able to access to your files on your installation. Your hosting provider can provide you your logins if they have not already. But please try to increase limit to a higher value

    Regards,
    Yigit

    #619129

    this are my ftp credentials. Could you help ASAP, please?

    #619165

    These are my FTP credientials, I am continuing having more errors and I don´t have access to edit the home page. Could you help me, please?
    I have 256M memory.
    There are more problems in some color sections the custum id doesn´t work and on the secundary menu the font colour has changed and I haven´t changed anything.

    #620981

    Hey!

    In a few cases, this adjustment has to be done in the php.ini file. If you don’t have access to that file, please contact your hosting provider so that they can increase the value for you.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.