Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    dont change permission 644 jet


    lokk for this in your configue.php

    define('DIR_WS_CATALOG', '');
    define('DIR_FS_CATALOG', '');

    and for

    define('DIR_WS_INCLUDES', '');


    check the value if is correct for your server
    i yo want show me thsi values

  2. #2
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    Quote Originally Posted by jgamio View Post
    dont change permission 644 jet


    lokk for this in your configue.php

    define('DIR_WS_CATALOG', '');
    define('DIR_FS_CATALOG', '');

    and for

    define('DIR_WS_INCLUDES', '');


    check the value if is correct for your server
    i yo want show me thsi values
    yes I have checked they are not in configure.php. Should I simply copy and past them there then save it or not?

    define('DIR_WS_CATALOG', '');
    define('DIR_FS_CATALOG', '');

    define('DIR_WS_INCLUDES', '');

    what value should I check in congfigure.php if is it correct for your server?

  3. #3
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    Look in your folder the following file


    ./includes/config.php

    and show me what do you have there

  4. #4
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    sorry i didnt see

    ok this look fine


    check if you have this file

    ./includes/templates/classic/css/stylesheet.css

  5. #5
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    Quote Originally Posted by jgamio View Post
    sorry i didnt see

    ok this look fine


    check if you have this file

    ./includes/templates/classic/css/stylesheet.css
    yes there is that file.

    /includes/templates/classic/css/stylesheet.css

  6. #6
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    Quote Originally Posted by jgamio View Post
    Look in your folder the following file


    ./includes/config.php

    and show me what do you have there
    i got these in configre.php there below.


    1. // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    2. // * DIR_WS_* = Webserver directories (virtual/URL)
    3. // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    4. define('DIR_WS_CATALOG', '/');
    5. define('DIR_WS_HTTPS_CATALOG', '/');
    6.
    7. define('DIR_WS_IMAGES', 'images/');
    8. define('DIR_WS_INCLUDES', 'includes/');
    9. define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    10. define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    11. define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    12. define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    13. define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    14. define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    15.
    16. define('DIR_WS_PHPBB', '/');
    17.
    18. // * DIR_FS_* = Filesystem directories (local/physical)
    19. //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    20. define('DIR_FS_CATALOG', '/home/fhlinux180/k/kelkew.co.uk/user/htdocs/');
    21.
    22. define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    23. define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    24. define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    25. define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    26. define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

  7. #7
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    forgot the config and check if you have this chapter and files in


    .includes/templates/

  8. #8
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    the zen configuration look fine i think you have a problem with your server configuration maybe you need to ask to your hosting.

    Have you look in your error log to find out what is wrong

  9. #9
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Genius Experts I need help!

    You've obviously uninstalled the whole shop now, but this is what you need to do:

    In the includes folder edit the .htaccess file from:

    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>

    to:

    <Files "*.php">
    Order Deny,Allow
    Deny from all
    </Files>

    If that doesn't work then delete the .htaccess file in the includes folder.

    Vger

  10. #10
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Genius Experts I need help!

    Quote Originally Posted by jgamio View Post
    dont change permission 644 jet


    lokk for this in your configue.php

    define('DIR_WS_CATALOG', '');
    define('DIR_FS_CATALOG', '');

    and for

    define('DIR_WS_INCLUDES', '');


    check the value if is correct for your server
    i yo want show me thsi values
    yes i have found them on in configure.php, these are below.

    define('DIR_WS_CATALOG', '/');
    define('DIR_FS_CATALOG', '/home/fhlinux180/k/kelkew.co.uk/user/htdocs/');
    define('DIR_WS_INCLUDES', 'includes/');

    now tell me are they correct? what i need to do with them?

    regards
    asif

 

 

Similar Threads

  1. Zen Experts... need help with modifying Cross Sell page...
    By jettrue in forum General Questions
    Replies: 7
    Last Post: 31 Mar 2007, 02:27 AM
  2. need some stylesheet experts
    By barco57 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Nov 2006, 04:26 PM
  3. Need Assistance from HP Filter Experts...
    By d_assassin in forum General Questions
    Replies: 1
    Last Post: 3 Aug 2006, 07:28 AM

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