Author Topic: Errors on website  (Read 4606 times)

0 Members and 1 Guest are viewing this topic.

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Errors on website
« on: June 04, 2010, 02:39:41 PM »
Hey there i am just getting this errros on top of my 4images have lot of mods installed


Warning: session_start() [function.session-start]: open(/home/users/web/b1063/glo.mydomainnameig/cgi-bin/tmp/sess_ae29b778b8cd03c63880262aa6aee861, O_RDWR) failed: No such file or directory (2) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php on line 95

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php:95) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php on line 95

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php:95) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php:95) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php:95) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/encuestas.php on line 19

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php:95) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/page_header.php on line 511

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/sessions.php:95) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/page_header.php on line 525

It was working fine it just started after moving my host does anyone know what is the possibility why im getting these errors and whats the way around to fix these things

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Errors on website
« Reply #1 on: June 04, 2010, 03:18:21 PM »
These errors indicate that the server is not configured properly. PHP session cannot create it's files.


Contact your server's administrator.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: Errors on website
« Reply #2 on: June 04, 2010, 10:48:56 PM »
Thank You V@NO >:D< you da man !!! i will contact them


Hi i have talk to the host and this is what he has to say

-------------------------------
well, the error Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by means: You are sending things before you do your sessionstuff.you just need to make sure you call session_start() before any output.

Please contact with your programmer.

Thank you!


Kind Regards

--------------------------------------
« Last Edit: June 05, 2010, 07:34:53 AM by __G__ »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Errors on website
« Reply #3 on: June 06, 2010, 03:37:00 AM »
The error
Warning: session_start() [function.session-start]: open(/home/users/web/b1063/glo.mydomainnameig/cgi-bin/tmp/sess_ae29b778b8cd03c63880262aa6aee861, O_RDWR) failed: No such file or directory
means the PHP session cannot be started, because either directory where sessions files are stored (/home/users/web/b1063/glo.mydomainnameig/cgi-bin/tmp/) does not exist or it doesn't have proper permissions for PHP write into it. This is server side issue, not script side.

All other error messages are the result of the first error.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: Errors on website
« Reply #4 on: June 06, 2010, 06:17:51 AM »
Hi they have resolved the issue v@No for the session

this is what they wrote

Quote
Hello Seven,

Okay, session issue has been resolved. But there is some scripting issue still there and need to take care of at your end only. As providing scripting issues r beyond our limitations.

Thanks!

Kind Regards
Steven, Support
Servage Hosting

But I am still left with these errors

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home139/sub014/sc75725-AETA/mehsus.com/try/encuestas.php:166) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/page_header.php  on line 511

Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home139/sub014/sc75725-AETA/mehsus.com/try/encuestas.php:166) in /mounted-storage/home139/sub014/sc75725-AETA/mydomainname.com/try/includes/page_header.php on line 525

Do you know bro what are these two errors about and THANKS A LOT V@NO Your magical suggestion solved most of it thank you so much


JUst want to UPDATE YOU AGAIN

I have fixed even the above 525 and 511 error it was cause i had some spaces in encuestats.php ITS FIXED NOW thank you V@NO >:D< for your great help with the suggestions and troubleshooting the hosting server configuration errors You are very helpful
« Last Edit: June 06, 2010, 07:55:40 AM by __G__ »