

gomikeyp
Members-
Content count
31 -
Joined
-
Last visited
About gomikeyp
- Birthday 12/28/1983
Profile Information
-
Real Name
Michael Park
-
Location
Marietta, GA
- Website
-
google base feed wth google product category?
gomikeyp replied to Oza's topic in General Add-Ons Support
does this work with the 2.3 oscommerce as well? thanks. -
I have completed the install but in the admin -> Header Tags SEO -> Page Control... In the drop down, I only see Select a file, Show All Files and Add missing pages. How can I get it to show all the pages available to edit? Thanks in advance. --- NVM. Found the problem. I skipped step 1 because I have sts installed but I'm not actually using it... so I guess I have to still change them. Thanks.
-
What is correct paths supposed to be? I have a redirect setup from sakarimotorsports.com to sakarimotorsports.com/catalog from cpanel. Could that be a possible problem? Thanks.
-
I did update above and still get below error. Warning: fopen(/sitemapproducts.xml) [function.fopen]: failed to open stream: Permission denied in /home/sakari/public_html/catalog/googlesitemap/sitemap.class_Alternate.php on line 353 ERROR: Google Product Sitemap Generation FAILED! Opening /sitemapcategories.xml FS_CAT /home/sakari/public_html/catalog/ Server http://www.sakarimotorsports.com Save Path / WS_CAT /catalog/ Warning: fopen(/sitemapcategories.xml) [function.fopen]: failed to open stream: Permission denied in /home/sakari/public_html/catalog/googlesitemap/sitemap.class_Alternate.php on line 353 ERROR: Google Category Sitemap Generation FAILED! Opening /sitemapindex.xml FS_CAT /home/sakari/public_html/catalog/ Server http://www.sakarimotorsports.com Save Path / WS_CAT /catalog/ Warning: fopen(/sitemapindex.xml) [function.fopen]: failed to open stream: Permission denied in /home/sakari/public_html/catalog/googlesitemap/sitemap.class_Alternate.php on line 353 ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [sTATUS] => success [NUM_ROWS] => 831 ) [CATEOGRY] => Array ( [sTATUS] => success [NUM_ROWS] => 656 ) ) [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] => /sitemapindex.xml [status] => failure [file_exists] => false ) ) )
-
<?php define('HTTP_SERVER', 'http://www.sakarimotorsports.com'); define('HTTPS_SERVER', 'https://www.sakarimotorsports.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'www.sakarimotorsports.com'); define('HTTPS_COOKIE_DOMAIN', 'www.sakarimotorsports.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); define('DIR_WS_IMAGES', 'sakariimages/'); 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', '/home/sakari/public_html/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); and the admin config below. <?php define('HTTP_SERVER', 'http://www.sakarimotorsports.com'); define('HTTP_CATALOG_SERVER', 'http://www.sakarimotorsports.com'); define('HTTPS_CATALOG_SERVER', 'https://www.sakarimotorsports.com'); define('ENABLE_SSL_CATALOG', 'true'); define('DIR_FS_DOCUMENT_ROOT', '/home/sakari/public_html/catalog/'); define('DIR_WS_ADMIN', '/catalog/sakariadmin/'); define('DIR_FS_ADMIN', '/home/sakari/public_html/catalog/sakariadmin/'); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', '/home/sakari/public_html/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'sakariimages/'); 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 . 'sakariimages/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Thanks.
-
I have additional security when accessing admin and renamed admin to something else. Does this have anything to do with it? Please advise.
-
Yes permissions set same as images folder and did try the alternate setting. Thanks.
-
I get below error. Please help. Thanks. Opening /sitemapproducts.xml FS_CAT /home/sakari/public_html/catalog/ Server http://www.sakarimotorsports.com Save Path / WS_CAT /catalog/ Warning: fopen(/sitemapproducts.xml) [function.fopen]: failed to open stream: Permission denied in /home/sakari/public_html/catalog/googlesitemap/sitemap.class_Alternate.php on line 353 ERROR: Google Product Sitemap Generation FAILED! Opening /sitemapcategories.xml FS_CAT /home/sakari/public_html/catalog/ Server http://www.sakarimotorsports.com Save Path / WS_CAT /catalog/ Warning: fopen(/sitemapcategories.xml) [function.fopen]: failed to open stream: Permission denied in /home/sakari/public_html/catalog/googlesitemap/sitemap.class_Alternate.php on line 353 ERROR: Google Category Sitemap Generation FAILED! Opening /sitemapindex.xml FS_CAT /home/sakari/public_html/catalog/ Server http://www.sakarimotorsports.com Save Path / WS_CAT /catalog/ Warning: fopen(/sitemapindex.xml) [function.fopen]: failed to open stream: Permission denied in /home/sakari/public_html/catalog/googlesitemap/sitemap.class_Alternate.php on line 353 ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [sTATUS] => success [NUM_ROWS] => 831 ) [CATEOGRY] => Array ( [sTATUS] => success [NUM_ROWS] => 656 ) ) [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] => /sitemapindex.xml [status] => failure [file_exists] => false ) ) )
-
Offical Google Checkout module for osCommerce Support Thread
gomikeyp replied to Silverado05's topic in Other
google checkout doesn't transfer over the shipping rate (i'm using table rate). anyone can help? -
Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/sakari/public_html/catalog/admin/includes/functions/sessions.php on line 123 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/sakari/public_html/catalog/admin/includes/functions/sessions.php on line 123 Warning: Cannot modify header information - headers already sent by (output started at /home/sakari/public_html/catalog/admin/includes/functions/sessions.php:123) in /home/sakari/public_html/catalog/admin/attributeManager/attributeManager.php on line 71 anyone have this problem?
-
can someone help?
-
AJAX-AttributeManager-V2.5-beta_1 and Register Globals
gomikeyp replied to CJPLOTTS's topic in General Add-Ons Support
I also get the same error... please help... -
I get this error when I install the contribution. Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/sakari/public_html/catalog/admin/includes/functions/sessions.php on line 123 Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/sakari/public_html/catalog/admin/includes/functions/sessions.php on line 123 Warning: Cannot modify header information - headers already sent by (output started at /home/sakari/public_html/catalog/admin/includes/functions/sessions.php:123) in /home/sakari/public_html/catalog/admin/attributeManager/attributeManager.php on line 71 Please help... Thanks Michael
-
What is a good contribution to add attribute checkboxes under product add/edit page in the admin section? I just tried using "Add Attributes to categories.php" contribution but seems to be not working. Any suggestions? Thanks Michael
-
What tables should be created in my database when installing google checkout? Please let me know. Thanks