I can finish order and generic functionality seems ok. But Im unable to view order details nor change its status.
Log shows long message starting:
TypeError: Argument 1 passed to Drupal\Core\Access\AccessResult::orIf() must implement interface Drupal\Core\Access\AccessResultInterface, null given, called in /volume1/web/hikvision/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php on line 10 ...
I want to insert values from a field that i have created when i push the button. I have created my database and a table for 2 values.(table name is Formlrs, value 1 is address and value 2 is port). But when i push save button it doesnt work( no reaction)
This is my first time setting up an ubercart site. All seems to work well but the change order status or view order details gives me "Page has encountered an unexpected error. Try again later".
I got stuck in using custom templates for my content-types. I have been following all the documentation or answers that I found on google like the following:
I have page__content-type.html.twig file inside my themes/templates directory, the following if part(if code) is under mytheme.theme file, inside
function mytheme_preprocess_page($variables){}, this is default function name(I didn't add it, it was there) which was there inside the theme when I installed it.