Hallo zusammen,
nachdem ich das Problem mit der SQlite Installation umgehen konnte, habe ich erneut ein Problem mit der Installation von Grocy auf meinem Webserver.
Und zwar bekomme ich immer die Fehlermeldung:; Diese Seite funktioniert nicht HTTP ERROR 500
ich habe aber eigentlich alles so gemacht wie es gemacht werden sollte.
Hier einmal die Config.php:
Code
// When running Grocy in a subdirectory, this should be set to the relative path, otherwise empty
// It needs to be set to the part (of the URL) AFTER the document root,
// if URL rewriting is disabled, including index.php
// Example with URL Rewriting support:
// Root URL = https://example.com/grocy
// => BASE_PATH = /grocy
// Example without URL Rewriting support:
// Root URL = https://example.com/grocy/public/index.php/
// => BASE_PATH = /grocy/public/index.php
Setting('BASE_PATH', '/grocy/public/index.php');
// The base URL of your installation,
// should be just "/" when running directly under the root of a (sub)domain
// or for example "https://example.com/grocy" when using a subdirectory
Setting('BASE_URL', 'http://test.net/grocy');
// The plugin to use for external barcode lookups,
// must be the filename (folder /data/plugins) without the .php extension,
// see /data/plugins/DemoBarcodeLookupPlugin.php for an example implementation
Setting('STOCK_BARCODE_LOOKUP_PLUGIN', 'DemoBarcodeLookupPlugin');
// If, however, your webserver does not support URL rewriting, set this to true
Setting('DISABLE_URL_REWRITING', false);
Alles anzeigen
Der Absoluter Basis-Datei-Pfad ist: /home/sites/site100039279/
Der Pfad der mir im FTP angezeigt wird lautet: web/test.net/grocy
Kann mir da vielleicht jemand weiterhelfen?
Ich weiß echt nicht mehr was ich da tun kann