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

    I have deleted the enfold theme through FTP and reinstalled, reverted back to previous versions of FTP
    I traced the file and spot mentioned in the error.

    \html\MyDomain\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php on line 33

    This is what is in that file

    function extra_assets()
    {
    add_action(‘wp_ajax_avia_ajax_masonry_more’, array(‘avia_masonry’,’load_more’));
    add_action(‘wp_ajax_nopriv_avia_ajax_masonry_more’, array(‘avia_masonry’,’load_more’));

    if(!is_admin() && !current_theme_supports(‘avia_no_session_support’) && !session_id()) session_start();
    }

    #796921

    Hey scoot247,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #797013

    OK here it is

    #797753

    Please let me know.

    #797759

    Hi,

    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.

    Then add following code to Functions.php file in Appearance > Editor

    add_theme_support('avia_no_session_support');

    Best regards,
    Yigit

    #798468

    Thanks man, fixed it up.

    scott

    #798563

    Hi,

    Have you tried what Yigit suggested? please do what he instructed and tell us if it works or not.

    Best regards,
    Nikko

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