Assaf Gordon wrote: > menu.txt is parsed as php code, and was using the short-hand "<?" instead of > "<?php".
Ah... Yes. The PHP short tag problem. > frontend0's php5 is configured to ignore those: >... > For now I changed the menu.txt instead of changing php5's configuration. I think that is a good idea. PHP short tags have been deprecated for a very long time. Better to fix the code than to modify the environment for short tags. > On to the next bug... Excellent! On to the next bug... Bob
