Page 3 of 3

Re: Softaculous showing blank page

Posted: Wed Nov 28, 2018 1:13 pm
Running:

/usr/local/vesta/php/bin/php /usr/local/vesta/softaculous/cli.php --repair

gives me:

/usr/local/vesta/softaculous/tmp/wMiRo/De8uc.c:1:19: fatal error: stdio.h: No such file or directory
compilation terminated.

Re: Softaculous showing blank page

Posted: Wed Nov 28, 2018 1:32 pm
by imperio
Fixed for new installations. Now we are working under fix for existing installations

Re: Softaculous showing blank page

Posted: Wed Nov 28, 2018 1:38 pm
by imperio
Fix for existing installations

Code: Select all

v-delete-vesta-softaculous
rm /usr/local/vesta/softaculous/vst_installed
v-add-vesta-softaculous

Re: Softaculous showing blank page

Posted: Wed Nov 28, 2018 6:00 pm
That got it, many thanks!

Re: Softaculous showing blank page

Posted: Mon Feb 25, 2019 6:29 am
by nyckid
Imperio's post worked for me -
imperio wrote:
Wed Nov 28, 2018 1:38 pm
Fix for existing installations

Code: Select all

v-delete-vesta-softaculous
rm /usr/local/vesta/softaculous/vst_installed
v-add-vesta-softaculous
...but I also ended up with some errors, not sure if it was something that has been fixed or if this is yet another quirk about my VPS instance...

Code: Select all

root@server1:/usr/local/vesta/softaculous# v-delete-vesta-softaculous
root@server1:/usr/local/vesta/softaculous# rm /usr/local/vesta/softaculous/vst_installed
root@server1:/usr/local/vesta/softaculous# v-add-vesta-softaculous
///////////////////////////////
// INSTALLING SOFTACULOUS
// Detected Panel : Vesta Control Panel
// CONFIGURED universal.php
// FETCHED THE LICENSE
// UPDATED SCRIPTS CATEGORIES
// UPDATED SCRIPTS LIST
// ADDED CRON JOB
// BUILDING SCRIPT CACHE
sh: 1: /usr/local/vesta/softaculous/bin/soft: not found
/usr/local/vesta/softaculous/tmp/b4Q6l/3hMoJ.c: In function ‘main’:
/usr/local/vesta/softaculous/tmp/b4Q6l/3hMoJ.c:46:19: warning: implicit declaration of function ‘getuid’ [-Wimplicit-function-declaration]
  sprintf(u, "%d", getuid());
                   ^
/usr/local/vesta/softaculous/tmp/b4Q6l/3hMoJ.c:52:2: warning: implicit declaration of function ‘putenv’ [-Wimplicit-function-declaration]
  putenv(soft_euid);
  ^
/usr/local/vesta/softaculous/tmp/b4Q6l/3hMoJ.c:56:22: warning: implicit declaration of function ‘getgid’ [-Wimplicit-function-declaration]
  sprintf(egid, "%d", getgid());
                      ^
/usr/local/vesta/softaculous/tmp/b4Q6l/3hMoJ.c:60:2: warning: implicit declaration of function ‘setuid’ [-Wimplicit-function-declaration]
  setuid( 0 );
  ^
/usr/local/vesta/softaculous/tmp/b4Q6l/3hMoJ.c:62:2: warning: implicit declaration of function ‘setgid’ [-Wimplicit-function-declaration]
  setgid( 0 );
  ^
/usr/local/vesta/softaculous/tmp/b4Q6l/3hMoJ.c:93:9: warning: implicit declaration of function ‘system’ [-Wimplicit-function-declaration]
  return system( e );
         ^
// Script Packages will be downloaded in background
///////////////////////////////

=====================================================
Congratulations, Softaculous was installed successfully
Softaculous has been installed at:
Path : /usr/local/vesta/softaculous
Scripts Path : /var/softaculous

We request you to please register for updates and notifications at :
http://www.softaculous.com/board/index.php?act=register
It also inspires us when you register. Registration is free and just a one minute job.

If you need any support you can always count on us. Just drop in at our Support Board:
http://www.softaculous.com/board
Alternatively, you can contact us via Email at [email protected]

Thank you for using Softaculous
root@server1:/usr/local/vesta/softaculous#
Any thoughts would be appreciated. I'm leaning towards dumping this VPS provider and moving somewhere else. *sigh*

-Ryan