Die Datei "install/config.php" konnte nicht gefunden werden. Dies liegt mit hoher Wahrscheinlichkeit daran, dass der Pfad wird von Picturesolution falsch berechnet und Sie versuchen das Script per PHP einzubinden. Dies ist aber nicht weiter tragisch, da Sie den Pfad auch manuell einstellen können.
In diesem Fall müssen Sie den Pfad von der Datei, in welche Picturesolution eingebunden wird, zu dem Verzeichnis von PS angeben.

Beispiel:
Ihre Datei heißt "seite.php" und das PS-Verzeichnis liegt im gleichen Verzeichnis wie die "seite.php" und heißt "gallery". Dann müssen Sie die Zeile 39 in der index.php:
$path = ps_synchronize_path(__FILE__,$_SERVER['PHP_SELF']);
in folgendes ändern:
$path = 'gallery/';

Falls dies trotzdem nicht funktioniert oder Sie nicht wissen wie Sie das machen sollen, können Sie sich jederzeit im Support-Forum bei uns melden.


The file "install/config.php" has not been found. The reason is with high probability that Picturesolution does not calculate the correct path. This doesn't really matter because you can set the path manually.
In this case you have to set the path from the file in which you include PS to the directory where PS is located.

Example:
Your file has the name "page.php" and the PS-directory is also in this directory and has the name "gallery". Then you have to change the line 39 in the index.php:
$path = ps_synchronize_path(__FILE__,$_SERVER['PHP_SELF']);
to the following:
$path = 'gallery/';

If this still doesn't work or you don't know how you can do this don't hesitate to ask us in our Support-Board.