Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #290558

    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

    #290562

    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?

    #290574

    My hosting provider, Hostgator, claims they do this by default. What next?

    #290575

    Would it have anything to do with the fact that the URL that it is showing is local vs the web URL?

    #290676

    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

    #305993

    Seems to be working properly.

    Thanks!

    #306066

    Hey!

    Glad it worked. This issue may solved itself eventually so you should probably remove the suggested code above because it might affect the breadcrumbs.

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Warning on Masonry Entries page’ is closed to new replies.