Could we please have a bit of help with this? just tried restoring my 2.0.15 db into 2.1 fresh install and it doesn't work.
ty
Post a ticket to Help Desk with ftp access please.
Posted 10 August 2010 - 03:18 PM #41
Could we please have a bit of help with this? just tried restoring my 2.0.15 db into 2.1 fresh install and it doesn't work.
ty
Posted 10 August 2010 - 04:36 PM #42
Posted 10 August 2010 - 05:01 PM #43
Posted 10 August 2010 - 08:45 PM #44
Posted 10 August 2010 - 09:00 PM #45
Posted 10 August 2010 - 10:09 PM #46
Posted 10 August 2010 - 10:37 PM #47
Posted 10 August 2010 - 11:49 PM #48
Posted 11 August 2010 - 02:25 AM #50
apache_setenv("no-gzip", "1");
if (function_exists('apache_setenv')) {
apache_setenv('no-gzip', '1');
}
RewriteEngine on RewriteRule . - [E=no-gzip:1]
Posted 11 August 2010 - 04:13 AM #51
Posted 11 August 2010 - 06:22 AM #52
Posted 11 August 2010 - 06:26 AM #53
Posted 11 August 2010 - 06:36 AM #54
BarryH
CS-Cart v4.4.3 (Plus one being developed v4.5.2 SP2)
UK User
Posted 11 August 2010 - 06:39 AM #55
Could we please have a bit of help with this? just tried restoring my 2.0.15 db into 2.1 fresh install and it doesn't work.
ty
This was clean install. This error came after i tried to import backup data
Database error: Unknown column 'object_holder' in 'field list' (1054)
Invalid query: SELECT object_holder, description FROM cscart_common_descriptions WHERE object_id = 0 AND lang_code = 'EN'
Backtrace:
File: /home/newmilfo/public_html/core/fn.database.php
Line: 310
Function: db_error
File: /home/newmilfo/public_html/core/fn.database.php
Line: 245
Function: db_query
File: /home/newmilfo/public_html/core/fn.common.php
Line: 3056
Function: db_get_hash_single_array
File: /home/newmilfo/public_html/core/fn.init.php
Line: 152
Function: fn_get_manifest
File: /home/newmilfo/public_html/init.php
Line: 153
Function: fn_init_templater
File: /home/newmilfo/public_html/admin.php
Line: 23
Function: require
Posted 11 August 2010 - 06:46 AM #56
Damn, where i can add the credit memos, or change it and see it????
Posted 11 August 2010 - 06:47 AM #57
Now i have found the memo sence in the PDF tutorial, i have thinked i can add additionally informations in customer emails
But no... i would be happy if i can add or create the complete outsending emails to the customers byself. Better control about it, with header, content, footer and the ordered things....
And what i have see too is that here http://demo.cs-cart....ch=profiles.add is still the bad solution. User should in deafult not fill out twice times the fields. Better is the checkout and register solution!
Posted 11 August 2010 - 07:05 AM #58
The same error message as above when click "Global options" link
Fatal error: Cannot redeclare fn_get_product_option_data() (previously declared in /data/13/1/97/80/1260732/user/1345004/htdocs/demostore/controllers/admin/product_options.php:303) in /data/13/1/97/80/1260732/user/1345004/htdocs/demostore/controllers/admin/product_options.php on line 694
Posted 11 August 2010 - 07:14 AM #59
Since upgrade any options that have zero quantity do not show quantity amount in front end. The add to cart button disappears but no out of stock message. Items with stock quantities are tracking fine. Any ideas.
If you use options - now they are recalculated at server side with help of AJAX requests.Also, store front end seems to run much slower - anyone else noticing this.