we heard that from some more users, but I don't know why
this happens... there is no line 1707 in this file and so i
think it has to do with some unclosed " or ) or } or
someting like that. But it works on mostly all servers we
know and we can't reproduce that behaviour :-(
Maybe something eith encoding? Could you try to recode it
with something like dos2unix?
Thx
Sven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
line 1707 was the last line of the functions.inc file (can't remember
if it was the file from the HEAD or from the release). The PHP file
looked fine to me. I also tried to re-encode it to latin1 but with
no success
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=613086
we heard that from some more users, but I don't know why
this happens... there is no line 1707 in this file and so i
think it has to do with some unclosed " or ) or } or
someting like that. But it works on mostly all servers we
know and we can't reproduce that behaviour :-(
Maybe something eith encoding? Could you try to recode it
with something like dos2unix?
Thx
Sven
Logged In: YES
user_id=11084
line 1707 was the last line of the functions.inc file (can't remember
if it was the file from the HEAD or from the release). The PHP file
looked fine to me. I also tried to re-encode it to latin1 but with
no success
Logged In: NO
Hi,
just put the flag "short_open_tag = On" in /etc/php.ini.
Then problem should be solved.
Greets
- Gerhard