Mercurial > epgrec.yaz
changeset 40:a935b4789aff
fix: bug
author | Sushi-k <epgrec@park.mda.or.jp> |
---|---|
date | Tue, 28 Jul 2009 12:23:13 +0900 |
parents | 8965ef108821 |
children | c50bbb4f8623 |
files | Reservation.class.php install/step2.php install/step3.php install/step4.php install/step5.php templates/envSetting.html templates/systemSetting.html templates_c/.htaccess templates_c/index.html |
diffstat | 9 files changed, 56 insertions(+), 30 deletions(-) [+] |
line wrap: on
line diff
--- a/Reservation.class.php Tue Jul 28 11:50:04 2009 +0900 +++ b/Reservation.class.php Tue Jul 28 12:23:13 2009 +0900 @@ -86,7 +86,7 @@ if( $battings >= $tuners ) { // 重複を発見した - if( FORCE_CONT_REC ) { + if( $settings->force_cont_rec == 1 ) { // 解消可能な重複かどうかを調べる // 前後の予約数 $nexts = DBRecord::countRecords( RESERVE_TBL, "WHERE complete = '0' ".
--- a/install/step2.php Tue Jul 28 11:50:04 2009 +0900 +++ b/install/step2.php Tue Jul 28 12:23:13 2009 +0900 @@ -14,6 +14,7 @@ $smarty->assign( "install_path", INSTALL_PATH ); $smarty->assign( "post_to", "step3.php" ); $smarty->assign( "sitetitle", "インストールステップ2" ); +$smarty->assign( "message", "システム設定を行います。このページの設定が正しく行われないとepgrecは機能しません。" ); $smarty->display("systemSetting.html"); ?> \ No newline at end of file
--- a/install/step3.php Tue Jul 28 11:50:04 2009 +0900 +++ b/install/step3.php Tue Jul 28 12:23:13 2009 +0900 @@ -55,6 +55,7 @@ $smarty->assign( "install_path", INSTALL_PATH ); $smarty->assign( "post_to", "step4.php" ); $smarty->assign( "sitetitle", "インストールステップ3" ); +$smarty->assign( "message" , "環境設定を行います。これらの設定はデフォルトのままでも制限付きながら動作します。" ); $smarty->display("envSetting.html"); ?> \ No newline at end of file
--- a/install/step4.php Tue Jul 28 11:50:04 2009 +0900 +++ b/install/step4.php Tue Jul 28 12:23:13 2009 +0900 @@ -7,35 +7,40 @@ $settings->post(); $settings->save(); -echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"'; -echo '"http://www.w3.org/TR/html4/loose.dtd">'; -echo '<html>'; -echo '<head>'; -echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'; -echo '<meta http-equiv="Content-Style-Type" content="text/css">'; -echo '<title>インストール最終ステップ</title>'; -echo '</head>'; +?> -echo '<body>'; +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" +"http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<meta http-equiv="Content-Style-Type" content="text/css"> +<title>インストール最終ステップ</title> +</head> + +<body> + +<p>初期設定が完了しました。下のリンクをクリックするとEPGの初回受信が始まります。 +EPGの受信には20~50分程度はかかります。初回受信が終了するまで番組表は表示できません。</p> -echo 'これからEPGデータの初回受信を実行します。サーバーの速度や受信可能な局の数によって異なりますが、'; -echo 'EPGの受信には20~50分程度はかかります。初回受信が終了するまで番組表は表示できません。<br>'; -echo 'また、設定ミスや受信データの異常によってEPGの初回受信に失敗すると番組表の表示はできません。<br>'; -echo '設定ミスが疑われる場合、<a href="'.$settings->install_url.'./install/step1.php">インストール設定</a>を実行し直してください。<br>'; -echo 'また、手動でEPGの受信を試みるのもひとつの方法です。コンソール上で、<br>'; -echo '<br>'; -echo '$ '.INSTALL_PATH.'/getepg.php [Enter]<br>'; -echo '<br>'; -echo 'と実行してください。<br><br>'; -echo 'EPGの受信を設定後、/etc/cron.d/以下にEPG受信の自動実行を設定する必要があります。<br>'; -echo 'Debian/Ubuntu用の設定ファイルは'.INSTALL_PATH.'/cron.d/getepgです。Debian/Ubuntuの方は<br><br>'; -echo '$ sudo cp '.INSTALL_PATH.'/cron.d/getepg /etc/cron.d/ [Enter]<br>'; -echo '<br>という具合にコピーするだけで動作するでしょう。それ以外のディストリビューションをお使いの方は'; -echo 'Debian/Ubuntu用の設定ファイルを参考に、適切に設定を行ってください<br>'; -echo '<br>'; -echo 'EPGの初回受信をこのスクリプトから実行します。20~50分程度後に<a href="'.$settings->install_url.'">epgrecのトップページ</a>を開いてください。'; +<p>EPG受信後、/etc/cron.d/以下にcronによるEPG受信の自動実行を設定する必要があります。 +Debian/Ubuntu用の設定ファイルは<?php echo INSTALL_PATH; ?>/cron.d/getepgです。Debian/Ubuntuをお使いの方は<br> +<pre> +$ sudo cp <?php echo INSTALL_PATH; ?>/cron.d/getepg /etc/cron.d/ [Enter] +</pre> +<br>という具合にコピーするだけで動作するでしょう。それ以外のディストリビューションをお使いの方は +Debian/Ubuntu用の設定ファイルを参考に、適切にcronの設定を行ってください。</p> -@system( INSTALL_PATH."/getepg.php &" ); +<p>なお、設定ミスや受信データの異常によってEPGの初回受信に失敗すると番組表の表示はできません。 +設定ミスが疑われる場合、<a href="<?php echo $settings->install_url; ?>/install/step1.php">インストール設定</a>を実行し直してください。 +また、手動でEPGの受信を試みるのもひとつの方法です。コンソール上で、<br> +<pre> +$ <?php echo INSTALL_PATH; ?>/getepg.php [Enter] +</pre> +<br> +と実行してください。</p> -exit(); -?> +<a href="step5.php">このリンクをクリックするとEPGの初回受信が始まります</a> + +</body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/install/step5.php Tue Jul 28 12:23:13 2009 +0900 @@ -0,0 +1,13 @@ +<?php +include_once( "../config.php"); +include_once( INSTALL_PATH."/Settings.class.php" ); + +$settings = Settings::factory(); + +echo 'EPGの初回受信を行います。20~50分程度後に<a href="'.$settings->install_url.'">epgrecのトップページ</a>を開いてください。'; + +@system( INSTALL_PATH."/getepg.php &" ); + +exit(); + +?> \ No newline at end of file
--- a/templates/envSetting.html Tue Jul 28 11:50:04 2009 +0900 +++ b/templates/envSetting.html Tue Jul 28 12:23:13 2009 +0900 @@ -57,6 +57,8 @@ <form id="env_setting" method="post" action="{$post_to}"> +<div>{$message}</div> + <h2>デジタルチューナー設定</h2>
--- a/templates/systemSetting.html Tue Jul 28 11:50:04 2009 +0900 +++ b/templates/systemSetting.html Tue Jul 28 12:23:13 2009 +0900 @@ -55,6 +55,8 @@ </head> <body> +<div>{$message}</div> + <h2>MySQLデータベース設定</h2> <form id="system_setting" method="post" action="{$post_to}">