Generating locales (this might take a while)...
cs_CZ.UTF-8... done
de_AT.UTF-8... done
de_DE.UTF-8... done
el_GR.UTF-8... done
en_CA.UTF-8... done
en_GB.UTF-8... done
en_US.UTF-8... done
es_ES.UTF-8... done
fr_FR.UTF-8... done
hu_HU.UTF-8... done
it_IT.UTF-8... done
ko_KR.UTF-8... done
pl_PL.UTF-8... done
pt_BR.UTF-8... done
ru_RU.UTF-8... done
zh_CN.UTF-8... done
Generation complete.
Generating locales (this might take a while)...
cs_CZ.UTF-8... done
de_AT.UTF-8... done
This is on Debian 7.8.
Sorry, I meant /etc/init, not /etc/initctl.This should have come with a BIG warning label:"WARNING: Installing this software will make a fundamental change to the way your system boots, replacing Upstart with SysVinit. If you do not have direct physical access to your computer, do not install this software, as it will render your server completely inoperable if there is the slightest problem."It should also freaking ASK YOU before it makes that change. I got blindsided by that, and now I have a service ticket open with my hosting service and they're busy trying to fix it. Again.There should also be an alert that the base operating system support has changed, because by default Debian Wheezy does not have SysVInit installed.My other observation is that this is presented as version 2.5.2, as contrasted to 2.5.1. Sub-revision numbers are traditionally patch releases, but this represents a significant architectural change. As such, despite the fact that it really doesn't add any new features, it should have been identified as version 3.0.
postgresql.log:2015-03-21T12:23:45+03:00 ERR (3): [ErrorController.php : errorAction() : line 32] - Application error: exception 'PDOException' with message 'SQLSTATE[42703]: Undefined column: 7 ERROR: column s.image_path does not exist
LINE 9: s.image_path,
^' in /usr/share/airtime/application/models/Show.php:1254
Stack trace:
#0 /usr/share/airtime/application/models/Show.php(1254): PDOStatement->execute()
#1 /usr/share/airtime/application/models/Schedule.php(115): Application_Model_Show::getPrevCurrentNextOld(Object(DateTime))
#2 /usr/share/airtime/application/controllers/ScheduleController.php(264): Application_Model_Schedule::GetPlayOrderRangeOld()
#3 /usr/share/php/libzend-framework-php/Zend/Controller/Action.php(516): ScheduleController->getCurrentPlaylistAction()
#4 /usr/share/php/libzend-framework-php/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('getCurrentPlayl...')
#5 /usr/share/php/libzend-framework-php/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#6 /usr/share/php/libzend-framework-php/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#7 /usr/share/php/libzend-framework-php/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#8 /usr/share/airtime/application/airtime-boot.php(68): Zend_Application->run()
#9 /usr/share/airtime/public/index.php(48): require_once('/usr/share/airt...')
#10 {main}
2015-03-21 10:32:57 MSK ERROR: column s.image_path does not exist at character 189
2015-03-21 10:32:57 MSK STATEMENT: SELECT si.starts AS start_timestamp,
si.ends AS end_timestamp,
s.name,
s.description,
s.id,
si.id AS instance_id,
si.record,
s.url,
s.image_path,
starts,
ends
FROM cc_show_instances si
LEFT JOIN cc_show s
ON si.show_id = s.id
WHERE si.show_id = s.id
AND si.starts > $1::timestamp - INTERVAL '2 days'
AND si.ends < $2::timestamp + INTERVAL '2 days'
AND modified_instance != TRUE
ORDER BY si.starts
It looks like you're new here. If you want to get involved, click one of these buttons!