apigee / apigee-devportal-kickstart-drupal

A fast demo and starting point for Apigee Developer Portals for Drupal
https://www.drupal.org/project/apigee_devportal_kickstart
GNU General Public License v2.0
26 stars 34 forks source link

Drupal Dev Portal Installation Error #645

Closed Gitanjali-Osttra closed 10 months ago

Gitanjali-Osttra commented 11 months ago

Description

I am following the https://www.drupal.org/docs/contributed-modules/apigee-developer-portal-kickstart page to kickstart with Apigee-Drupal-Dev Portal but getting few issues.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to https://www.drupal.org/docs/contributed-modules/apigee-developer-portal-kickstart To install/setup Drupal Dev Portal.

Actual Behavior

Getting DB error.

Expected Behavior

A UI Screen to showcase the Drupal Dev Portal.

Screenshots

image

Version Info

I am using Drupal 10. and php-8.1.21

divya-intelli commented 11 months ago

Hi @Gitanjali-Osttra , Please post what error are you getting while installing Developer Portal Kickstart. The screenshot that you have added says that you have already installed Drupal. If it is a new setup, please empty the database before installing Developer Portal Kickstart.

Gitanjali-Osttra commented 11 months ago

@divya-intelli : How to empty database as i am not having idea on this. I am accessing the db via Visual Studio. It will be very helpful if you give a solution step by step. image

divya-intelli commented 11 months ago

Hi @Gitanjali-Osttra , Please click on 'existing site' (shown in the screenshot you have attached). The page says that Drupal is already installed. Please post error that you are getting.

shishir-intelli commented 11 months ago

@Gitanjali-Osttra , To empty or drop a specific Database, Right click on the db name -> Click on Truncate Database to empty the selected database. and to completely drop the database Right click on the db name -> Click on Drop to delete the database completely.

Screenshot 2023-08-07 at 10 52 36 AM

NOTE: Make sure you have already backed-up the database if required before exceuting the above commands.

Gitanjali-Osttra commented 10 months ago

@shishir-intelli I am using SQLite as database for Drupal 10. the database file look like below. image I have deleted the database file and did the setup again but still getting same error.

divya-intelli commented 10 months ago

@Gitanjali-Osttra Please post the error that you are getting on install.

Gitanjali-Osttra commented 10 months ago

@divya-intelli It is mentioned in the Error thread/Problem statement.

shishir-intelli commented 10 months ago

@Gitanjali-Osttra , Try this command, drush sql-drop -y or vendor/bin/drush sql-drop -y in your project directory. This will drop the DB and then start you Drupal installation again by running /core/install.php.

Hope this will help you.

divya-intelli commented 10 months ago

Closing this issue for now. Please free to reopen if the issue still exist.