Hallo zusammen!
Ich habe auf meinem iMac die MAMP - Webserverumgebung installiert.
Läuft alles prima. Wenn ich nun eine PHP-Seite, die Thumbnails berechnet, auf meinen Server bei www.world4you.com lade, dann kommt diese Fehlermeldung:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/.sites/92/site358/web/dating/inc/image.php on line 21
Lokal bei Mamp läuft alles problemlos - ohne Fehler.
Hier die entsprechende Passage:
16: class ImageException extends Exception {}
17: class AlgorithmException extends Exception {}
18:
19:
20: class imagealgorithmmask {
21: protected $image = false;
22:
23: protected $mask;
24: protected $shrink;
25: protected $offsetx;
Warum funktioniert es lokal und am Webserver nicht? Weis jemand Rat?