Updgrading from 2.11 to 12 questions

I’m currently running 2.11 and I think my system has been compromised. I get the error “Not found The section you requested does not exist or you do not have access to it.” when trying to go into the module admin and I get logged out if I try anything else. From what I have read, upgrading to v. 12 should fix my problems, correct? However I am thoroughly confused by what I have read about upgrading to v. 12.

Is there a way to upgrade to 12 while still keeping all my current settings? It seems the only way to it is to download the distro and re install the whole system. Won’t that erase all my settings, trunks, etc?

You are either 1) out of hard drive space or 2) dont have the right permissions set on /var/lib/php/sessions

I have plenty of space on my drive

    Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
                      128G   38G   85G  31% /
tmpfs                 907M     0  907M   0% /dev/shm
/dev/sde1             485M  154M  307M  34% /boot
/dev/mapper/VolGroup-lv_home
                       50G  193M   47G   1% /home

Here are my permissions for /var/lib/php/sessions. Does this look correct?

drwxrwx---. 2 root apache 16384 Sep 30 00:59 session

The permissions are wrong.

chown -R asterisk:asterisk /var/lib/php/sessions

That fixed the problem! Thank you so much!

1 Like