Skip to content

Instantly share code, notes, and snippets.

View BugBuster1701's full-sized avatar
🏠
Working from home

Glen Langer BugBuster1701

🏠
Working from home
  • T-Systems
  • Berlin, Germany
View GitHub Profile
@BugBuster1701
BugBuster1701 / gist:3295805
Created August 8, 2012 15:14
Contao2Go für Contao 3 Gäste
/*
Das Problem ist ja nur die constants.php die nicht gefunden wird und er dadurch ein Fehler anzeigt.
Ich habe daher auf meinem Server nur ein Link im Systemverzeichnis angelegt.
ln -s config/constants.php constants.php
Man müsste nun in /system/modules/c2gadmin/c2g_functions.php es irgendwie hinbekommen, das er an zwei stellen sucht und mit file_exists prüfen ob vorhanden.
Mal so, geht bestimmt noch schöner, in der loadVHostConfig:
*/