I'm not sure what you are unsure of..

The error message tells you EXACTLY what the issue is and it tells you EXACTLY how to fix it.. Do you not know how to find your configure.php files?? Do you not know what tool to use to edit them??

Please explain what it is unclear for you...

Quote Originally Posted by kenny_1892 View Post
Hi

I've installed this module but i'm getting the following errors and i'm not sure how to fix them.

Store Configuration Files Check
The value for HTTPS_CATALOG_SERVER in the store's admin configure.php file is wrong.

The current value for HTTPS_CATALOG_SERVER is “https://secure-server.co.uk/my-store.com/”.
The value for HTTPS_CATALOG_SERVER cannot include a subdirectory.
This value must be a domain name preceded by https://, with no subdirectory after the domain name and no slash at the end.
The only valid formats are https://store-domain.com or https://www.store-domain.com etc.
The path to the subdirectory must be removed from after the domain name definition in HTTPS_CATALOG_SERVER.
If the store is in a subdirectory, then the name of the subdirectory should instead be placed in DIR_WS_CATALOG, preceded and followed by slashes, e.g. /store/ - the subdirectory name cannot be part of the HTTPS_CATALOG_SERVER domain name setting.
The value for HTTPS_SERVER in the store side's configure.php file is wrong.

The current value for HTTPS_SERVER is “https://secure-server.co.uk/my-store.com/”.
The value for HTTPS_SERVER cannot include a subdirectory.
This value must be a domain name preceded by https://, with no subdirectory after the domain name and no slash at the end.
The only valid formats are https://store-domain.com or https://www.store-domain.com etc.
The path to the subdirectory must be removed from after the domain name definition in HTTPS_SERVER.
If the store is in a subdirectory, then the name of the subdirectory should instead be placed in DIR_WS_CATALOG, preceded and followed by slashes, e.g. /store/ - the subdirectory name cannot be part of the HTTPS_SERVER domain name setting.

Thank you for any help