Dear Angus,

did my last change fix the setCookie problem on my web page?

In the meantime, I had an idea why there are PHP warnings at the end of the document. As you can see, I have activated PHP error reporting at the beginning of the script. This is quite useful because people tend to make mistakes such as using uninitialized variables. Since PHP swallows many problems silently by default, I think the report on my web page indicates an error in the LyX web framework that has not been detected before.

In other words: end.php3 should check whether "counter_file" and "translator" are set (with function isset(...)) before using them.

Michael


Reply via email to