Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

Softaculous it does not work alter update 0.9.8-23

General questions about VestaCP
Post Reply
  • Print view
Advanced search
12 posts
  • 1
  • 2
  • Next
flacosa
Posts: 43
Joined: Thu Mar 05, 2015 11:40 pm

Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by flacosa » Sun Oct 21, 2018 11:07 am

hello
Softaculous it does not work alter update 0.9.8-23

When accessing the applications menu, the web is blank.

I have ubuntu 16.

Any idea what can happen?


I answer alone
viewtopic.php?f=11&t=17777&p=74009&hili ... ous#p74009
Top

chrisf
Posts: 49
Joined: Sat Oct 13, 2018 6:25 pm

Os: Ubuntu 16x
Web: apache + nginx
Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by chrisf » Sun Oct 21, 2018 3:23 pm

Starting a new topic about a topic already being discussed is unhelpful. It makes it harder to follow.

This is a known issue. Ubuntu 18.04 for me, you can see I tried everything in my response. I think it is a permission thing. (sudo restriction).

But, if it means undoing the sudo restriction, no way!
Top

flacosa
Posts: 43
Joined: Thu Mar 05, 2015 11:40 pm

Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by flacosa » Sun Oct 21, 2018 5:59 pm

hello
ok, I understood. it was my fault for not looking for info in the forum before publishing...
but I use ubuntu 16 and it fails equally

thanks
Top

imperio
VestaCP Team
Posts: 7000
Joined: Sat Dec 01, 2012 12:37 pm
Contact:
Contact imperio
Website

Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by imperio » Sun Oct 21, 2018 8:27 pm

We are waiting information from Softaculous development team
Top

mephivio
Posts: 198
Joined: Thu Mar 27, 2014 7:35 am

Os: Debian 8x
Web: nginx + php-fpm
Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by mephivio » Mon Oct 22, 2018 9:43 pm

SAme problem here under Debian 9.x
Blank Page and several errors

For example :

2018/10/22 22:40:02 [error] 6616#0: *1 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined variable: _SESSION in /usr/local/vesta/web/softaculous/index.php on line 27
PHP message: PHP Notice: Undefined variable: _SESSION in /usr/local/vesta/web/softaculous/index.php on line 32
PHP message: PHP Notice: Undefined variable: _SESSION in /usr/local/vesta/web/softaculous/index.php on line 35
PHP message: PHP Notice: Undefined variable: _SESSION in /usr/local/vesta/web/softaculous/index.php on line 60
PHP message: PHP Notice: Use of undefined constant VESTA_CMD - assumed 'VESTA_CMD' in /usr/local/vesta/web/softaculous/index.php on line 65
PHP message: PHP Notice: Use of undefined constant VESTA_CMD - assumed 'VESTA_CMD' in /usr/local/vesta/web/softaculous/index.php on line 76
PHP message: PHP Warning: array_keys() expects parameter 1 to be array, null given in /usr/local/vesta/web/softaculous/index.php on line 85" while reading response header from upstream, client: 127.0.0.1, server: _, request: "POST /softaculous/index.php?act=cp_api&api=serialize HTTP/1.1", upstream: "fastcgi://unix:/var/run/vesta-php.sock:", host: "127.0.0.1:7000"
2018/10/22 22:40:02 [error] 6616#0: *4 FastCGI sent in stderr: "PHP message: PHP Warning: session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /usr/local/vesta/web/inc/main.php on line 3
PHP message: PHP Warning: session_destroy(): Session object destruction failed in /usr/local/vesta/web/inc/main.php on line 47
PHP message: PHP Warning: session_start(): The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and '-,' in /usr/local/vesta/web/inc/main.php on line 48
Top

mephivio
Posts: 198
Joined: Thu Mar 27, 2014 7:35 am

Os: Debian 8x
Web: nginx + php-fpm
Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by mephivio » Tue Oct 23, 2018 6:31 am

i have the answer :

In the recent update it seems VestaCP deleted the Softaculous binary file causing a blank page.

Please install "gcc" if it is not installed on your server and then execute the following repair command to resolve the issue :
Code
/usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cli.php --repair

All is ok now
Top

flacosa
Posts: 43
Joined: Thu Mar 05, 2015 11:40 pm

Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by flacosa » Tue Oct 23, 2018 10:23 am

hello!

I can confirm that the solution of: mephivio has worked for me in ubuntu 16:
mephivio wrote: ↑
Tue Oct 23, 2018 6:31 am
Please install "gcc" if it is not installed on your server and then execute the following repair command to resolve the issue :
Code
/usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cli.php --repair
Top

chrisf
Posts: 49
Joined: Sat Oct 13, 2018 6:25 pm

Os: Ubuntu 16x
Web: apache + nginx
Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by chrisf » Tue Oct 23, 2018 5:30 pm

Confirmed working on Ubuntu 18.04
Top

akard
Posts: 1
Joined: Sat Jan 12, 2019 3:24 am

Os: Debian 8x
Web: apache + nginx
Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by akard » Sat Jan 12, 2019 3:36 am

It didn't work to me. I'm using Debian 9
I keep getting those erros from nginx, although the Apps page is working well.
Top

imperio
VestaCP Team
Posts: 7000
Joined: Sat Dec 01, 2012 12:37 pm
Contact:
Contact imperio
Website

Re: Softaculous it does not work alter update 0.9.8-23
  • Quote

Post by imperio » Tue Jan 29, 2019 11:19 am

akard wrote: ↑
Sat Jan 12, 2019 3:36 am
It didn't work to me. I'm using Debian 9
I keep getting those erros from nginx, although the Apps page is working well.
Hi, please provide access to your server via PM, if problem is still exists. We will check.
Top


Post Reply
  • Print view

12 posts
  • 1
  • 2
  • Next

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password