![]() |
| | LinkBack | Themen-Optionen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
Hallo, meine erste Installation ist geglückt, bis auf einen Parse error den ich leider nicht beseitigen kann. Wie Ihr dem Bild entnehmen könnt: ![]() schleicht sich da folgender Parse error ein: Code: Parse error: syntax error, unexpected T_STRING in /www/htdocs/XXX/typo3/typo3/sysext/t3skin/noborder.html on line 1 Code: <?xml version="1.0" encoding="utf-8"?> Vielen Dank. Gruß Chris |
|
#2
| |||
| |||
Hi Chris, die xml Definition stört beim parsen mit php. Es klappt ohne Fehler-Meldung, wenn du die erste Zeile so schreibst: PHP-Code: Code: ; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized. ; NOTE: Using short tags should be avoided when developing applications or ; libraries that are meant for redistribution, or deployment on PHP ; servers which are not under your control, because short tags may not ; be supported on the target server. For portable, redistributable code, ; be sure not to use short tags. short_open_tag = Off |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Parse error: syntax error..... | Lowfyr | TYPO3 4.x Fragen und Probleme | 5 | 19.06.08 16:38 |
| localconf.php parse error installation extensions | freestyle85 | TYPO3 4.x Fragen und Probleme | 6 | 21.02.08 19:40 |
| Parse Error bei 4.2 Alpha 2 auf 1&1-Webspace | Michi77 | TYPO3 4.x Installation und Updates | 8 | 29.01.08 17:48 |
| Parse error: syntax error, unexpected '[' in | Oli76 | Suchmaschinenfreundliche URLs (SEO) | 2 | 01.09.07 18:18 |
| Parse Error | LoveAndPain | HTML & CSS | 3 | 01.05.07 16:21 |