Strona 1 z 1

Drupal - problem z wyświetlaniem stron

: śr lis 09, 2016 12:09 pm
autor: suba
Witam,

Na swoim synology zainstalowałem oprogramowanie Drupal.
Jednak po uruchomieniu programu pojawia się komunikat:

Kod: Zaznacz cały

<?php

/**
 * @file
 * The PHP page that serves all page requests on a Drupal installation.
 *
 * The routines here dispatch control to the appropriate handler, which then
 * prints the appropriate page.
 *
 * All Drupal code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt.
 */

/**
 * Root directory of Drupal installation.
 */

define('DRUPAL_ROOT', getcwd());

require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_execute_active_handler();

Czy może ktoś z was miał podobny problem i mógłby mi pomóc?

Pozdrawiam

SUBA

Re: Drupal - problem z wyświetlaniem stron

: wt kwie 21, 2020 5:45 pm
autor: tomaasz
Cześć

Czy udało Ci się może zainstalować Drupal8 ?