[solved] PHP Fatal error after clean Airtime install
  • Hello!
    Installation looks fine except some things. Help me please.
    I couldn't start airtime getting:

    AIRTIME_VERSION                = Could not contact server

    And every time I try to load airtime page (and every 5 seconds also) I receive this in apache error.log:

    PHP Fatal error:  Uncaught exception 'Zend_Session_Exception' with message 'session has already been started by session.auto-start or session_start()' in /usr/share/airtime/library/Zend/Session.php:462\nStack trace:\n#0 /usr/share/airtime/library/Zend/Session/Namespace.php(143): Zend_Session::start(true)\n#1 /usr/share/airtime/application/models/Preference.php(68): Zend_Session_Namespace->__construct('title_name')\n#2 /usr/share/airtime/application/Bootstrap.php(90): Application_Model_Preference::GetHeadTitle()\n#3 /usr/share/airtime/library/Zend/Application/Bootstrap/BootstrapAbstract.php(665): Bootstrap->_initTitle()\n#4 /usr/share/airtime/library/Zend/Application/Bootstrap/BootstrapAbstract.php(618): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('title')\n#5 /usr/share/airtime/library/Zend/Application/Bootstrap/BootstrapAbstract.php(582): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap(NULL)\n#6 /usr/share/airtime/library/Zend/Application.php(355): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap(NU in /usr/share/airtime/library/Zend/Session.php on line 462
    Post edited by Maksim Fomkin at 2011-12-19 17:51:45
  • 3 Comments sorted by
  • Hi,

    Can you try to completely close the browser and open it again?
  • Yes.
    Also I tried different browsers.
    And that error appears every 5 seconds with [client my_server_ip] independently of my page reloads.

    airtime-check-system output::
    CPU                            = Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz
    Total RAM                      = 8186104 kB
    Free RAM                       = 119456 kB
    OS                             = Ubuntu 11.04 x86-64
    AIRTIME_CONFIG_FILES           = OK
    POSTGRESQL_DATABASE            = OK
    PYTHON_KOMBU_VERSION           = 1.2.0
    PYTHON_POSTER_VERSION          = 0.8.1
    PYTHON_MUTAGEN_VERSION         = 1.20
    PYTHON_PYINOTIFY_VERSION       = 0.9.2
    RABBITMQ_SERVER                = OK
    APACHE_CONFIGURED              = NO
    AIRTIME_VERSION                = Could not contact server
    PLAYOUT_ENGINE_PROCESS_ID      = 25068
    PLAYOUT_ENGINE_RUNNING_SECONDS = 8215
    LIQUIDSOAP_PROCESS_ID          = 25072
    LIQUIDSOAP_RUNNING_SECONDS     = 8215
    MEDIA_MONITOR_PROCESS_ID       = 25138
    MEDIA_MONITOR_RUNNING_SECONDS  = 8215
    SHOW_RECORDER_PROCESS_ID       = 25103
    SHOW_RECORDER_RUNNING_SECONDS  = 8215
    ICECAST_PROCESS_ID             = 24731

      -- System setup looks OK!
  • Finally I've got it.
    It was session.auto_start = 1 in php.ini
    Post edited by Maksim Fomkin at 2011-12-19 17:51:24