Hi there I’m having issues again on my site: (link1) If you check this link, you’ll find an error of session_start() function.
Also my gallery isn’t working! (link 2)
Please let me know what I’m missing!
Any update?
Hey!
1) The session_start() warning tells you that the server can’t write or create a session file because the permission of the tmp folder doesn’t allow it. You must contact the server administrator and ask him to fix the folder permissions. Alternatively you can deactivate all theme sessions with this code (add it to the theme functions.php):
add_theme_support('avia_no_session_support');
but this may break the portfolio breadcrumbs which sometimes use sessions to store data. In addition it doesn’t solve the issue that your server can’t write/use php sessions at the moment.
2) Please elaborate – the gallery and the lightbox of the gallery seems to work for me: http://www.clipular.com/c/6723826687672320.png?k=1O9pRoZNwv4Bp_Qj2kiR4NMEv1I
Best regards,
Peter