I am tried to restore my website on server by old backup.
When I upload and configure I got this error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'antarbha_drupal.drup_workflow_type_map' doesn't exist: SELECT type, wid FROM {workflow_type_map}; Array ( ) में workflow_get_workflow_type_map() (पंक्ति 15 की /home/antarbha/public_html/sites/all/modules/workflow/workflow.node.type_map.inc).
I've been looking around and have run into the REST and JSON:API modules but have not had much luck for what I am looking for. Any other good resources on the matter?
Im running a gamingclan (community) on www.luvclan.eu (drupal 7).
I have created a view wich shows the twitch stream of a person whos registered to my website and has the role twitchstreamer.
So everytime one of them starting to stream their stream is displayed on the homepage of my website (all working fine).
Now i want to create a carousel kind of option to display the streamers, but i cant find any module that allows me to display that view.
Is there an working solution to create on?.
I want to modify the TWIG file of the products to show "Made in France", if the store country is France and made in Belgium, if the store country is Belgium.
How to display a message according to the country of the store ?
I would like to do this in the products TWIG file and in the stores TWIG file.
There is certainly a condition to be met but I do not know which one.