-
AuthorPosts
-
July 2, 2014 at 3:02 am #285994
I want to keep this private since it is code on my server…
-
This topic was modified 11 years, 4 months ago by
Mark.
July 2, 2014 at 3:03 am #285997This reply has been marked as private.July 2, 2014 at 3:23 am #286002Hey Mark!
Those are warnings, you can disable them with a code like this in wp-config.php or theme functions.php:
error_reporting(E_ERROR | E_PARSE);Cheers!
JosueJuly 2, 2014 at 3:40 am #286004This reply has been marked as private.July 2, 2014 at 6:08 am #286045Hey!
Thank you for the update.
You can add this on functions.php to disable the theme session but this might break the breadcrumbs:
add_theme_support('avia_no_session_support')If you have the time, please try the solution here: https://kriesi.at/support/topic/help-trying-to-understand-error-message/
Best regards,
IsmaelJuly 13, 2014 at 5:02 am #290715Hi Ishmael,
Adding the avia_no_session_support to the child theme functions.php worked – when I run wp-cron.php, the warnings above are now gone. Is there anything I need to be concerned with future updates using the child functions.php?
I ran into the maintenance issue/bug others had posted about with the latest update, but fortunately, manually updating the theme fixed everything.
I’m just wondering if I need to be aware of anything moving forward with updating. Also, if you guys have some recommendations on a tool that I can use to backup my theme and database, that would give me a little more confidence with updates…I do the manual exports from cpanel, but, that’s about it.
I was using the duplicator plugin, but once I install a caching plugin like W3, the caching file sizes make it impossible to use duplicator without errors.
Thanks for any advice you can provide. Best theme and support, hands down!
Mark
July 14, 2014 at 5:21 pm #291161Hi!
No, not really. You can use this code in the the child functions.php without breaking something. I use this plugin: http://wordpress.org/plugins/backupwordpress/ to backup my websites.
Regards,
Peter -
This topic was modified 11 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
