Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi, I have downloaded Couch v2 and installed and have generated the following error:
couchv2.jpg
couchv2.jpg (42.41 KiB) Viewed 2201 times


The steps I took were:

create database with collation utf8_unicode_ci
set up config file
install Couch
Login OK and admin panel looks fine
Logout
try to login again and error appears

There are no templates created yet and I'm working in Firefox 46.0.1

I've been through the process twice i.e. deleted and created a new database and reinstalled and got the same thing. Any suggestions?
Couch installs with utf8_general_ci, not utf8_unicode_ci and seems this can be some conflict.

Either db can be set to utf8_general_ci OR every instance in /couch/install.php can be changed to
SET utf8 COLLATE utf8_unicode_ci;


I see in phpmyadmin 3 settings with codepage, do you have all 3 with the same codepage?
collation connection
collation database
collation server
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
@potato, you are not, by any chance, using a custom name for the index page, are you?
// 1b.
// For security purpose, the 'index.php' file of Couch can be renamed to anything else.
// If you do so, uncomment the following line and enter the new name.
//define( 'K_ADMIN_PAGE', 'index.php' );

Could you please check?

If that is the case, please try commenting back the setting to make Couch use 'index.php'.

Please let me know. Thanks.
my stupid mistake - I didn't insert the renamed file in the config file - duh! In too much of a hurry to get going with Couch V2 !!!
4 posts Page 1 of 1