Strange errors showing on Chrome only at the very top of the page (www.thecrecerfoundation.com). I also cannot login to the Dashboard with Chrome only with these errors. It was working fine on Chrome yesterday after template update.
Site works fine on FF and Safari and I can access Dashboard that way fine. I have the latest WP version and Enfold version installed.
Warning: session_start() [function.session-start]: The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in /home/crecer/public_html/thecrecerfoundation.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/crecer/public_html/thecrecerfoundation.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/crecer/public_html/thecrecerfoundation.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/crecer/public_html/thecrecerfoundation.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/crecer/public_html/thecrecerfoundation.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Hey!
Try adding this at the very end of your theme functions.php file:
add_theme_support('avia_no_session_support');
Cheers!
Josue
Worked great. Thanks for the great support Josue!