Jump to content

jpayam

Member
  • Posts

    63
  • Joined

  • Last visited

Everything posted by jpayam

  1. Hi,, Is this possible i create a PHP page which ONLY show small "box.basket" ?
  2. Hi, In last Cubecart, when a visitor click on change language on page http://mysite.com/SEO-URL.html , site go to http://mysite.com/index.php?seo_path=SEO-URL instead of http://mysite.com/SEO-URL.html
  3. after upgrading to last CC sometimes in Category list in store front and in product edit at admin panel i receive error message, site hosted on a VPS with dedicated recource . The following errors were detected: Not enough memory to create thumbnail from `index.htm`. Please optimise this source image. Not enough memory to create thumbnail from `index.php`. Please optimise this source image.
  4. Thanks a Lot. Now there is not any notice for "Expecting KEY" , any suggestion for expecting PRIMARY. and expecting UNIQUE KEY notices will be highly appreciated.
  5. any help would be appreciated. is there any mysql comment to correct this?
  6. Hi, Today after manual upgrade from 6.1.1 to 6.1.5 my store seems works fine only in admin panel ADVANCED > maintenance > database i see below notice: CubeCart_admin_users.admin_id has a key type KEY but expecting PRIMARY. CubeCart_category.cat_parent_id has no key set. Expecting KEY. CubeCart_admin_users.admin_id has a key type KEY but expecting PRIMARY. CubeCart_category_index.id has a key type KEY but expecting PRIMARY.CubeCart_category_index.cat_id has no key set. Expecting KEY. . CubeCart_category_language.translation_id has a key type KEY but expecting PRIMARY. CubeCart_order_inventory.id has a key type KEY but expecting PRIMARY. CubeCart_order_inventory.product_id has no key set. Expecting KEY. CubeCart_order_inventory.cart_order_id has no key set. Expecting KEY. ... ....
  7. Hi from last month After upgrading to last CC i see lot of below access from different ip address on Statistics Users Online.. index.php?_a=newsletter&subscribed=false
  8. Hi, Can i use a url Link to add a product to cart?
  9. this works: In the file cubecart.class.php : 1- Find: if (!isset($this->_basket['recaptcha'])) { Change to: if (false && !isset($this->_basket['recaptcha'])) { 2-Find: if ($GLOBALS['config']->get('config','recaptcha') && !$GLOBALS['session']->get('confirmed', 'recaptcha')) { Change to: if (false && $GLOBALS['config']->get('config','recaptcha') && !$GLOBALS['session']->get('confirmed', 'recaptcha')) {
  10. Removing recaptcha code just from store template not works.
  11. Hi, Is this possible i remove recaptcha from checkout confirm and only keep it on contact, registration pages ? thanks
  12. Provided code not works correctly Duplicate content can be a major source of SEO problems. When duplicate content is present, site owners suffer rankings and traffic losses, and search engines provide less relevant results. we have 2 URL with same content . 1- domain.com/index.php?seo_path=my-seo-path 2- domain.com/my-seo-path.html Check this link for more info : https://moz.com/learn/seo/duplicate-content Thanks
  13. Hi How can i set a rule in .htaccess that index.php?seo_path=my-seo-path 301 redirect to domain.com/my-seo-path.html as i see many index.php?seo_path=my-seo-path on Webbots and this is bad for seo.
  14. Thanks, I just update files in https://github.com/cubecart/v6/issues/1203 , and problem has been fixed .
  15. Hi How can i disable cash on Cubecart but keep performance as I want my product images list on google images search . after upgrading to cc6 i lose all my images listed on google images search thanks
  16. $glob['rootRel'] is not listed, my /includes/global.inc.php contents: <?php $glob['adminFile'] = 'admin.php'; $glob['adminFolder'] = 'admin'; $glob['dbdatabase'] = 'X'; $glob['dbhost'] = 'localhost'; $glob['dbpassword'] = 'X'; $glob['dbprefix'] = ''; $glob['dbusername'] = 'X'; $glob['encoder'] = 'zend'; $glob['installed'] = '1'; $glob['license_key'] = ''; $glob['cache'] = 'file'; ?>
  17. No, but i just add this code to .htaccess file and problem has been fixed as Download links on emails and customers control panel has been changed to HTTPs automatically! RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] still we when click on http://mydomain.com/index.php?_a=download&accesskey=177debdf27b46d6967035cc8b1ffbe11 redirect to wrong url : https://mydomain.comindex.php/?_a=download&accesskey=177debdf27b46d6967035cc8b1ffbe11
  18. Hello, I install ssl om my site and it works fine only my problem is download links not works any more when customer click on download link http://mydomain.com/index.php?_a=download&accesskey=177debdf27b46d6967035cc8b1ffbe11 and link will redirect to : https://mydomain.comindex.php/?_a=download&accesskey=177debdf27b46d6967035cc8b1ffbe11 but if i change http://mydomain.com/index.php?_a=download&accesskey=177debdf27b46d6967035cc8b1ffbe11 to httpS://mydomain.com/index.php?_a=download&accesskey=177debdf27b46d6967035cc8b1ffbe11 then link works fine p.s : i use digit file on external url thanks in advance for help
  19. Hi, I want to install SSL on my Cubecart store, but ssl provider told me they don't support users on windows XP , i wanted to know whats happen for a visitor on win xp , only they receive a non secure message or completely their access blocked . thanks
  20. I have same problem , after upgrading from 6.0.11 to 6.012 we have time-stamp error on sitemap for some products timestamp is : <lastmod>1970-01-01T00:33:34+00:00</lastmod>
  21. I use external link (complete URL) for each product and i have 1000s of products! this is a bug?
  22. Hi, After upgrading to last CC yesterday i receive below error message when see or edit any digitally product on my store. It has not been possible to locate the download file. http://product File location URL thanks
  23. Hi Seems in Import Catalogue "Include in latest products" not works fine..i use "0" but still in imported products Include in latest products marked. How we also can import products Options in batch? Thanks
  24. today i see lot of System Error Log after upgrade from 6.08 to 6.09: Today, 01:55 [Notice] /home/mystore/domains/mystore.com/public_html/admin/sources/settings.errorlog.inc.php:61 - Undefined variable: smarty_data Today, 01:55 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:926 - Undefined index: customer_id Today, 01:55 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:929 - Undefined index: customer_id Today, 01:54 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:926 - Undefined index: customer_id Today, 01:54 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:929 - Undefined index: customer_id Today, 01:54 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:926 - Undefined index: customer_id Today, 01:54 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:929 - Undefined index: customer_id Today, 01:54 [Notice] /home/mystore/domains/mystore.com/public_html/admin/sources/statistics.index.inc.php:268 - Undefined index: search_terms Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/admin/sources/settings.errorlog.inc.php:61 - Undefined variable: smarty_data Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Warning] /home/mystore/domains/mystore.com/public_html/classes/cache/cache.class.php:158 - unlink(/home/mystore/domains/mystore.com/public_html/cache/skin) [function.unlink.php]: Is a directory Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/includes/functions.inc.php:522 - Undefined index: X-Forwarded-For Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:926 - Undefined index: customer_id Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/classes/user.class.php:929 - Undefined index: customer_id Today, 01:53 [Notice] /home/mystore/domains/mystore.com/public_html/admin/sources/maintenance.index.inc.php:551 - Undefined variable: existing_backups
×
×
  • Create New...