There was an error performing the requested operation. Please try again or contact us for assistance - orocommerce

while performing operation on user, product or category we are getting this error. we don't have ssh access to clear cache. please let us know cause of error and also UI option to clear cache.
Thank you for help in advance.

Related

odoo dynamic snippet does not works correctly for public user

When i create dynamic snippet, it works correctly only if you log in like an administrator account, snippet uses data from the odoo model. So if you don't log in and go on the website as a public user from another browser, odoo displays a message, something like
"Odoo session is expired. The current page is about to be refreshed."
, and snippet uses default content from template(not data from database).
I didn't find an answer to my question in the documentation or on the forums. Please, if anyone has encountered such a problem, write how you solved it. Thank you in advance. p.s.: clearing the cache does not help
I didn't find an answer to my question in the documentation or on the forums. Please, if anyone has encountered such a problem, write how you solved it. Thank you in advance.
p.s.: clearing the cache does not help

Entity is not api accessible

I am trying to check the UserLicense Object's permissions like below and getting the "Entity is not api accessible" error.
Schema.sObjectType.UserLicense.isAccessible()
Please help me with any resolution.
I really appreciate any help you can provide.
UserLicense is a system object. It's not permissionable at all. You don't need to check CRUD or FLS permissions on UserLicense (you can't perform any DML or apply Profile permissions on it anyway).

Can't upload new product image backend prestashop

I need a little help here, i hope someone here can help me for a hint or clue.
First of all, I'm not programmer. I'm just web admin who can use cms and basic html.
I was using PrestaShop for my online shop. In the backend, I can't upload new product image anymore.
The error just blank without any sign for me. Here for the screenshot:
I appreciate it, if someone can help me, thanks, and sorry for my english.
#PanjiWiyono This errors don't really give us a quality information, but this is a start. In your JS code should be a ajax query that has an error when converting results to json (first error). You should check what's the exact error that this request is returning by inspecting in browser developer console.
If you detect that the second error is in fact, the response of this ajax query, well now we almost have the problem.
The second error should be related to data size. Check this: Error while sending QUERY packet
Anyway, you should check DbPDO.php class. You can use debug_backtrace function to display the complete stack, but definitly if error is related to a basic PHP class issue you will have not help knowing wich classes are in calling stack.
Good luck.
Simple solution
maybe a extra module is in a conflict with the prestashop core files. go to advanced parameters, performance and disable third party modules and try again.
other option is reupload admin folder with other name and
js folder check again
hope it will work for you

System error. The error has been logged and we will investigate

I started getting this result from BigQuery around 5pm PST. I haven't changed anything in my app. I can still make queries via the online browser tool. Is this happening to anyone else? Our project ID is decent-surf-855.
We changed the wording of the error message from the old "Unexpected. Please try again." Perhaps you already had code to detect or filter based on that error text?

How do I get hold of my access logs from CloudControl

This may seem like a stupid question, but:
If I have an app deployed to CloudControl, how can I download the access logs directly.
Of course I can cctrlapp myapphere/default log access to 'tail' them.
... but I want to download them for off line analysis.
I checked the documentation, but it there is an obvious way I missed it -= can anyone help ?
Thanks
There is no way to "download" the logs. We only store the last 500 messages.