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();
}
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
OK here it is
Please let me know.
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
Thanks man, fixed it up.
scott
Hi,
Have you tried what Yigit suggested? please do what he instructed and tell us if it works or not.
Best regards,
Nikko