Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    red flag Genius Experts I need help!

    Again I have reinstalled zencart version 1.3.6 but it still buttons are not displaying on the pages.

    I have rechecked that all button's images are placed properly in their folders includes/templates/template_default/buttons/english.

    When I check to see does any of buttons image display or not
    http://www.kelkew.co.uk/includes/templates/template_default/buttons/english/button_TellAFriend.gif

    then i get an error on page below.

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.

    And when i place only same button's folder with its all images http://www.kelkew.co.uk/images/buttons/english/button_TellAFriend.gif

    then all buttons' images can be display on the page.

    I think there is something wrong with all folders including includes, templates and template_default.

    [FONT=Times New Roman]Is there any "Genius Expert", who can help to me to fix this problem asp..[/FONT]

    [FONT=Times New Roman]Kind,Regards[/FONT]
    [FONT=Times New Roman]ASIF[/FONT]
    Last edited by asif malik; 25 Nov 2006 at 03:08 PM.

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

    Default Re: Genius Experts I need help!

    About the error i dont have clue

    but i went to http://www.kelkew.co.uk/ and look like you have a configure.php wrong configurations.

    maybe you are using a bad path to get your template

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

    Default Re: Genius Experts I need help!

    Quote Originally Posted by jgamio View Post
    About the error i dont have clue

    but i went to http://www.kelkew.co.uk/ and look like you have a configure.php wrong configurations.

    maybe you are using a bad path to get your template
    okay i gona change permission 644 on both files configure.php and in admin/configure.php but you do think after this button images will be displayed?

    how can I fix that bad path to get the template?

    regards
    asif

  4. #4
    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

  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
    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?

  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
    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

  7. #7
    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

  8. #8
    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

  9. #9
    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/');

  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
    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

 

 
Page 1 of 2 12 LastLast

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