Author Topic: user panel / module=softaculous - Could not write SESSION DATA  (Read 10227 times)

0 Members and 1 Guest are viewing this topic.

user panel / module=softaculous - Could not write SESSION DATA
« on: January 26, 2018, 10:46:53 AM »
CWPro 0.9.8.436

Could not write SESSION DATA


Re: user panel / module=softaculous - Could not write SESSION DATA
« Reply #1 on: January 30, 2018, 05:43:07 PM »
Still happening in CWPro 0.9.8.436

Offline
*
Re: user panel / module=softaculous - Could not write SESSION DATA
« Reply #2 on: January 31, 2018, 06:32:40 AM »
change /var/softtmp to 0777

cd /var
chmod 0777 softtmp


should do it.


Re: user panel / module=softaculous - Could not write SESSION DATA
« Reply #3 on: January 31, 2018, 06:50:45 AM »
Indeed, it is working now

Offline
*
Re: user panel / module=softaculous - Could not write SESSION DATA
« Reply #4 on: January 31, 2018, 06:59:22 AM »
Awsome, i've ran across some pretty minor 'glitches' so far, that seem Major, until you find the answer.. lol and have tried everything.

Right now my Softaculous hangs on installing a script (i just click on a different script - and return to the one i was installing, and it is downloaded)

could be on my end, not sure yet.

and the infamous "mariadb" (cannot connect to socket) PLAGUED me for about 3 re-installs.. then i decided to make a note of what worked for me.
(i think its more of a CentOS 'issue/bug', but it's working now. 8)

also, i'm pretty sure that the ClamAV is buggy.. it wont start. my mail "needs work", lol 
its installed, but it wont send/receive.... yet.. says it has, but its not..
i've seen this 'error' in the forums previous.. just wish it was a smoother route.

Anyways, glad its working, and we have Softaculous back! 8)

Cheers. 

Offline
*
Re: user panel / module=softaculous - Could not write SESSION DATA
« Reply #5 on: February 20, 2018, 07:01:14 AM »
Hi,

We found a bug in our installer that did not set the required permission for /var/softtmp folder causing the error "Could not write SESSION DATA".

We have fixed this and you should not face the issue anymore.
Softaculous Development Team
http://softaculous.com/

Offline
*
Re: user panel / module=softaculous - Could not write SESSION DATA
« Reply #6 on: January 08, 2020, 04:22:21 PM »
I have the same problem, I have reinstalled the module but I still have the same problem.

https://srv.ok.td:2083/cwp_x1fee23dxc7xbx5x/userkkc/?module=softaculous

Could not write SESSION DATA.

CWPpro version: 0.9.8.926

***************************************************
Problem solved by changing the owner of the folder

chmod 0711 /home/username/.softaculous 
chown username:username /home/username/.softaculous
« Last Edit: January 08, 2020, 04:33:18 PM by thefantas »

Offline
*
Re: user panel / module=softaculous - Could not write SESSION DATA
« Reply #7 on: September 04, 2021, 09:48:27 PM »
I have the same problem, I have reinstalled the module but I still have the same problem.

https://srv.ok.td:2083/cwp_x1fee23dxc7xbx5x/userkkc/?module=softaculous

Could not write SESSION DATA.

CWPpro version: 0.9.8.926

***************************************************
Problem solved by changing the owner of the folder

chmod 0711 /home/username/.softaculous 
chown username:username /home/username/.softaculous

Resolved definitively!

chmod 0711 /home/username/.softaculous
chown -R username:username /home/username/.softaculous

Regards and thanks to all.