Author Topic: Warning: session_start(): Failed to read session data: files (path: \\) in /home  (Read 9290 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Warning: session_start(): Failed to read session data: files (path: \\) in /home/xxx/public_html/index.php on line 11

and yet the tmp is working fine, and json is installed fine, not sure what it can be ?

Offline
*
did you made any permission changes and does the other scripts have the same issue

check this output
Code: [Select]
ls -la /|grep "\.\|tmp"
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
did you made any permission changes and does the other scripts have the same issue

check this output
Code: [Select]
ls -la /|grep "\.\|tmp"

dr-xr-xr-x  22 root root  4096 Jul 30 14:37 .
dr-xr-xr-x  22 root root  4096 Jul 30 14:37 ..
-rw-r--r--   1 root root     0 Jul 29 20:54 .autorelabel
drwxr-xr-x   3 root root  4096 Jul 29 22:26 .channels
-rw-r--r--   1 root root  2470 Nov  5  2017 .depdb
-rw-r--r--   1 root root     0 Nov  5  2017 .depdblock
-rw-r--r--   1 root root     6 Nov  5  2017 .filemap
-rw-r--r--   1 root root     0 Nov  5  2017 .lock
drwxrwxrwt  14 root root  4096 Jul 31 09:19 tmp
You have new mail in /var/spool/mail/root
[root@panel ~]#

Offline
*
try this

Code: [Select]
chmod 755 /
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.