by
KK » Sat Jan 09, 2016 8:26 pm
Hi,
I'm assuming, as @trendoman suggested, you are using the method of deployment described at
http://docs.couchcms.com/miscellaneous/ ... erver.html and so you have the 'install_ex.php' file in place on the target server.
With that assumption, I'd suggest you please edit the couch/config.php file and make the following change - Find this line
// 7b.
// Needed only if multiple instances of this CMS are to be installed in the same database
// (please use only alphanumeric characters, hyphen or underscore)
define( 'K_DB_TABLES_PREFIX', '' );
And add a value (any value) as the prefix. For example make it as follows -
define( 'K_DB_TABLES_PREFIX', 'new_' );
With that change, access the admin panel again to start the installation and now, hopefully, you shouldn't encounter the problem you mentioned.
Do let us know how it goes.