First check if PostgreSQL is running on the server using ps command.#ps aux | grep postgrepostgres 4335 2.4 0.2 27704 2936 ? S 12:07 0:00 /usr/bin/postmaster -p 5432 -D /var/lib/pgsql/datapostgres 4337 0.0 0.0 9972 548 ? S 12:07 0:00 postgres: logger processpostgres 4339 0.0 0.0 27704 804 ? S 12:07 0:00 postgres: writer processpostgres 4340 […]
Month: August 2012
Softaculous not showing in Cpanel
If Softaculous is installed but still not showing in Cpanel, try registering the softaculous plugin SSH to your server and run the following command : #/usr/local/cpanel/bin/register_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin That worked for me…!!
The INFO.XML file could not be found!
This happens if the scripts are not downloaded. The fix is to run CRON : SSH to your server as root and enter following commands: For cPanel:# /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php For Direct Admin: # /usr/local/bin/php -d open_basedir=/ -d safe_mode=0 -d disable_functions=”” /usr/local/directadmin/plugins/softaculous/cron.php For Plesk: SSH to your server as root and enter following command : # […]