

george_png
-
Content count
4 -
Joined
-
Last visited
Posts posted by george_png
-
-
This question gets asked about every other page (looking through those would have saved you some time) and the answer is always the same - your configure file is not setup correctly. See this thread for how to set it up: http://forums.oscomm...opic=193738&hl=
Hello Jack !
..again
I saw my configure.php file in /catalog/includes/configure.php
Everything looks fine, like post that you showed me.
Do you have other suggestions on this problem?
Thanks!
-
In the settings in admin for this contribution there is an option to switch to a different mode. Did you try that?
Hi!
Yes I did it.
I did this steps:
If the sitemaps fail to generate, then go to admin->Configuration->Google XML SEO
and switch to the alternate class and try again. If the maps still fail, enable
the diagnostic option in the settings and try again. If the error isn't obvious
at that point, post the problem, along with the diagnostic output in the support thread.
But I have error !
-
Hello !
I have instaled osCommerce v2.3.1 and googlesitemap from Jack but when
I try to open http://mydomain.com/...temap/index.php I have this error:
Opening /sitemapproducts.xml
FS_CAT /var/www/users/png/
Server http://mypc-bg.com
Save Path /
WS_CAT /
ERROR: Google Product Sitemap Generation FAILED!
Opening /sitemapcategories.xml
FS_CAT /var/www/users/png/
Server http://mypc-bg.com
Save Path /
WS_CAT /
ERROR: Google Category Sitemap Generation FAILED!
Opening /sitemapmanufacturers.xml
FS_CAT /var/www/users/png/
Server http://mypc-bg.com
Save Path /
WS_CAT /
ERROR: Google Manufacturers Sitemap Generation FAILED!
Opening /sitemapspecials.xml
FS_CAT /var/www/users/png/
Server http://mypc-bg.com
Save Path /
WS_CAT /
ERROR: Google Specials Sitemap Generation FAILED!
ERROR: Google Pages Sitemap Generation FAILED!
Opening /sitemapindex.xml
FS_CAT /var/www/users/png/
Server http://mypc-bg.com
Save Path /
WS_CAT /
ERROR: Google Sitemap Index Generation FAILED!
Array
(
[QUERY] => Array
(
[PRODUCTS] => Array
(
[sTATUS] => success
[NUM_ROWS] => 566
)
[CATEOGRY] => Array
(
[sTATUS] => success
[NUM_ROWS] => 38
)
[MANUFACTURERS] => Array
(
[sTATUS] => success
[NUM_ROWS] => 35
)
[sPECIALS] => Array
(
[sTATUS] => success
[NUM_ROWS] => 5
)
)
[sAVE_FILE_XML] => Array
(
[0] => Array
(
[file] => /sitemapproducts.xml
[status] => failure
[file_exists] => false
)
[1] => Array
(
[file] => /sitemapcategories.xml
[status] => failure
[file_exists] => false
)
[2] => Array
(
[file] => /sitemapmanufacturers.xml
[status] => failure
[file_exists] => false
)
[3] => Array
(
[file] => /sitemapspecials.xml
[status] => failure
[file_exists] => false
)
[4] => Array
(
[file] => /sitemapindex.xml
[status] => failure
[file_exists] => false
)
)
)
Jack...
Can You help me ?
What wrong ?
Thanks in advance!
Sorry for my bad english :-)
Google XML Sitemap SEO
in General Add-Ons Support
Posted
Hello !
This is my configure file. If you see any error please say me
<?php
define('HTTP_SERVER', 'http://www.mypc-bg.com');
define('HTTPS_SERVER', 'https://www.mypc-bg.com');
define('ENABLE_SSL', false);
define('HTTP_COOKIE_DOMAIN', 'www.mypc-bg.com');
define('HTTPS_COOKIE_DOMAIN', 'www.mypc-bg.com');
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('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', '/htdocs/mypc-bg/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DB_SERVER', '127.0.0.1');
define('DB_SERVER_USERNAME', 'petko');
define('DB_SERVER_PASSWORD', 'alabala');
define('DB_DATABASE', 'kalinka');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');
?>
Sorry ! I am new in osCommerce and my questions some times may seem a bit stupid.
Thanks!