Error after minor hosting change

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
otisbast
Posts: 1
Joined: Thu Dec 10, 2015 4:05 pm

Error after minor hosting change

Post by otisbast »

Hello,

I have been running 2.6.4 without problems for several years. I recently made some minor changes to my hosting account, and I am now getting the following errors:


phpMyFAQ warning [2]: session_start() [function.session-start]: open(/home/content/21/4910921/tmp/sess_53l1irpsg62jseo3pdj4i9jm84, O_RDWR) failed: No such file or directory (2) in index.php on line 50

phpMyFAQ warning [2]: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 50

phpMyFAQ warning [2]: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 50

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in Session.php on line 329

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 589

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 590

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 591

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 592

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 593

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 594

phpMyFAQ warning [2]: Cannot modify header information - headers already sent by (output started at /home/content/21/4910921/html/EDBEWW/inc/functions.php:173) in index.php on line 595

Any ideas? Thanks...
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Error after minor hosting change

Post by Thorsten »

Hi,

yes, the folder /home/content/21/4910921/tmp/ to store the session files is missing.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply