Softaculous

From Wiki
Revision as of 09:45, 20 June 2024 by Qljca (talk | contribs) (Created page with "==Installation== <rre> wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh </pre> ==Showing 404 Error== We need to re-install Softaculous <pre> wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh --reinstall --force-download </pre> ==Could not determine the database prefix== It happens either wp-config.php is not readable or placed one level up or cPanel account does not have enough inodes/disk space. Kindly...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installation

<rre> wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh

Showing 404 Error

We need to re-install Softaculous

wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh --reinstall --force-download

Could not determine the database prefix

It happens either wp-config.php is not readable or placed one level up or cPanel account does not have enough inodes/disk space. Kindly check both and fix the issue accordingly.