[workaround] Ubuntu 12.04.3 LTS - Airtime 2.4.1 update via APT
  • Hi, I've just try to upgrade from Airtime 2.4.0 to Airtime 2.4.1 via APT.

    ~$ sudo aptitude update
    ~$ sudo aptitude upgrade

    ## upgrade stopped due Apache configuration problems
    Apache/2.4.6 (Ubuntu) needs to rename & updatesite-conf File for Airtime

        /etc/apache2/
         `-- sites-enabled
             `-- airtime-vhost.conf

    @LINE 13
    --             Options -Indexes FollowSymLinks MultiViews
    ++             Options -Indexes +FollowSymLinks +MultiViews

    ~$ sudo aptitude upgrade
    *** Verifying your system environment, running airtime-check-system ***
    KERNEL_VERSION                 = 3.2.0-49-generic
    MACHINE_ARCHITECTURE           = x86_64
    AIRTIME_VERSION                = 2.4.1
    OS                             = Ubuntu 12.04.3 LTS x86_64
    WEB_SERVER                     = Apache/2.4.6 (Ubuntu)

    -- Your installation of Airtime looks OK!

    ******************************* Install Complete *******************************

    ... NEXT Visit the Site, but something went wrong ... Can anybody help?

    image
    Post edited by bitdevil at 2013-09-07 13:54:32
  • 3 Comments sorted by
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator
    maybe this helps http://forum.sourcefabric.org/discussion/comment/25990#Comment_25990

    otherwise i suspect Apache-Version causes problem, I run Apache 2.2.2.
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.
  • You're right @hoerich

    the problem is that Ubuntu/Debian set the short_open_tag = off by default in php.ini

    OS                             = Ubuntu 12.04.3 LTS x86_64
    PHP                           = PHP 5.5.3-1+debphp.org~precise+2 (cli) (built: Aug 27 2013 09:15:48)

    Post edited by bitdevil at 2013-09-07 13:41:00
  • Vote Up0Vote Down hoerichhoerich
    Posts: 627Member, Airtime Moderator
    good to hear. please mark as solved.
    bitdevil said:

    PHP                           = PHP 5.5.3-1+debphp.org~precise+2 (cli) (built: Aug 27 2013 09:15:48)



    that's why I recommend in the Install-Screencast to upgrade PHP to 5.4 before upgrading/install Airtime itself

    Post edited by hoerich at 2013-09-08 05:39:50
    Official Airtime Forum Manager
    --------------------------
    Most of the time an issue is located between keyboard and chair.