Hi my site is running fine on multi server databases(2). Now there is a requirement in which 1 need to run a join query(3 joins) in that I need to get 1st and 3rd joins record from server1 db and 2nd join record from server2. I am not understanding how I can run such a query. Need you help.
We have just migrated a site with drupal 8 to the GCP Cloud adding a Redis server and a managed DB. 2 instances and an HTTPS load balancer. If we hit the site directly (http) it works perfectly, fast an all but if we go with the LB it takes like 20 seconds to load, it already has a certificate and all. I also tried configuring an Nginx LB but is the same issue (this discards a GCP LB Issue). This makes me think that there is some kind of issue with drupal or apache. Anyone have experienced a similar issue?
I have created a virtual appliance that runs Drupal. I cannot provide access to the appliance console but I would like to be able to update the Drupal site with new features and fix patches.
Hosting software upgrades and patches is not a problem. Creating them and applying them is where I need a better understanding please.
Technocrat won a competitive tender with Wyndham City Council to design and develop a new destination tourism website for the local Werribee region.
The site they envisioned was highly functional on mobile and optimised so that potential users could easily find it through search engines. Visual and video content that would provide a rich user experience was a priority – to inspire potential domestic, interstate and international visitors to learn more about local attractions, to plan their journey and to drive new and repeat visitors to the region.
Dementia Australia represents the 436,366 Australians living with dementia and the almost 1.5 million Australians involved in their care. Technocrat has worked closely with Dementia Australia for the past 4 years to deliver multiple Drupal websites through our Continuous Optimisation stream of work.
In 2020, DA embarked on a full redesign of their website, which also need an upgrade to Drupal 8. The designs were done by a third party and provided to Technocrat to implement on an extremely tight timeframe: we started in mid-April and had to be live by July.
I have a form with one input which asks the user to select 'entity_id' which is populated via entity reference and on selection it updates the work_email field for the user as part of ajaxcall updateNameFields.Intially the form is created as a table container with 5 rows and two columns 'entity_id' and 'work_email'.Form has a button to add new item/rows using another ajax call updateNames.This works good too.Problem is the ajax call (updateNameFields) on the newly added row is not getting called .
I am new to Ajax and looking for any input which would help to fix this issue.