I am getting the below warning on all pages. However, i am able to ask questions and answer questions.
Installed on Godaddy shared hosting.
See the error below:
Warning: session_start() [function.session-start]: open(/var/chroot/home/content/49/3812349/tmp/sess_589qa53e1u81uusq3f2mknf3q5, O_RDWR) failed: No such file or directory (2) in /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php on line 131
Also, the following errors are coming on the admin dashboard top...
Warning: session_start() [function.session-start]: open(/var/chroot/home/content/49/3812349/tmp/sess_uogldm9q9vkq25dnevf117tjr7, O_RDWR) failed: No such file or directory (2) in /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php on line 131
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php on line 131
Warning: Cannot modify header information - headers already sent by (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in /home/content/49/3812349/html/tmapp/qa-include/qa-page.php on line 703
Warning: Cannot modify header information - headers already sent by (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in /home/content/49/3812349/html/tmapp/qa-include/qa-page.php on line 205
Warning: Cannot modify header information - headers already sent by (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in /home/content/49/3812349/html/tmapp/qa-include/qa-page.php on line 334
Also, on installation i got the same kind of errors..
How to resolve this ?
Note: i tested with my localhost version and it worked well.
Thanks.