[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
REDAXO Forum • Installation Webpack hosteurope
Seite 1 von 1

Installation Webpack hosteurope

Verfasst: 7. Dez 2015, 14:32
von poing
hier mein versuch redaxo 5 auf einem hosteurope webpack zu installieren.
php version 5.6.

installiert nach anweisung:
git clone https://github.com/redaxo/redaxo.git
git submodule init
git submodule update

dann alles hochgeladen und installiert.

-> backend läuft, ich kann aber keine Artikel bearbeiten

auszug aus dem error log:

[Mon Dec 07 13:12:24 2015] [error] [client 78.34.16.146] PHP Fatal error: require(): Failed opening required 'redaxo/src/core/boot.php' (include_path='.:/usr/share/php5.6') in /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/index.php on line 9
[Mon Dec 07 13:12:29 2015] [error] [client 78.34.16.146] PHP Fatal error: require(): Failed opening required 'redaxo/src/core/boot.php' (include_path='.:/usr/share/php5.6') in /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/index.php on line 9
[Mon Dec 07 13:13:12 2015] [error] [client 78.34.16.146] PHP Fatal error: require(): Failed opening required 'redaxo/src/core/boot.php' (include_path='.:/usr/share/php5.6') in /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/index.php on line 9
[Mon Dec 07 13:15:47 2015] [error] [client 78.34.16.146] client denied by server configuration: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/redaxo/cache/.redaxo, referer: http://www.mein-serverchen.de/redaxo/index.php
[Mon Dec 07 13:15:47 2015] [error] [client 78.34.16.146] client denied by server configuration: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/redaxo/data/.redaxo, referer: http://www.mein-serverchen.de/redaxo/index.php
[Mon Dec 07 13:15:47 2015] [error] [client 78.34.16.146] client denied by server configuration: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/redaxo/src/core/boot.php, referer: http://www.mein-serverchen.de/redaxo/index.php
[Mon Dec 07 13:15:47 2015] [error] [client 78.34.16.146] File does not exist: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/favicon.ico, referer: http://www.mein-serverchen.de/redaxo/index.php
[Mon Dec 07 13:15:53 2015] [error] [client 78.34.16.146] client denied by server configuration: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/redaxo/data/.redaxo, referer: http://www.mein-serverchen.de/redaxo/in ... lang=de_de
[Mon Dec 07 13:15:53 2015] [error] [client 78.34.16.146] client denied by server configuration: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/redaxo/src/core/boot.php, referer: http://www.mein-serverchen.de/redaxo/in ... lang=de_de
[Mon Dec 07 13:15:53 2015] [error] [client 78.34.16.146] client denied by server configuration: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/redaxo/cache/.redaxo, referer: http://www.mein-serverchen.de/redaxo/in ... lang=de_de
[Mon Dec 07 13:17:42 2015] [error] [client 78.34.16.146] File does not exist: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/assets/addons/textile, referer: http://www.mein-serverchen.de/redaxo/in ... =structure
[Mon Dec 07 13:17:45 2015] [error] [client 78.34.16.146] File does not exist: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/assets/addons/textile, referer: http://www.mein-serverchen.de/redaxo/in ... &mode=edit
[Mon Dec 07 13:17:55 2015] [error] [client 78.34.16.146] File does not exist: /is/htdocs/wp1101131_D7RO8ZUSOA/www/r5/redaxo/assets/addons/textile, referer: http://www.mein-serverchen.de/redaxo/in ... =templates

Re: Installation Webpack hosteurope

Verfasst: 14. Dez 2015, 12:46
von havaneserfreund
Hallo,
die Installation von Redaxo 5 wird mit folgender Fehlermeldung abgebrochen.
The requested URL /redaxo5/assets/jquery-latest.min.map was not found on this server.
Die Datei jQuery-latest.min.map fehlt und wurde nicht entpackt.
Kann jemand helfen?

Re: Installation Webpack hosteurope

Verfasst: 14. Dez 2015, 13:26
von RexDude
Hi,

probiers am besten zuerst mal mit den ofiziellen Releases: https://github.com/redaxo/redaxo/releases
(aktuell redaxo_5.0.0-beta2.zip downloaden)

Re: Installation Webpack hosteurope

Verfasst: 21. Dez 2015, 16:05
von poing
release 2 tut es auch nicht ;-)

Re: Installation Webpack hosteurope

Verfasst: 22. Dez 2015, 19:01
von Max Smily
Hi,

hab heute das erste Mal Rex5 auf meinem Server installiert (Beta2).

Zuerst gab es auch diverse Ladefehler in der Javascript-Konsole.

Nachdem ich im Ordner assets/ manuell einen Unterordner core/ angelegt hatte und alle Dateien aus assets/ (außer .redaxo) dorthin verschoben hab, war das Ärgste erledigt.

Außerdem musste ich bei mir die Schreibrechte für alle Unterordner manuell neu setzen (liegt wohl an meiner Server-Grundkonfiguration bzgl. User und Rechte).

Code: Alles auswählen

find . -type d -exec chmod 0775 {} \;
find . -type f -exec chmod 0664 {} \;
Vielleicht hilfts dir ja weiter.

Grüße
Max