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
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?
Look in your folder the following file
./includes/config.php
and show me what do you have there
sorry i didnt see
ok this look fine
check if you have this file
./includes/templates/classic/css/stylesheet.css
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/');
forgot the config and check if you have this chapter and files in
.includes/templates/
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
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
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