Page 1 of 1

Help with a previously closed topic

Posted: Wed Jan 31, 2018 9:09 pm
by sexiestpicture
This topic viewtopic.php?t=11999

I have the exact same issue.

If anyone can help me that would be amazing.

Re: Help with a previously closed topic

Posted: Thu Feb 01, 2018 9:24 am
by Phogo
Have you tried the fix, viewtopic.php?t=11999#p46858 ?

Re: Help with a previously closed topic

Posted: Fri Feb 02, 2018 6:50 pm
by sexiestpicture
I see that solution as confirming that this is correct

php_admin_value[session.save_path] = /usr/local/vesta/data/sessions

That is how mine is. Am I supposed to change that? Is there more to the solution I'm not seeing.

Re: Help with a previously closed topic

Posted: Fri Feb 02, 2018 7:39 pm
by sexiestpicture
Hoping skurudo is around to help?

Re: Help with a previously closed topic

Posted: Sat Feb 03, 2018 3:34 am
by sexiestpicture
Not sure if this is part of the problem but when I try

service vesta restart

[ ok ] Restarting vesta-nginx: vesta-nginx.
[....] Restarting vesta-php: vesta-php/usr/local/vesta/php/sbin/vesta-php: /usr/lib/i386-linux-gnu/libxml2.so.2: version `LIBXML2_2.9.0' not found (required by /usr/local/vesta/php/sbin/vesta-php)

Re: Help with a previously closed topic

Posted: Sat Feb 03, 2018 8:34 am
by ScIT
sexiestpicture wrote:Not sure if this is part of the problem but when I try

service vesta restart

[ ok ] Restarting vesta-nginx: vesta-nginx.
[....] Restarting vesta-php: vesta-php/usr/local/vesta/php/sbin/vesta-php: /usr/lib/i386-linux-gnu/libxml2.so.2: version `LIBXML2_2.9.0' not found (required by /usr/local/vesta/php/sbin/vesta-php)
Maybe try to reinstall vestacp, seems like there is a depenencies problem:

Code: Select all

apt-get update && apt-get install vesta-nginx --reinstall
apt-get update && apt-get install vesta-php --reinstall
or maybe also: https://askubuntu.com/questions/610569/ ... shell-exec

Re: Help with a previously closed topic

Posted: Sat Feb 03, 2018 6:34 pm
by sexiestpicture
I tried the update on that link and it resulted in

sudo apt-get install libxml2
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxml2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded.

So I believe all the dependencies are there.

On that previously closed topic the answer there is about permissions

- make folder /usr/local/vesta/data/sessions
- change permissions: drwxrwx--- 2 admin admin

My permissions are

root@hookup:/home/minkus# ls -la /usr/local/vesta/data/sessions
total 48
drwxrwxr-x 2 admin admin 4096 Jan 22 23:06 .
drwxr-xr-x 9 root root 4096 Feb 2 13:44 ..
-rwxrwxr-x 1 admin admin 0 Jan 7 04:48 sess_1n7mkb8sg2shv2ktapqo3g0kh3
-rwxrwxr-x 1 admin admin 892 Jan 7 04:48 sess_403spj7ptt9n70dcvmmueh6m47
-rwxrwxr-x 1 admin admin 0 Jan 7 04:48 sess_4dr72m68fdqgjau38vb6fnhha5
-rwxrwxr-x 1 admin admin 0 Jan 7 04:48 sess_6eocafttlbmu7g41ccsqf67om7
-rwxrwxr-x 1 admin admin 0 Jan 8 12:28 sess_6hd2subs6h0nrti6mnpbt27ao6
-rwxrwxr-x 1 admin admin 922 Jan 22 23:06 sess_dj5kcp5r7jaerp01uv2bf096g1
-rwxrwxr-x 1 admin admin 892 Jan 7 04:48 sess_gi1nhtr57eu3d6f0ictapfnm92
-rwxrwxr-x 1 admin admin 924 Jan 18 16:50 sess_i7qlr46jsgofi2ejfod9scq561
-rwxrwxr-x 1 admin admin 895 Jan 8 12:28 sess_jpjuop71jb6066pvldtmmsu681
-rwxrwxr-x 1 admin admin 1164 Jan 18 16:50 sess_lkhm6jpkr0nsgickche5275tn0
-rwxrwxr-x 1 admin admin 892 Jan 7 04:48 sess_p8d341hv2prm3kh2li7fgfrmo7
-rwxrwxr-x 1 admin admin 892 Jan 7 04:48 sess_pthe7c6ia2qoibp25qkgmbdsf5
-rwxrwxr-x 1 admin admin 0 Jan 7 04:49 sess_tmhhg3ceoa5djjh2sj72urrsk5
-rwxrwxr-x 1 admin admin 892 Jan 7 04:49 sess_ucft3nchf8iboc9tcjbl7fb4s2
-rwxrwxr-x 1 admin admin 1164 Jan 22 23:26 sess_v5mc3n6cfonpmlsr76b1onep86

So is that correct? If not what and how do I change it.

Thanks again!

Re: Help with a previously closed topic

Posted: Sat Feb 03, 2018 6:55 pm
by ScIT
sexiestpicture wrote: 0 upgraded, 0 newly installed, 0 to remove and 129 not upgraded.
There are upgrades left for the system, do a full system upgrade:

Code: Select all

apt-get update
apt-get dist-upgrade -y
apt-get autoremove -y (optional)
reboot

Re: Help with a previously closed topic

Posted: Sat Feb 03, 2018 8:39 pm
by sexiestpicture
I did that it upgraded everything but still shows the same

service vesta restart
[ ok ] Restarting vesta-nginx: vesta-nginx.
[....] Restarting vesta-php: vesta-php/usr/local/vesta/php/sbin/vesta-php: /usr/lib/i386-linux-gnu/libxml2.so.2: version `LIBXML2_2.9.0' not found (required by /usr/local/vesta/php/sbin/vesta-php)