[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers-public] New VMs status update (menu.txt fix)
From: |
Assaf Gordon |
Subject: |
[Savannah-hackers-public] New VMs status update (menu.txt fix) |
Date: |
Sat, 10 Sep 2016 00:37:12 -0400 |
Another small piece in the puzzle:
> On Aug 15, 2016, at 19:25, Bob Proulx <address@hidden> wrote:
> The next significant to-do items are:
>
> * Fix the menu.txt navigation area PHP error on the web frontend0.
menu.txt is parsed as php code, and was using the short-hand "<?" instead of
"<?php".
The rendered text appears on the bottom-left menu bar
(where today's savannah says "GNU Project", "Free Software Foundation" and
"Related Forges").
frontend0's php5 is configured to ignore those:
$ grep -n short_open /etc/php5/apache2/php.ini
161:; short_open_tag
212:short_open_tag = Off
For now I changed the menu.txt instead of changing php5's configuration.
The production file is here:
/etc/savane/content/gnu-content/menu.txt
which is set in here:
# grep incdir /etc/savane/.savane.conf.php
$sys_incdir="/etc/savane/content/gnu-content";
On to the next bug...
- assaf
- [Savannah-hackers-public] New VMs status update (menu.txt fix),
Assaf Gordon <=