Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2007
    Posts
    1
    Plugin Contributions
    0

    Default Moved From Subdomain

    I just moved my sample store from a subdomain sample.freeandeasyfundraising.com to a regular /sample to be able to use the credit card processing service I would like to use.

    I edited the configure files in /includes and /admin/includes to point to the new location but I still get this error everytime I attempt to open the store's home page:

    Code:
    Warning:  require(includes/templates/template_default/common/html_header.php) [function.require]: failed to open stream: No such file or directory in /home/.doris/sge/www.freeandeasyfundraising.com/sample/index.php on line 43
    
    Fatal error:  require() [function.require]: Failed opening required 'includes/templates/template_default/common/html_header.php' (include_path='.:/usr/local/php5/lib/php') in /home/.doris/sge/www.freeandeasyfundraising.com/sample/index.php on line 43
    Your help will be greatly appriciated.

    Thank you.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,145
    Plugin Contributions
    0

    Default Re: Moved From Subdomain

    When I go to www.freeandeasyfundraising.com, I'm getting a hybrid of the ZC defaults and a custom template. Check the settings in includes/configure.php for the items in red.


    Code:
      
      define('HTTP_SERVER', 'http://www.yourdomain.com');
      define('HTTPS_SERVER', 'https://www.yourdomain.com');
      define('HTTP_CATALOG_SERVER', 'http://www.yourdomain.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.com');
      // Use secure webserver for catalog module and/or admin areas?
      define('ENABLE_SSL_CATALOG', 'false');
      define('ENABLE_SSL_ADMIN', 'false');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
     define('DIR_WS_ADMIN', '/admin/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', '/admin/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,006
    Plugin Contributions
    6

    Default Re: Moved From Subdomain

    It looks like you didn't get everything moved to the sample/ directory correctly. Or the configure files in the sample/admin/includes and sample/includes/ directories need the look that afo was talking about.
    Last edited by dbltoe; 23 Jan 2007 at 12:26 AM.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

 

 

Similar Threads

  1. Installing to SubDomain for Development
    By kfavro in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 4 Oct 2006, 07:42 AM
  2. Images on a subdomain
    By ilovetrance in forum General Questions
    Replies: 3
    Last Post: 11 Sep 2006, 06:18 PM
  3. server not found: subdomain problems
    By sveetcouture in forum Basic Configuration
    Replies: 3
    Last Post: 29 Aug 2006, 03:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •