I am receiving the following errors all of my websites pages.
Warning: session_start() [function.session-start]: open(/tmp/sess_110024a16996bb35c7f6d138127e6f13, O_RDWR) failed: Permission denied (13) in /home/summeybo/public_html/wp-content/themes/freely/admin/options.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/summeybo/public_html/wp-content/themes/freely/admin/options.php:2) in /home/summeybo/public_html/wp-content/themes/freely/admin/options.php on line 2
Warning: Cannot modify header information – headers already sent by (output started at /home/summeybo/public_html/wp-content/themes/freely/admin/options.php:2) in /home/summeybo/public_html/wp-login.php on line 368
Warning: Cannot modify header information – headers already sent by (output started at /home/summeybo/public_html/wp-content/themes/freely/admin/options.php:2) in /home/summeybo/public_html/wp-login.php on line 380
I have even attempted a fresh install with the theme that we purchased and have had no luck. I have also attempted to change the permissions of the tmp folder.
I found the problem thanks too Ok, I fixed it. Thanks to Skatox and Igor. The gentleman who developed the theme left out the ending ?> at the end of the options.php document in the admins folder for the theme. Thank you guys!