Drupal - problem z wyświetlaniem stron

ODPOWIEDZ
suba
Amator
Posty: 23
Rejestracja: pt kwie 08, 2016 11:30 am

Drupal - problem z wyświetlaniem stron

Post 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
tomaasz
Stały Bywalec
Posty: 279
Rejestracja: śr gru 13, 2017 9:32 am

Re: Drupal - problem z wyświetlaniem stron

Post autor: tomaasz »

Cześć

Czy udało Ci się może zainstalować Drupal8 ?
RT2600ac [SRM 1.3]
MR2200ac [SRM 1.3]
DS923+ [DSM 7.2] 4x2TB WD Gold RAID6
ODPOWIEDZ