creating invoice in virtuemart results in error? - html

I tried to create a invoice in virtuemart and then the following error message appeared:
error message
The error message refferes to the following code
But I can't seem to find a way to fix the error.
Any help is greatly appreciated. Thanks!
(I am using Joomla 3.9.22 and Virtuemart 3.4.2)

Related

Unknown error on Google Appscript RoleAssignments

i am trying to update user's role based on a CSV and decided to use App Script. Everything went well, from listing roles, getting & updating users, until inserting role assignment.
AdminDirectory.RoleAssignments.insert({
roleId: ROLE_ID,
assignedTo: data.user_id,
scopeType: 'CUSTOMER',
orgUnitId: ORG_UNIT_ID,
}, 'my_customer')
I am stuck now since the error log only show "Unknown Error"
GoogleJsonResponseException: API call to directory.roleAssignments.insert failed with error: Unknown Error.
Any help?
Thanks in advance.
It looks like the error stems from the fact that you are trying to insert an assignment role which already exists.
There is already an open issue on Google's Issue Tracker regarding this.
I suggest you star the issue here and eventually add a comment saying that you are affected by it.

Resource Identificator Malformed Json Template

I'm trying to run a json file which has very few parameters and it keeps filing with the error
"'lawrkspc02/metric alerts|cpu critical' at line
'607' and column '9' is not valid: The resource identificator 'lawrkspc02/performance|cpu trend' is malformed"
I've tried a few things from online suggestions but nothing seems to be working, the full template is at
https://pastebin.com/embed_js/C6Z851i5
Hopefully someone can see what I'm doing wrong.
Thanks for your help in advance.

Getting occasional error getting user from Google PlusDomains

I have an app that make the following call successfully for 99% of the users:
var profile = PlusDomains.People.get(userId);
However, some users consistently have the following error:
GoogleJsonResponseException: Not Found at fetchPhoto
When I manually go to plus.google.com/(userId) the user is there so I know the userId is good. Has anyone seen this or has any idea why it is (rarely) happening?
Thanks for any tips or pointers.

Hi, I am getting the parameter is incorrect error for following code in certutil

I am new to certutil and I am getting the following error. Any help would be appreciated.
certutil -view -restrict
“Disposition=20,notafter=>1/17/2014,Certificate
Template=<1.3.6.1.4.1.311.21.8.1370017.958360.9715892.10314310.367570.155.3464656.3414923>”
-out “Request.RequesterName,CommonName,NotAfter”
Refer to link. It will fix the issue.
This is because of windows update and not a problem with your code.

" Decoding failed: Syntax error " in magento when updating the product

I got an error when editing and then updating the weight of product of only
certain SKU's on backend, and those are downloadable products,While other simple products gets updated easily. I am using magento 1.9.1.0 version.The project resembles wordpress and magento integration too.
The error is :
Decoding failed: Syntax error
And the update process gets failed. How can I solve this, please help me
out with possible solutions and suggestions.