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

curtispenner’s picture

I 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.