Advertisement:

Author Topic: Help Error : /oc-includes/osclass/core/Session.php on line 39  (Read 5110 times)

mcgill

  • Newbie
  • *
  • Posts: 6
Help Error : /oc-includes/osclass/core/Session.php on line 39
« on: February 13, 2012, 02:07:59 am »
Vers : Osclass 2.3.5

Host : 1and1.com

I have this error :

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/xxxxxxxxxxxxxxxxxxx/oc-includes/osclass/core/Params.php:1) in /homepages/xxxxxxxxxxxxxxxx/oc-includes/osclass/core/Session.php on line 39


_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #1 on: February 13, 2012, 12:17:44 pm »
Hi mcgill do you use any plugin ?

Thanks

mcgill

  • Newbie
  • *
  • Posts: 6
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #2 on: February 13, 2012, 10:17:41 pm »
no just first installation 2.3.5 version

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #3 on: February 14, 2012, 06:27:55 pm »
It seems as if there were some space in some file. I don't think that OSClass has this problem, but we'll check.

gorilla

  • Newbie
  • *
  • Posts: 37
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #4 on: September 23, 2012, 11:17:23 pm »
same as my problem when i search how to change default adress email contact from osclass@mydomain.com i follow this link http://forums.osclass.org/general-help/how-to-change-default-from-address-of-osclassmydomain-com/msg32598/#msg32598

and problem coming

/oc-includes/osclass/core/Session.php on line 39
oc-includes/osclass/core/Cookie.php on line 94
/oc-includes/osclass/core/BaseModel.php on line 72

jonjones

  • Newbie
  • *
  • Posts: 8
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #5 on: September 28, 2012, 10:10:27 pm »
Same problem for me. All I've done was unrar it and upload it, run the setup, which installs fine. When I try to login to admin panel, that's when all the problems start.

jonjones

  • Newbie
  • *
  • Posts: 8
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #6 on: September 29, 2012, 12:23:14 am »

Warning: session_start() [function.session-start]: open(/var/chroot/home/content/43/9478543/tmp/sess_klj3n8cqeqcgqruegbcvbjr6n0, O_RDWR) failed: No such file or directory (2) in /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php on line 39

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php:39) in /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php:39) in /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Cookie.php on line 94

Warning: session_start() [function.session-start]: open(/var/chroot/home/content/43/9478543/tmp/sess_klj3n8cqeqcgqruegbcvbjr6n0, O_RDWR) failed: No such file or directory (2) in /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php on line 39

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php:39) in /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php on line 39

Warning: Cannot modify header information - headers already sent by (output started at /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/Session.php:39) in /home/content/43/9478543/html/sbkclass/oc-includes/osclass/core/BaseModel.php on line 72

Warning: Unknown: open(/var/chroot/home/content/43/9478543/tmp/sess_klj3n8cqeqcgqruegbcvbjr6n0, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

jonjones

  • Newbie
  • *
  • Posts: 8
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #7 on: September 29, 2012, 01:56:10 am »
I have resolved the issue by adding

    session_save_path ( ABS_PATH . 'oc-content/uploads/' );

to my config.php file

juppie

  • Newbie
  • *
  • Posts: 38
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #8 on: December 13, 2012, 08:54:31 pm »
Thank you JonJones,.. the problem is solved with the addition in config.php. The problem we have previously had. It has the osclass addition information on the admin page.

juppie

  • Newbie
  • *
  • Posts: 38
Re: Help Error : /oc-includes/osclass/core/Session.php on line 39
« Reply #9 on: December 13, 2012, 09:17:27 pm »
Put it in php this can also work ;     ini_set ("display_errors", "Off");