Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi!
I've got very strange problem.
I was working on subdomain and now I moved whole website into base domain.
In couch folder in config.php also I changed K_SITE_URL and still I've got the error from subject.

My domain is metod.pl
Also I changed couch name into system.

What is wrong? Now my website is dead


EDIT:
I solved this strange problem by adding
<?php define( 'K_TEMPLATE_NAME', 'index.php' ); ?>
on the very begining of file.

But why this problem was showing?
Hi Adrian,

On some setups, Couch fails to correctly find out the physical path of the template getting executed. It happens only very rarely and it is for exactly this problem that the provision for explicitly specifying the template name (as you have done) was made.
2 posts Page 1 of 1