Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
I'm trying to deploy my couch site to a live godaddy server. I'm just installing it all manually.

NOTE:
I recently pointed my domain to a new server IP address. It seems to working now, I could install couch and login as super user.

When I login as super user and then access an uploaded template, I get nothing. Blank page. Nothing shows in the admin screen.

I did rename the folder "login" instead of "couch" before install. Not sure if that affects anything.

I'm using Chrome on linux.

I have the config file set to use KCFinder.

Using the latest version of couch (1.4).
Re-installed into "couch" folder... now it works. I think this is a bug...
Did you make sure to edit the following in your templates:
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
to:
Code: Select all
<?php require_once( 'login/cms.php' ); ?>
cheesypoof wrote: Did you make sure to edit the following in your templates:
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
to:
Code: Select all
<?php require_once( 'login/cms.php' ); ?>


Did not know I had to do that.
4 posts Page 1 of 1
cron