diff --git a/airtime_mvc/application/common/CORSHelper.php b/airtime_mvc/application/common/CORSHelper.php index fac6e3fdd..0375a702a 100644 --- a/airtime_mvc/application/common/CORSHelper.php +++ b/airtime_mvc/application/common/CORSHelper.php @@ -23,6 +23,7 @@ class CORSHelper return array("http://www.airtime.pro", "https://www.airtime.pro", "https://account.sourcefabric.com", + "https://account.sourcefabric.com:5001", "http://" . $_SERVER['SERVER_NAME'], "https://" . $_SERVER['SERVER_NAME']); } diff --git a/airtime_mvc/application/views/scripts/systemstatus/index.phtml b/airtime_mvc/application/views/scripts/systemstatus/index.phtml index f8f43104d..ec68dfd5e 100644 --- a/airtime_mvc/application/views/scripts/systemstatus/index.phtml +++ b/airtime_mvc/application/views/scripts/systemstatus/index.phtml @@ -19,8 +19,9 @@ $r2 = array_reduce($externalServices, "booleanReduce", true); $result = $r1 && $r2; ?> - + + @@ -64,7 +65,7 @@ + */?>
"> + ?>" Try running sudo apt-get install php5-pgsql "> "> + ?>" Make sure you aren't missing any of the Postgres dependencies in the table above. If your dependencies check out, make sure your database configuration settings in /etc/airtime.conf are correct and the Airtime database was installed correctly. @@ -100,7 +101,7 @@ "> + ?>" Make sure RabbitMQ is installed correctly, and that your settings in /etc/airtime/airtime.conf are correct. Try using sudo rabbitmqctl list_users and sudo rabbitmqctl list_vhosts to see if the airtime user (or your custom RabbitMQ user) exists, then checking that @@ -121,7 +122,7 @@ "> + ?>" Check that the airtime-media-monitor service is installed correctly in /etc/init, and ensure that it's running with
initctl list | grep airtime-media-monitor
@@ -141,7 +142,7 @@
"> + ?>" Check that the airtime-playout service is installed correctly in /etc/init, and ensure that it's running with
initctl list | grep airtime-playout
@@ -161,7 +162,7 @@
"> + ?>" Check that the airtime-liquidsoap service is installed correctly in /etc/init, and ensure that it's running with
initctl list | grep airtime-liquidsoap
@@ -171,6 +172,7 @@ ?>