Ergebnis 1 bis 10 von 10

Thema: Installation unter XAMPP

  1. #1
    Contao-Nutzer
    Registriert seit
    04.10.2010.
    Beiträge
    40

    Standard Installation unter XAMPP

    Hallo!

    ich würde gerne Contao auf einem XAMPP installieren und testen.
    Habe mich eigentlich an diese Anleitung gehalten, aber bei mir der Contao-Manager bei der Systemprüfung immer:
    Serverkonfiguration
    Es wurde kein valides PHP Programm auf dem Server gefunden.
    obwohl ich XAMPP (Windows) manuell ausgewählt habe.

    Eine Idee, was ich falsch mache?

    Danke & GRüße
    NehCoy

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.391
    Partner-ID
    10107

    Standard

    Damit die Vorauswahl funktioniert, muss XAMPP unter C:\xampp installiert sein. Ansonsten musst du den Pfad zur php.exe manuell eingeben.

  3. #3
    Contao-Nutzer
    Registriert seit
    04.10.2010.
    Beiträge
    40

    Standard

    Hallo Spooky!

    Vielen Dank für deine schnelle Antwort!
    Ansonsten musst du den Pfad zur php.exe manuell eingeben.
    Wo/Wie mache ich das?

    Grüße
    Neh Coy

  4. #4
    Contao-Nutzer
    Registriert seit
    04.10.2010.
    Beiträge
    40

    Standard

    Ah, gefunden unter "Andere". ;-)

    Nun bekomme ich jedoch im nächsten Schritt einen Fehler!
    PHP Kommandozeilen-Programm

    Unable to write to the temporary system directory.

    This is most likely a problem with your hosting configuration. Make sure that either open_basedir does allow access to the temporary directory or that the sys_temp_dir is correctly configured.
    Details
    Grüße
    Neh Coy

  5. #5
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.391
    Partner-ID
    10107

    Standard

    Überprüfe deine Server Umgebung mal mit dem Contao Check.

  6. #6
    Contao-Nutzer
    Registriert seit
    04.10.2010.
    Beiträge
    40

    Standard

    Nur ein Punkt schlägt fehl:
    Symlinks
    Symlinks konnten nicht erzeugt werden.
    Funktionierende symlinks sind für den Betrieb von Contao 4 erforderlich. Bitte kontaktieren Sie Ihren System Administrator.

  7. #7
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.391
    Partner-ID
    10107

    Standard

    Du musst XAMPP entweder als Administrator starten oder per Policy Editor erlauben, dass dein User Symlinks anlegen kann.

    Evt. ist aber auch das Problem mit dem temporären Verzeichnis ein Rechte Problem.

  8. #8
    Contao-Nutzer
    Registriert seit
    04.10.2010.
    Beiträge
    40

    Standard

    Hallo Spooky,

    das starten von XAMPP mit Admin-Rechten; hat zwar das Problem mit dem symbolischen Links gelöst,
    Contao System Anforderungen

    Sie können Contao 2.x nicht installieren Weitere Informationen …
    Sie können Contao 3.x installieren Weitere Informationen …
    Sie können Contao 4.x installieren Weitere Informationen …
    Sie können Contao 4.5 installieren Weitere Informationen …

    Dateirechte

    Der PHP-Prozess darf Dateien erstellen. Weitere Informationen …
    , nicht aber das Problem mit den Zugriffsrechten auf das "temporary system directory":
    PHP Kommandozeilen-Programm

    Unable to write to the temporary system directory.

    This is most likely a problem with your hosting configuration. Make sure that either open_basedir does allow access to the temporary directory or that the sys_temp_dir is correctly configured.
    Wie gehe ich das Rechteproblem mit dem temporären Verzeichnis?

    Viele Dank und viele Grüße
    NehCoy

  9. #9
    Contao-Nutzer
    Registriert seit
    04.10.2010.
    Beiträge
    40

    Standard

    Hallo!

    Habe nun XAMPP neu installiert und dieses mal in das Standardverzeichnis c:\xampp installiert.
    In der PHP.ini habe ich (wie in der Anleitung) die Erweiterungen intl und soap aktiviert.
    Den contao-manager habe ich in das Verzeichnis /web von htdocs kopiert und alle anderen Inhalte des htdocs-Verzeichnisses gelöscht.
    Den Apache und SQL über die XAMPP Konsole gestartet.
    Nun waren alle Prüfungen des Contao-Managers erfolgreich (nachdem ich XAMPP als Hosting Platform manuell ausgewählt hatte).

    Habe die Installation von Contao v4.6 gestartet, nach einer Weile kam dann die Meldung:
    Console task terminated!

    The background task has stopped unexpectedly. Please check the console protocol.
    Der Inhalt der Konsole lautet:
    Code:
    $ C:^\XAMPP^\php^\php.exe "-q" "C:/xampp/htdocs/web/contao-manager.phar.php" "composer" "install" "--prefer-dist" "--no-dev" "--no-progress" "--no-suggest" "--no-ansi" "--no-interaction" "--optimize-autoloader" 2>&1
    
    Loading composer repositories with package information
    
    Updating dependencies
    
    Package operations: 153 installs, 0 updates, 0 removals
    
      - Installing ocramius/package-versions (1.3.0): Downloading (100%)
    
      - Installing contao-components/installer (1.3.0): Downloading (100%)
    
      - Installing symfony/polyfill-ctype (v1.9.0): Downloading (100%)
    
      - Installing symfony/polyfill-mbstring (v1.9.0): Downloading (100%)
    
      - Installing symfony/http-foundation (v4.1.4): Downloading (100%)
    
      - Installing symfony/event-dispatcher (v4.1.4): Downloading (100%)
    
      - Installing psr/log (1.0.2): Downloading (100%)
    
      - Installing symfony/debug (v4.1.4): Downloading (100%)
    
      - Installing symfony/http-kernel (v4.1.4): Downloading (100%)
    
      - Installing psr/container (1.0.0): Downloading (100%)
    
      - Installing symfony/dependency-injection (v4.1.4): Downloading (100%)
    
      - Installing symfony/filesystem (v4.1.4): Downloading (100%)
    
      - Installing symfony/config (v4.1.4): Downloading (100%)
    
      - Installing symfony/routing (v4.1.4): Downloading (100%)
    
      - Installing contao/manager-plugin (2.6.2): Downloading (100%)
    
      - Installing symfony/yaml (v4.1.4): Downloading (100%)
    
      - Installing paragonie/random_compat (v2.0.17): Downloading (100%)
    
      - Installing patchwork/utf8 (v1.3.1): Downloading (100%)
    
      - Installing php-http/discovery (1.4.0): Downloading (100%)
    
      - Installing clue/stream-filter (v1.4.0): Downloading (100%)
    
      - Installing psr/http-message (1.0.1): Downloading (100%)
    
      - Installing php-http/message-factory (v1.0.2): Downloading (100%)
    
      - Installing php-http/message (1.7.0): Downloading (100%)
    
      - Installing php-http/promise (v1.0.0): Downloading (100%)
    
      - Installing php-http/httplug (v1.1.0): Downloading (100%)
    
      - Installing symfony/options-resolver (v4.1.4): Downloading (100%)
    
      - Installing php-http/client-common (1.7.0): Downloading (100%)
    
      - Installing guzzlehttp/promises (v1.3.1): Downloading (100%)
    
      - Installing guzzlehttp/psr7 (1.4.2): Downloading (100%)
    
      - Installing guzzlehttp/guzzle (6.3.3): Downloading (100%)
    
      - Installing php-http/guzzle6-adapter (v1.1.1): Downloading (100%)
    
      - Installing friendsofsymfony/http-cache (2.4.0): Downloading (100%)
    
      - Installing true/punycode (v2.1.1): Downloading (100%)
    
      - Installing symfony/finder (v4.1.4): Downloading (100%)
    
      - Installing psr/simple-cache (1.0.1): Downloading (100%)
    
      - Installing psr/cache (1.0.1): Downloading (100%)
    
      - Installing symfony/cache (v4.1.4): Downloading (100%)
    
      - Installing symfony/framework-bundle (v4.1.4): Downloading (100%)
    
      - Installing doctrine/cache (v1.8.0): Downloading (100%)
    
      - Installing symfony/inflector (v4.1.4): Downloading (100%)
    
      - Installing symfony/property-access (v4.1.4): Downloading (100%)
    
      - Installing symfony/security (v4.1.4): Downloading (100%)
    
      - Installing doctrine/lexer (v1.0.1): Downloading (100%)
    
      - Installing doctrine/annotations (v1.6.0): Downloading (100%)
    
      - Installing friendsofsymfony/http-cache-bundle (2.4.1): Downloading (100%)
    
      - Installing terminal42/header-replay-bundle (1.5.0): Downloading (100%)
    
      - Installing tecnickcom/tcpdf (6.2.17): Downloading (100%)
    
      - Installing twig/twig (v2.5.0): Downloading (100%)
    
      - Installing symfony/twig-bridge (v4.1.4): Downloading (100%)
    
      - Installing symfony/twig-bundle (v4.1.4): Downloading (100%)
    
      - Installing symfony/translation (v4.1.4): Downloading (100%)
    
      - Installing egulias/email-validator (2.1.5): Downloading (100%)
    
      - Installing swiftmailer/swiftmailer (v6.1.2): Downloading (100%)
    
      - Installing symfony/swiftmailer-bundle (v3.2.3): Downloading (100%)
    
      - Installing symfony/security-bundle (v4.1.4): Downloading (100%)
    
      - Installing symfony/process (v4.1.4): Downloading (100%)
    
      - Installing symfony/lock (v4.1.4): Downloading (100%)
    
      - Installing symfony/expression-language (v4.1.4): Downloading (100%)
    
      - Installing symfony/console (v4.1.4): Downloading (100%)
    
      - Installing symfony/asset (v4.1.4): Downloading (100%)
    
      - Installing paragonie/constant_time_encoding (v2.2.2): Downloading (100%)
    
      - Installing beberlei/assert (v2.9.6): Downloading (100%)
    
      - Installing spomky-labs/otphp (v9.1.0): Downloading (100%)
    
      - Installing simplepie/simplepie (1.5.2): Downloading (100%)
    
      - Installing lcobucci/jwt (3.2.4): Downloading (100%)
    
      - Installing sonata-project/google-authenticator (2.2.0): Downloading (100%)
    
      - Installing scheb/two-factor-bundle (v3.12.1): Downloading (100%)
    
      - Installing phpunit/php-token-stream (3.0.0): Downloading (100%)
    
      - Installing phpspec/php-diff (v1.1.0): Downloading (100%)
    
      - Installing oyejorge/less.php (v1.7.0.14): Downloading (100%)
    
      - Installing nelmio/cors-bundle (1.5.4): Downloading (100%)
    
      - Installing michelf/php-markdown (1.8.0): Downloading (100%)
    
      - Installing matthiasmullie/path-converter (1.1.1): Downloading (100%)
    
      - Installing matthiasmullie/minify (1.3.60): Downloading (100%)
    
      - Installing league/uri-interfaces (1.1.0): Downloading (100%)
    
      - Installing league/uri-parser (1.4.0): Downloading (100%)
    
      - Installing league/uri-schemes (1.2.0): Downloading (100%)
    
      - Installing league/uri-hostname-parser (1.1.1): Downloading (100%)
    
      - Installing league/uri-components (1.8.1): Downloading (100%)
    
      - Installing league/uri-manipulations (1.5.0): Downloading (100%)
    
      - Installing leafo/scssphp (v0.7.7): Downloading (100%)
    
      - Installing symfony/templating (v4.1.4): Downloading (100%)
    
      - Installing knplabs/knp-time-bundle (1.8.0): Downloading (100%)
    
      - Installing knplabs/knp-menu (2.3.0): Downloading (100%)
    
      - Installing knplabs/knp-menu-bundle (v2.2.1): Downloading (100%)
    
      - Installing doctrine/reflection (v1.0.0): Downloading (100%)
    
      - Installing doctrine/event-manager (v1.0.0): Downloading (100%)
    
      - Installing doctrine/collections (v1.5.0): Downloading (100%)
    
      - Installing doctrine/persistence (v1.0.1): Downloading (100%)
    
      - Installing doctrine/inflector (v1.3.0): Downloading (100%)
    
      - Installing doctrine/common (v2.9.0): Downloading (100%)
    
      - Installing imagine/imagine (v0.7.1): Downloading (100%)
    
      - Installing symfony/doctrine-bridge (v4.1.4): Downloading (100%)
    
      - Installing doctrine/doctrine-cache-bundle (1.3.3): Downloading (100%)
    
      - Installing jdorn/sql-formatter (v1.2.17): Downloading (100%)
    
      - Installing doctrine/dbal (v2.8.0): Downloading (100%)
    
      - Installing doctrine/doctrine-bundle (1.9.1): Downloading (100%)
    
      - Installing contao/imagine-svg (0.2.1): Downloading (100%)
    
      - Installing webmozart/assert (1.3.0): Downloading (100%)
    
      - Installing webmozart/path-util (2.3.0): Downloading (100%)
    
      - Installing contao/image (0.3.7): Downloading (100%)
    
      - Installing contao-components/tinymce4 (4.7.13): Downloading (100%)
    
      - Installing contao-components/tablesorter (2.0.5.7): Downloading (100%)
    
      - Installing contao-components/tablesort (3.4.11): Downloading (100%)
    
      - Installing contao-components/swipe (2.0.6.2): Downloading (100%)
    
      - Installing contao-components/simplemodal (2.0.8): Downloading (100%)
    
      - Installing contao-components/respimage (1.4.2): Downloading (100%)
    
      - Installing contao-components/mootools (1.6.0.5): Downloading (100%)
    
      - Installing contao-components/mediaelement (4.2.9): Downloading (100%)
    
      - Installing contao-components/mediabox (1.5.4.2): Downloading (100%)
    
      - Installing contao-components/jquery-ui (1.12.1.1): Downloading (100%)
    
      - Installing contao-components/jquery (3.3.1): Downloading (100%)
    
      - Installing contao-components/html5shiv (3.7.3): Downloading (100%)
    
      - Installing contao-components/highlight (9.12.0): Downloading (100%)
    
      - Installing contao-components/dropzone (5.3.1): Downloading (100%)
    
      - Installing contao-components/datepicker (2.2.0.5): Downloading (100%)
    
      - Installing contao-components/contao (8.0.2): Downloading (100%)
    
      - Installing contao-components/compass (0.12.2.1): Downloading (100%)
    
      - Installing contao-components/colorpicker (1.4.0.2): Downloading (100%)
    
      - Installing contao-components/colorbox (1.6.4.1): Downloading (100%)
    
      - Installing contao-components/chosen (1.1.11): Downloading (100%)
    
      - Installing contao-components/ace (1.3.3): Downloading (100%)
    
      - Installing dasprid/enum (1.0.0): Downloading (100%)
    
      - Installing bacon/bacon-qr-code (2.0.0): Downloading (100%)
    
      - Installing ausi/slug-generator (v1.0.2): Downloading (100%)
    
      - Installing contao/core-bundle (4.6.3): Downloading (100%)
    
      - Installing contao/calendar-bundle (4.6.3): Downloading (100%)
    
      - Installing contao/newsletter-bundle (4.6.3): Downloading (100%)
    
      - Installing contao/news-bundle (4.6.3): Downloading (100%)
    
      - Installing toflar/psr6-symfony-http-cache-store (1.1.2): Downloading (100%)
    
      - Installing symfony/polyfill-php72 (v1.9.0): Downloading (100%)
    
      - Installing symfony/var-dumper (v4.1.4): Downloading (100%)
    
      - Installing symfony/web-profiler-bundle (v4.1.4): Downloading (100%)
    
      - Installing zendframework/zend-eventmanager (3.2.1): Downloading (100%)
    
      - Installing zendframework/zend-code (3.3.1): Downloading (100%)
    
      - Installing ocramius/proxy-manager (2.2.1): Downloading (100%)
    
      - Installing symfony/proxy-manager-bridge (v4.1.4): Downloading (100%)
    
      - Installing monolog/monolog (1.23.0): Downloading (100%)
    
      - Installing symfony/monolog-bridge (v4.1.4): Downloading (100%)
    
      - Installing symfony/monolog-bundle (v3.3.0): Downloading (100%)
    
      - Installing symfony/dotenv (v4.1.4): Downloading (100%)
    
      - Installing symfony/debug-bundle (v4.1.4): Downloading (100%)
    
      - Installing sensio/framework-extra-bundle (v5.2.0): Downloading (100%)
    
      - Installing ua-parser/uap-php (v3.5.0): Downloading (100%)
    
      - Installing nelmio/security-bundle (2.5.1): Downloading (100%)
    
      - Installing lexik/maintenance-bundle (v2.1.5): Downloading (100%)
    
      - Installing sensiolabs/ansi-to-html (v1.1.3): Downloading (100%)
    
      - Installing contao/installation-bundle (4.6.3): Downloading (100%)
    
      - Installing contao/manager-bundle (4.6.3): Downloading (100%)
    
      - Installing contao/listing-bundle (4.6.3): Downloading (100%)
    
      - Installing contao/faq-bundle (4.6.3): Downloading (100%)
    
      - Installing contao/comments-bundle (4.6.3): Downloading (100%)
    
    Writing lock file
    
    Generating optimized autoload files
    
    ocramius/package-versions:  Generating version class...
    
    ocramius/package-versions: ...done generating version class
    
    contao/manager-plugin: Generating plugin class...
    
    contao/manager-plugin: ...done generating plugin class
    
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
    
    
     Added/updated the web/.htaccess file.
    
     Added/updated the web/app.php file.
    
     Added/updated the web/app_dev.php file.
    
     Added/updated the web/favicon.ico file.
    
     Added/updated the web/robots.txt file.
    
    
    
     // Clearing the cache for the prod environment with debug                     
    
     // false                                                                      
    
    
    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared. 
    
    
    
    
    
     // Warming up the cache for the prod environment with debug                   
    
     // false                                                                      
    
    
    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.  
    
    
    
    
    
     Trying to install assets as relative symbolic links.
    
    
    
     --------- ------------------------ ---------------- 
    
                Bundle                   Method / Error  
    
     --------- ------------------------ ---------------- 
    
      WARNING   ContaoCoreBundle         copy            
    
      WARNING   ContaoFaqBundle          copy            
    
      WARNING   ContaoNewsBundle         copy            
    
      WARNING   ContaoNewsletterBundle   copy            
    
      WARNING   ContaoCalendarBundle     copy            
    
      WARNING   ContaoCommentsBundle     copy            
    
     --------- ------------------------ ---------------- 
    
    
    
     ! [NOTE] Some assets were installed via copy. If you make changes to these    
    
     !        assets you have to run this command again.                           
    
    
    
     [OK] All assets were successfully installed.                                  
    
    
    
    
    
     * system
    
     * system/config
    
     * templates
    
     * web/system
    
     * files
    
     * assets/css
    
     * assets/js
    
     * system/cache
    
     * system/modules
    
     * system/themes
    
     * system/tmp
    
     * web/share
    
     * assets/images
    
    
    
    
    
     ------- ------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------- 
    
              Symlink                   Target / Error                                                                                                                                           
    
     ------- ------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------- 
    
      ERROR   system/themes/flexible    Unable to create symbolic link due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?  
    
      ERROR   web/assets                Unable to create symbolic link due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?  
    
      ERROR   web/system/themes         Unable to create symbolic link due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?  
    
      ERROR   system/logs               Unable to create symbolic link due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?  
    
      ERROR   system/config/tcpdf.php   Unable to create symbolic link due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?  
    
     ------- ------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------- 
    
    
    
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
    
    
    
    In ScriptHandler.php line 87:
    
                                                                            
    
      An error occurred while executing the "contao:symlinks web" command:  
    
                                                                            
    
    
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
    
    
    
    
    # Process terminated with exit code 1
    # Result: General error
    Also gibt es noch immer Probleme mit den Symbolic Links, obwohl die Prüfung erfolgreich war!? :-(
    Auch das Starten der XAMPP Konsole mit Admin-Rechten hat nicht geholfen!

    Edit:
    Habe diesen Foren-Beitrag gefunden, bei dem daraufhin gewiesen wird, dass PHP im CGI Mode laufen muss (Anleitung hier). Auch diese Anpassung bringt den selben Fehler!

    Grüße
    NehCoy
    Geändert von NehCoy (09.09.2018 um 15:24 Uhr)

  10. #10
    Contao-Nutzer
    Registriert seit
    04.10.2010.
    Beiträge
    40

    Standard

    Selbes Problem auch mit der Version 4.4 LTS:
    Code:
    $ C:^\XAMPP^\php^\php.exe "-q" "C:/xampp/htdocs/web/contao-manager.phar.php" "composer" "install" "--prefer-dist" "--no-dev" "--no-progress" "--no-suggest" "--no-ansi" "--no-interaction" "--optimize-autoloader" 2>&1
    
    Loading composer repositories with package information
    
    Installing dependencies from lock file
    
    Nothing to install or update
    
    Generating optimized autoload files
    
    contao/manager-plugin: Generating plugin class...
    
    contao/manager-plugin: ...done generating plugin class
    
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
    
    
     Added/updated the web/app.php file.
    
     Added/updated the web/app_dev.php file.
    
    
    
     // Clearing the cache for the prod environment with debug                     
    
     // false                                                                      
    
    
    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared. 
    
    
    
    
    
     // Warming up the cache for the prod environment with debug                   
    
     // false                                                                      
    
    
    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.  
    
    
    
    
    
     Trying to install assets as relative symbolic links.
    
    
    
     --------- ------------------------ ---------------- 
    
                Bundle                   Method / Error  
    
     --------- ------------------------ ---------------- 
    
      WARNING   ContaoCoreBundle         copy            
    
      WARNING   ContaoFaqBundle          copy            
    
      WARNING   ContaoNewsBundle         copy            
    
      WARNING   ContaoNewsletterBundle   copy            
    
      WARNING   ContaoCalendarBundle     copy            
    
      WARNING   ContaoCommentsBundle     copy            
    
     --------- ------------------------ ---------------- 
    
    
    
     ! [NOTE] Some assets were installed via copy. If you make changes to these    
    
     !        assets you have to run this command again.                           
    
    
    
     [OK] All assets were successfully installed.                                  
    
    
    
    
    
     Added/updated the system/initialize.php file.
    
    
    16:34:50 ERROR     [console] Error thrown while running command "contao:install --env=prod". Message: "Unable to create symbolic link due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?" ["exception" => Symfony\Component\Filesystem\Exception\IOException { …},"command" => "contao:install --env=prod","message" => "Unable to create symbolic link due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?"] []
    
    
    In Filesystem.php line 391:
    
                                                                                   
    
      Unable to create symbolic link due to error code 1314: 'A required privileg  
    
      e is not held by the client'. Do you have the required Administrator-rights  
    
      ?                                                                            
    
                                                                                   
    
    
    
    contao:install [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> [<target>]
    
    
    
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    
    
    In ScriptHandler.php line 113:
    
                                                                                   
    
      An error occurred while executing the "contao:install" command: 16:34:50 ER  
    
      ROR     [console] Error thrown while running command "contao:install --env=  
    
      prod". Message: "Unable to create symbolic link due to error code 1314: 'A   
    
      required privilege is not held by the client'. Do you have the required Adm  
    
      inistrator-rights?" ["exception" => Symfony\Component\Filesystem\Exception\  
    
      IOException { …},"command" => "contao:install --env=prod","message" => "Una  
    
      ble to create symbolic link due to error code 1314: 'A required privilege i  
    
      s not held by the client'. Do you have the required Administrator-rights?"]  
    
       []                                                                          
    
                                                                                   
    
      In Filesystem.php line 391:                                                  
    
                                                                                   
    
                                                                                   
    
        Unable to create symbolic link due to error code 1314: 'A required privil  
    
      eg                                                                           
    
        e is not held by the client'. Do you have the required Administrator-righ  
    
      ts                                                                           
    
        ?                                                                          
    
                                                                                   
    
                                                                                   
    
                                                                                   
    
                                                                                   
    
      contao:install [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version  
    
      ] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [-  
    
      -] <command> [<target>]                                                      
    
                                                                                   
    
    
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
    
    
    
    
    # Process terminated with exit code 1
    # Result: General error

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •