I want to keep this private since it is code on my server…
Hey 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!
Josue
Hey!
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,
Ismael
Hi 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
Hi!
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