Author Topic: Parse error  (Read 6280 times)

0 Members and 1 Guest are viewing this topic.

Offline gerhard.mann

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.tsv-rohrbach.de
Parse error
« on: August 27, 2002, 11:13:13 PM »
Hi,
wenn ich das Script starte, erhalte ich jedesmal diese Fehlermeldung:
"Parse error: parse error in /home/sites/site75/web/php/scripts/4images/includes/template.php(112) : eval()'d code on line 5"

Was bedeutet das?
Ich benutze 4images 1.7 und habe bisher nur die Original-Dateien hochgeladen und 2 Kategorien angelegt.

MfG
Gerhard Mann

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Parse error
« Reply #1 on: August 28, 2002, 08:04:42 AM »
Bist Du sicher, dass Du nichts an den Templates, Sprachdateien etc. verändert hast?

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline gerhard.mann

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.tsv-rohrbach.de
Parse error
« Reply #2 on: August 28, 2002, 09:48:20 AM »
Upps,  :oops:, mein Fehler. Ich habe in den Header noch etwas dazugeschrieben. Wo muss ich denn den include befehl setzen um noch etwas "drumrum" zu basteln?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Parse error
« Reply #3 on: August 28, 2002, 10:00:11 AM »
Du kannst im Prinzip schon include-Befehle in den Templates verwenden.
Code: [Select]
<?php
include&#40;"seite.php"&#41;;
?>


Wichtig ist, dass Du keine ' (hochkomma) sondern " (gänsefüsschen ;)) verwendest.

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline gerhard.mann

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.tsv-rohrbach.de
Parse error
« Reply #4 on: August 28, 2002, 10:01:31 AM »
Kommt das dann in die header bzw footer Datei im templates-Ordner?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Parse error
« Reply #5 on: August 28, 2002, 10:03:14 AM »
Zum Beispiel...

Gruß Jan

P.S.: Deine Mailbox ist voll ;)
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline gerhard.mann

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • http://www.tsv-rohrbach.de
Parse error
« Reply #6 on: August 28, 2002, 02:24:01 PM »
Wunderbar, jetzt funktioniert alles.