Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am a Drupal New-Bee! Have some experience of developing some parts Drupal that's already been build, but i have been asked to build a new site! YIKES!!!
Hi,
When running the DB updates I got the following error message:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /update.php/start?id=36&op=do_nojs&op=do
StatusText: OK
ResponseText:
And I got one long error message in the upgrade/report log, starting with: "Error: Call to a member function getSchema() "
And also one long warning message: starting with "Undefined index: uuid in Drupal\views\EntityViewsData->mapFieldDefinition() (line 380 of "
Hey, I have created a form using drupal 8 form. I need to save those form details in a database and should be able to retrieve the data whenever required. Below is the code i used to create a form. can anyone explain me how to connect to database (storing the values in database )on clicking the submit button ?
I am using Acquia Dev Desktop. It has inbuilt phpmyadmin database and i need to store the data's within this.
<?php
namespace Drupal\amazing_forms\Form;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
Salsa Digital created and launched the Governor of Victoria website, a pilot site in Victoria’s whole-of-government digital platform, Single Digital Presence.
Hi, I was hoping to get some advice and help on a Drupal 8 module I m working on. I'm trying to build a custom search module that will fetch the data from 2 custom tables added to the Drupal database. I built the form using the code below but not sure where to start with making that search form work. Any hints?