Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #285994

    I want to keep this private since it is code on my server…

    • This topic was modified 10 years, 5 months ago by Mark.
    #285997
    This reply has been marked as private.
    #286002

    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

    #286004
    This reply has been marked as private.
    #286045

    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

    #290715

    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

    #291161

    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

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