EdBoost Learning Center is a nonprofit center that specializes in providing one-on-one educational services such as one-on-one tutoring, test prep (ISEE, HSPT, SAT, ACT, AP and others), and college advising. They also provide an afterschool homework assistance program with a low (5:1) student-to-tutor ratio.
While uploading an old Drupal 7 site, I got the following error message. Could anyone please guide me on how to fix the issue?
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'hostin52_oldjaw.system' doesn't exist: SELECT name, filename FROM {system} WHERE status = 1 AND bootstrap = 1 AND type = 'module' ORDER BY weight ASC, name ASC; Array ( ) in system_list() (line 136 of /home/hostin52/buic7.skipdns.link/includes/module.inc).
I am trying to migrate a legacy on-prem Drupal 7 site to Pantheon's platform. Some pages of the site use the PHP filter, which by itself is fine. However, most of the PHP code is also making direct connections to the database (using mysqli_connect, etc.). Pantheon technically allows this, but the database username and password can change at any moment due to the architecture of the platform.
I have created 2 webforms, and when i go to see my results, they are pointed to the same customized fields !
The first one use "Master" Display when i click on "View Edit"
And the second one use also "Master" Display when i click on "View Edit" , but i want to use another display with others customs fields!
How can assign my second webform to another Display with different fields ??
(For exemple First one is "MASTER" and second one is "EXPEDITIONS" with differents fields
I have created 2 webforms, and when i go to see my results, they are pointed to the same customized fields !
The first one use "Master" Display when i click on "View Edit"
And the second one use also "Master" Display when i click on "View Edit" , but i want to use another display with others customs fields!
How can assign my second webform to another Display with different fields ??
(First one is "MASTER" and second one is "EXPEDITIONS" with differents fields