Tagged: warning
I am getting this error when I activate the theme:
Warning: session_start(): open(/tmp/sess_8567dbc2ee35caf51234cbae31d73cca, O_RDWR) failed: Permission denied (13) in /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/koelzer/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Hi designbyjm!
Sounds like your hosting provider may not allow php sessions. See if they will turn them on for you which will let the theme track the user session to create the breadcrumbs on those pages.
Best regards,
Devin
I will ask them, however I have had multiple other sites on the same hosting provider and have no issues with this before. Is this something new you guys have implemented?
My hosting provider, Hostgator, claims they do this by default. What next?
Would it have anything to do with the fact that the URL that it is showing is local vs the web URL?
Hi!
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 this fix: https://kriesi.at/support/topic/help-trying-to-understand-error-message/
Best regards,
Ismael
Seems to be working properly.
Thanks!