Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi,
I wanna install it at localhost under xampp.
made a Folder in htdocs, installed Aurelius,
in Aurelius Folder I did the unzipped Couch Folder. changed the config.example.php to config.php
created a mysql database with utf8_bin collation.

put the localhost adress in Webbrowser and got error message when opens:
see attached file.
when I create a superadmin user - it works and says Installation successfull
then when I want to Login in to Couch with user and Passwort, I only get a txt file where Windows to download it.

(reinstalled and installed up new all time the same Problems).
greez Rolf

Attachments

Hi @rolf,

Could you please download and use the version of Couch hosted at Github (https://github.com/CouchCMS/CouchCMS)?
I think you won't face this problem with that version. Do let me know if you do.

As for the warnings that you see, in case they still appear please put the following line at the end of your 'couch/config.php' file -
Code: Select all
error_reporting(E_ALL & ~(E_NOTICE | E_STRICT | E_WARNING));

Hope it helps.
KK wrote: Hi @rolf,

Could you please download and use the version of Couch hosted at Github (https://github.com/CouchCMS/CouchCMS)?
I think you won't face this problem with that version. Do let me know if you do.

As for the warnings that you see, in case they still appear please put the following line at the end of your 'couch/config.php' file -
Code: Select all
error_reporting(E_ALL & ~(E_NOTICE | E_STRICT | E_WARNING));

Hope it helps.



thank you so much - works fine now !!
have a nice Day - Evening - Night !
3 posts Page 1 of 1