Not sure if this is an issue or me being new to Drupal / creating a custom block through code and i'm just not doing it right, but i've made my first custom block through code and tried adding it to a layout and the contextual links didn't appear to configure / move / delete the block.
I've created 3 functions in my block class as per documentation that I found - blockForm for the different editable fields, blockSubmit for what configuration settings to save and build for what to render.
few days ago the site was migrate to another host by my service provider. Today many menu's function doesn't work. For example when I click on configuration in the menu the system reply http 500 error.
In the file public_html/error_log I see this error:
I'm creating some Katalon test scripts in Drupal but I'm not able to get the text from the selected value in a drop down object. I have checked in other web apps we have and it works.
I have opened a post in Katalon forum and the experts suggested some options that worked for them, but they didn't work for me.
Any suggestion?
This is my firs post here, sorry if this is not the correct place to ask this.
I'm working on an access form that eventually needs to redirect to another page on my Drupal site. I created a custom module and a form. I also made a config form for the password, which Drupal sees (as well as the cookie all the way below), but I'm having issues with...
1) Creating an error message for an incorrect password.
2) Redirecting the user to my node page once the password is successfully validated.