Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: confused, please help!

    Adding to what Dave just posted, you also need to change the last line in both your config files.

    Incorrect
    define('DIR_FS_SQL_CACHE', '/home/content/e/m/i/emijean/html/hemptent/cache');

    Correct
    define('DIR_FS_SQL_CACHE', '/home/content/e/m/i/emijean/html/cache');

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: confused, please help!

    It looks like you have lost a line break in your configure file:
    PHP Code:
    // * 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''/'); 
    If the window is the right width, the define('DIR_WS_ADMIN', '/admin/'); statement appears on its own line, but if the window is wide enough or narrow enough (or in PHP code highlighting mode), you will see that there is only a space between
    httpdocs folder)
    and
    define('DIR_WS_ADMIN', '/admin/');
    meaning that that statement is part of the comment above it and not being defined.

  3. #3
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: confused, please help!

    yes, yes, YES! Thank-you Glenn, you found it! That fixed it! It seems so simple now, I knew it must be some small thing but I didn't know to re-size the window, I'm a noOb! I'll know for nexttime, although I hope this doesn't happen again

    Thanks everyone for taking the time to help me :)

    Peace and blessings,
    Emily

  4. #4
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: confused, please help!

    actually the domain is pointed to the /hemptent/ folder because i'm sharing the hosting with my other domains, and that's why that's there.

    Emily

 

 

Similar Threads

  1. v150 I am so confused. Need help, please. Shipping
    By coffeebean2009 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Dec 2012, 10:20 AM
  2. Setting up zones...confused :-( please help
    By Deno in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 7 Mar 2009, 11:40 PM
  3. Image Help Please - Confused
    By mmnord in forum General Questions
    Replies: 2
    Last Post: 8 Sep 2008, 04:08 AM
  4. I am Confused. Please Help me with Terminology
    By zcnb in forum PayPal Website Payments Pro support
    Replies: 6
    Last Post: 25 Jul 2008, 04:51 PM
  5. Completely Confused Please Help
    By schatzy in forum General Questions
    Replies: 0
    Last Post: 10 Jul 2006, 05:49 PM

Posting Permissions

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