16-Nov-2016, 01:26 PM
Hi Allan,
According to your post, the prefix which Softaculous used when they installed it is "cm_".
Therefore you need to open the config.php file and change the CMTX_DB_PREFIX line to this:
According to your post, the prefix which Softaculous used when they installed it is "cm_".
Therefore you need to open the config.php file and change the CMTX_DB_PREFIX line to this:
PHP Code:
<?php
define('CMTX_DB_PREFIX', 'cm_');
Once you've done that, you should no longer get the "no database tables" message.