Having problems installing Drupal? See the Installation Guide for more information.

403 permission error when adding a content

I get this error when adding a content/type:

403 Forbidden You do not have permission to view this page.

I am using nginx with drupal 8.6.15. What could be wrong?

Cant install Drupal with composer anymore because of git.drupal.org

I tried to install Drupal 8 like I always do but ran into something new. An error occurs and the entire Drupal project files and folders fail to install because composer hits a snag at git.drupal.org. I came across this update but I'm not sure how to implement this new authentication, especially using something like WAMP locally or installing Drupal on a Windows machine via composer.

Rewrite htaccess on cPanel loads frontend correctly but not user login

When installing Drupal 8 project on live server it was placed in this directory:
public_html/myproject/web

So in public_html I added  .htaccess with redirect to web folder:

How do I get my Content/ Files from localhost to Live Server?

Via Git push/pull and Configy Sync I have now on my live server all the correct Views, Blocks, Content Types and Content Type fields (along with all the other up to date Drupaul structure).

But how do I get all my content from localhost over to my live server?

I found some modules that were not Drupal 8 compatible, and others that sounded like overkill, but none that specified a solution to this particular task.

Pros and Cons of using Composer on a Production Server

Most forums I search recommend not using Composer to do the live deployment to production site for Drupal 8.

This tutorial suggests that Composer should be used:
https://modulesunraveled.com/drupal-8-composer-and-configuration-managem...

I usually don't use composer on the live deployment process, but this looks like a pretty good option.

What Directory is the "root of your Drupal install"

Hello All,

I've installed Drupal 8 using instructions from (Composer to Install Drupal):

Using drupal-composer/drupal-project

To do the default install:

Run composer create-project drupal-composer/drupal-project:8.x-dev my_site_name_dir --no-interaction

=========

Now it's time to install modules using Composer. I am not yet Git or Composer savvy.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal