Tagged: warning
-
AuthorPosts
-
July 12, 2014 at 5:36 pm #290553
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
July 12, 2014 at 5:45 pm #290558Hi 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,
DevinJuly 12, 2014 at 5:49 pm #290562I 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?
July 12, 2014 at 6:22 pm #290574My hosting provider, Hostgator, claims they do this by default. What next?
July 12, 2014 at 6:25 pm #290575Would it have anything to do with the fact that the URL that it is showing is local vs the web URL?
July 13, 2014 at 3:06 am #290676Hi!
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,
IsmaelAugust 18, 2014 at 9:34 pm #305993Seems to be working properly.
Thanks!
August 19, 2014 at 4:30 am #306066 -
AuthorPosts
- The topic ‘Warning on Masonry Entries page’ is closed to new replies.
