kre8tiv / Joseph-knows-best

Komplexes Wordpress-Theme für GRÜNE Landesverbände.
https://gruene-nrw.de
GNU General Public License v3.0
10 stars 15 forks source link

functions.php kaputt #1

Closed rosario-raulin closed 6 years ago

rosario-raulin commented 8 years ago

Die functions.php scheint kaputt zu sein. Nach Installation des Themes gibt es einen Fehler:

2016/08/28 15:45:35 [error] 2609#2609: *16916 FastCGI sent in stderr: "PHP message: PHP Parse error:  syntax error, unexpected end of file in /var/www/xxxxxxxx/wp-content/themes/Joseph-knows-best-master/functions/theme-functions.php on line 804"

Getestet mit WordPress 4.6 und PHP 7.0.8.

rosario-raulin commented 8 years ago

Fehler scheint mit PHP 7 zusammenzuhängen, Ursache ist noch unbekannt. Mit PHP 5.x tritt der Fehler nicht auf.

Deltachaos commented 6 years ago

Short open tags gibt es mit PHP7 nicht mehr. Fix in PR #2

kre8tiv commented 6 years ago

Fixed, thanks!