Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi all,

I have been following the migration process from the documentation.
Now I have the situation as to where the site iteself works but accessing the /couch directory does not.
For some reason Couch appends additional path:

http://<site URL>/site/couch/couch/?act=edit&tpl=9&nonce=6e0ffadc2dfa6f9589b680eaedae4387

http://<site URL>/site/ is wehere the site has been copied to, so only one /couch/ should be within the URI. I have n idea where this might come from. I have already emptied the value of K_SITE_URL in config.php as setting a value there did result in
http://<site URL>/site/couch/<site URL>/site/couch/

Can sombdy help - pls.
Hi,

While Couch can fail on certain configurations to properly deduce the right site URL, failing to do so for the admin-panel is rather odd (it just entails adding a folder name to the site url after all).

Anyways, please put the following in any of your templates and see the output
Code: Select all
<cms:show k_site_link /> <br/>
<cms:show k_admin_link />

If the path of the admin-panel is not right, for the time being please paste the following in your config.php (changing the path to exactly match yours)
Code: Select all
define( 'K_ADMIN_URL', 'http://www.yourdomain.com/site/couch/' );

This should fix the problem on your server. However, I'd appreciate if you could also PM me your FTP + Couch creds as I'd like to see what exactly is causing this problem.

Thanks
Hi all, just to clode this off: I had the Site_URL not set which caused this problem. Setting the site uri corrected the error. Thx to KK!
3 posts Page 1 of 1