Seite 1 von 1

NAS Server

Verfasst: 01.06.2015 20:47
von mk-soft
Nach dem Export läuft es nicht auf einen NAS Webserver
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (require.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (library.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (claro.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (cbtreeIcons.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (claro.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (dgrid.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (fileIconsMS.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (windows-7.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (xdate.dev.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (canvas-toBlob.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (FileSaver.js, line 0)
[Error] ReferenceError: Can't find variable: require
global code (spiderbasic.js, line 116)
PHP.INI Einstellungen?

:cry:

Re: NAS Server

Verfasst: 01.06.2015 20:58
von Kiffi
mk-soft hat geschrieben:Nach dem Export läuft es nicht auf einen NAS Webserver
aber auf einem anderen Webserver?
mk-soft hat geschrieben:PHP.INI Einstellungen?
Eher nicht.

Welche Einstellungen hast Du denn im Export-Dialog angegeben? Und wie rufst Du die Seite auf?

Grüße ... Peter

Re: NAS Server

Verfasst: 01.06.2015 22:16
von mk-soft
Muss an PHP liegen.
Die Index.html läst sich als Datei im Browser öffnen.

Einen anderen Web-Server habe ich zur Zeit nicht zur verfügung.

Server verwendet den Port 8080. Im Router ist ein Port forwarding eingerichtet.

Mal den Link zu APP

http://mk-soft.selfip.net/sb/index.html
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (require.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (library.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (fileIconsMS.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (claro.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (claro.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (dgrid.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (FileSaver.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (cbtreeIcons.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (windows-7.css, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (xdate.dev.js, line 0)
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (canvas-toBlob.js, line 0)
[Error] ReferenceError: Can't find variable: require
global code (spiderbasic.js, line 116)

Re: NAS Server

Verfasst: 01.06.2015 22:34
von Kiffi
spiderbasic.js wird ja problemlos geladen. Vielleicht sind es fehlende Rechte im Ordner 'spiderbasic'?

Grüße ... Peter

Re: NAS Server

Verfasst: 02.06.2015 00:02
von mk-soft
Danke... Lag an den Berechtigungen.

Tipp für Mac OS-X Nutzer und der Verwendung von NAS-Servern mit Mac Unterstützung (AFP)
Damit Dokumente und Apps auch vom Server aus bearbeitet und gestartet werden können ist AFP die richtige Wahl.

Führt aber dazu das beim Export aus Spiderbasic die Berechtigungen vom Mac übernommen werden.
Somit ist der Webzugriff auf die Unterordner nicht mehr möglich.

Lösung
------
Explizit den Ordner mit SMB Verbinden. Finder > Gehe zu > Mit Server verbinden... "smb://servername"

:allright: