Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Partha (Guest)
Partha (Guest)
Hi,
 
I am getting following error,
 
layout_id didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
html_editor didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
is_sms_allowed didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
friendly_auto didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
approve_review didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
reviews_per_page didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
min_rating didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
min_votes didn't match with mask. Use following 'YYYY-MM-DD HH:mm:ss'
 
When I am going change Global settings etc..
 
Pls help
 
TOCDCO
TOCDCO
in ur va_def file, I would correct the date format to be what is displayed for the long date format.
 
Partha (Guest)
Partha (Guest)
Humm..
 
Partha (Guest)
Partha (Guest)
Tell me, what To correct ? I can do it
 
Ned
Ned
The file "includes/va_definition.php" is written when the cart is installed and should contain your choices for date and time formats displayed to customers.
 
In _my_ case these are:
 
// date parameters
$datetime_show_format = array("D", " ", "MMM", " ", "YYYY", ", ", "h", ":", "mm", " ", "AM");
$date_show_format = array("D", " ", "MMM", " ", "YYYY");
$datetime_edit_format = array("YYYY", "-", "MM", "-", "DD", " ", "HH", ":", "mm", ":", "ss");
$date_edit_format = array("YYYY", "-", "MM", "-", "DD")