Active
Project:
UberPOS
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Nov 2011 at 16:30 UTC
Updated:
16 Aug 2012 at 20:50 UTC
I hope you can help me. I've just recently installed UberPOS and found it very easy to begin using. However, I'm getting a persistent error message at the top of the page and I'm afraid my inexperience with reading/writing code will not allow me to fix it.
The error reads...
warning: syntax error, unexpected BOOL_TRUE in ./sites/all/modules/uberpos/contrib/up_subtotal/help/up_subtotal.help.ini on line 11 in /Applications/MAMP/htdocs/homefit/sites/default/modules/advanced_help/advanced_help.module on line 667.
Do you have any suggestions on how to correct this?
Thanks for your your help and for a wonderful module.
Comments
Comment #1
curtispenner commentedI had the same problem. This link seems to have fixed it.
http://drupal.org/node/722430
Basically, put quotes around the text.
"Calculate subtotal based on payment method"
Hope this helps.