I had made a content type menu link on the following site. https://japaneseautoworld.com/. The link title was exporters. Although, the link is still there I noticed this morning that the related content of this content type is all gone as you can see on the below link. https://japaneseautoworld.com/exporters. It shows page not found error message. Could anyone please guide me how to fix this issue? This was working just fine few days ago.
Previously I have created a view under certain name, and decided to change the name of that view and the path but it only changed pages path of that view.
My question is, how can I change the path of edit page path of that view?
For example
Current:
/views/view/testing-view-1/edit
For later to be
/views/view/final-view/edit
If there is a way please explain it step by step because I really lack of knowledge in Drupal.
I'm using the Google Maps Review Module in one of my sites. Could someone please assist with calling "site_id" (which is defined in "google_site_place_id" field) through a node field rather than the block field?
Thus, I want to assign different Id's to different node's on a custom node field.
We have a Drupal stack, 3 of the stack are public facing and 1 is internal.
The internal Drupal server has a web page which allows our web team to make edits to the website. The Drupal server connects to a database server and the other servers also connect to the same Drupal DB.
At the moment if you try to go to the internal website you get an error page. If you try to make changes at a server level it fails to connect to the database.
I've been bumping my head on something that seems a very basic implementation in Drupal 7.60. Basically I want to collect values in a form and when the form is submitted redirect to external URL with parameters based on collected form values AND present a clean new form after the submit. My real life example will call an external servlet to generate a pdf and open in new window.