Problems, need help? Have a tip or advice? Post it here.
6 posts Page 1 of 1
Hello I've got problem after making template, adding all tags and so on I've got this raport:

ERROR: 'couch' folder should reside in the main web-site folder.

I have this in my file
Code: Select all
<?php require_once(dirname(__FILE__).'/couch/cms.php'); ?>
<cms:template title='index1.php' />

--SOME CODE--

<?php COUCH::invoke(); ?>

I've got my URL set in config.php, couch folder also is present. I could grant you FTP access :)

Do you guys have an idea what's the problem? :) Thanks
Hi,

Could you please let us know whether using the conventional statement below shows the same problem?
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
Yes, I changed the conventional statement, because the new statement worked for someone, but not for me. Conventional doesn't work too.

I sent you my login and password to ftp on PM
So you basically don't know how to fix this problem?
Perhaps you'll find the following thread useful -
viewtopic.php?f=4&t=8023&p=13699
HMM Now the template kinda works but I can't clone this template, its a mess now, I can't input text to editable regions etc.

Couch is cool but this problem took me about 5 hours to resolve and I can't take it any longer :(
6 posts Page 1 of 1