-
AuthorPosts
-
April 20, 2016 at 1:49 pm #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?April 20, 2016 at 2:13 pm #618314Hey 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,
YigitApril 20, 2016 at 2:40 pm #618346I 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?
April 20, 2016 at 3:07 pm #618358Hi!
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,
YigitApril 20, 2016 at 4:18 pm #618443Could you help me with the child theme, please? I want to be sure it is everything correct
Thanks
April 20, 2016 at 4:37 pm #618467And please confirm id this is what I need to add to functions php for quick css:
add_theme_support(‘avia_template_builder_custom_css’);April 20, 2016 at 8:19 pm #618655April 20, 2016 at 8:24 pm #618661Sorry for my lack of knowledge but what do you mean?
April 20, 2016 at 8:30 pm #618671Are you asking me for my host log in?
They said that I don´t have more than “beyond the set 256M we allow,”April 20, 2016 at 8:31 pm #618672Hi!
It seems like you would need to increase the memory limit even higher
Please try following in wp-config.php filedefine( '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 valueRegards,
YigitApril 21, 2016 at 1:29 pm #619129this are my ftp credentials. Could you help ASAP, please?
April 21, 2016 at 2:11 pm #619165These 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.April 25, 2016 at 5:25 am #620981 -
AuthorPosts
- You must be logged in to reply to this topic.