I have a custom module which retrieves data from a third-party site (Strava). I have implemented a custom block via hook_block_view() which handles the authorisation dialogue between my user and Strava. This works and retrieves information about the user which I store as a database record. Now I want the user to provide data for some additional fields for this record. I have implemented a form to collect this data. Once the authorisation dialogue is complete I present this form to the user. The form includes a hidden field which contains the key for the database record.
I have a node bundle that is translatable. For now I have languages en and es. Besides several text fields there is also an image field on the node bundle. When I want to update the image field I call URL below
I have a lot of 404 pages in my log. Many of them are Wordpress related. April 3rd att 22.30 I hade almost four full pages and all Wordpress related, w-content, wp-includes, etc. Examples below.
I had a Drupal site about five years, then I got the (bad) idea to try Wordpress and used it for about 1,5 years. Then I went back to Drupal for about 1,5 years ago and have used it since. Is it because I used Wordpress for a while I get these 404 pages? Or is it some kind of attack? What do you think?
I attempted to add a new field "Audience" which is an entity reference field referencing an "Audience" taxonomy. After creating this, I attempted to edit it to allow the user to make multiple selections when I got the below error:
If someone tries to log into my Drupal site (http://mysite/user/login) is there a way to get an email if the username or password is wrong and the login attempt fails?