Advertisement:

Author Topic: [SOLVED] Osclass 3.5.3 not working after installation  (Read 1307 times)

mkmobi

  • Full Member
  • ***
  • Posts: 119
[SOLVED] Osclass 3.5.3 not working after installation
« on: January 23, 2015, 10:32:30 pm »
Warning: session_start(): open(/tmp/sess_d18b9a895b6be083178c12b49cf24e18, O_RDWR) failed: Permission denied (13) in /home/username/public_html/oc-includes/osclass/core/Session.php on line 47

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/username/public_html/oc-includes/osclass/core/Session.php:47) in /home/username/public_html/oc-includes/osclass/core/Session.php on line 47

please help me
after installation getting below error
tried with softaculous and direct installation
Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/oc-includes/osclass/core/Session.php:47) in /home/username/public_html/oc-includes/osclass/core/Cookie.php on line 90

Warning: Cannot modify header information - headers already sent by (output started at /home/username/public_html/oc-includes/osclass/core/Session.php:47) in /home/username/public_html/oc-includes/osclass/core/AdminSecBaseModel.php on line 90

Warning: Unknown: open(/tmp/sess_d18b9a895b6be083178c12b49cf24e18, O_RDWR) failed: Permission denied (13) 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 (/tmp) in Unknown on line 0
« Last Edit: January 24, 2015, 08:52:45 am by mkmobi »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Osclass 3.5.3 not working after installation
« Reply #1 on: January 23, 2015, 11:08:53 pm »
Hi,

Looks like general /tmp temporary folder couldn't be used to store sessions, try inserting this line in your config.php (just before ?>):

Code: [Select]
session_save_path ( ABS_PATH . 'oc-content/uploads/' );
Regards
« Last Edit: January 23, 2015, 11:10:29 pm by teseo »

mkmobi

  • Full Member
  • ***
  • Posts: 119
Re: Osclass 3.5.3 not working after installation
« Reply #2 on: January 24, 2015, 08:52:04 am »
thank you very much, its works great  :) :D @teseo