Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Web Stats Problem


autoxtreme

Recommended Posts

Posted

Hi,

 

I have just installed Visitor Web Stats!! This the first contribution I have installed!!

 

I have one problem though........

 

When viewing the data in admin there is a link under the heading "hits today" that you can click to bring up another box, with list of where customers have visited on the site. When I click the link the new box displays " Internet Explorer cannot display the webpage "

 

It seems it is not going straight to http://www.mydomain.co.uk/catalog/product, but it is going to http://www.mydomain.co.ukhttp://www.mydoma...catalog/product details...

 

 

What do I need to edit to make it fo straight to where it should, instead of with the first http://www,mydomain.co.uk

 

 

 

 

Grateful of any help

 

Thank you

Posted
Hi,

 

I have just installed Visitor Web Stats!! This the first contribution I have installed!!

 

I have one problem though........

 

When viewing the data in admin there is a link under the heading "hits today" that you can click to bring up another box, with list of where customers have visited on the site. When I click the link the new box displays " Internet Explorer cannot display the webpage "

 

It seems it is not going straight to http://www.mydomain.co.uk/catalog/product, but it is going to http://www.mydomain.co.ukhttp://www.mydoma...catalog/product details...

What do I need to edit to make it fo straight to where it should, instead of with the first http://www,mydomain.co.uk

Grateful of any help

 

Thank you

 

Probably its your includes/configure.php files. There is one in admin and one in catalog.

 

This may help.

Posted
Probably its your includes/configure.php files. There is one in admin and one in catalog.

 

This may help.

 

Hi,

 

Thank you for the reply but when I installed the contribution I did not have to edit the configure.php files at all. Wouldnt that mean it is something in one of the edited/installed files from the contribution causing this to happen??

Posted
Hi,

 

Thank you for the reply but when I installed the contribution I did not have to edit the configure.php files at all. Wouldnt that mean it is something in one of the edited/installed files from the contribution causing this to happen??

http://www.mydomain.co.ukhttp://www.mydoma...catalog/product details...

 

The admin is trying to see the catalog, it gets the paths from the configure.php file.

Posted
http://www.mydomain.co.ukhttp://www.mydoma...catalog/product details...

 

The admin is trying to see the catalog, it gets the paths from the configure.php file.

 

 

 

This is the code from my admin configure file. I dont know what i`m looking at, maybe someone could point me in the right direction :)

 

define('HTTP_SERVER', 'http://www.mydomain.co.uk');

define('HTTP_CATALOG_SERVER', 'http://www.mydomain.co.uk');

define('HTTPS_CATALOG_SERVER', 'http://www.mydomain.co.uk');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', '/home/mydomain/public_html/shop/');

define('DIR_WS_ADMIN', '/shop/admin/');

define('DIR_FS_ADMIN', '/home/mydomain/public_html/shop/admin/');

define('DIR_WS_CATALOG', '/shop/');

define('DIR_FS_CATALOG', '/home/mydomain/public_html/shop/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

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('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

 

 

Thank you

Posted

Still not solved this one. Can someone PLEASE make a suggestion on what bit of code needs to be changed to what as I dont really understand what I am looking at in the configure files.

 

 

Thank you

Posted

Are people ignoring this post for fun???

 

I know to some people the solution might seem easy but when you dont understand php code its not easy. I have read the above link, but I am still not undetstanding what needs to be changed.

 

As my last post said, can someone PLEASE help me out with what needs to be changed in the code I posted above.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...