Error: Catalog images directory does not exist: /home/latestme/public_html/justwebbook.comimages/
i notice there is no slash between .com and images ?
Module Directory: /home/latestme/public_html/justwebbook.comincludes/modules/payment/
the same here .comincludes?
are these causing the problem?
here is one of the config.php files please see if you can see something that needs changing ive edited my user name and pass for obvious reasons
Code:
<?php /* Big Fat Ebook Webstore http://www.anewshop.co.uk */
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
// add your database and website details to the variables below
define('DB_SERVER_USERNAME', 'xxxxxx');
// your username that you use to log into your web server
define('DB_SERVER_PASSWORD', 'xxxxxxx');
// your password that you use to log into your web server
define('DB_DATABASE', 'latestme_justwebbook');
// your database
define('DIR_FS_CATALOG', '/home/latestme/public_html/justwebbook.com/');
define('HTTP_SERVER', 'http://www.justwebbook.com');
define('HTTP_COOKIE_DOMAIN', '.justwebbook.com');
// do not include the www
define('DB_SERVER', 'localhost');
// you do not need to change anything below
define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('HTTPS_COOKIE_DOMAIN', '');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('HTTPS_SERVER', '');
define('ENABLE_SSL', false);
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');
?>
i dont have a catalogues folder its the images folder and alway has been never been a problem before just with this hosting company im geting these few glitches
my images folder is in this order
home/lateste/public_html/webbooks.com/images
Bookmarks