<div class="gmail_quote">On Wed, Mar 21, 2012 at 10:23 AM, Steven Adeff <span dir="ltr">&lt;<a href="mailto:adeffs.mythtv@gmail.com">adeffs.mythtv@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Wed, Mar 21, 2012 at 9:20 AM, Brian Long &lt;<a href="mailto:briandlong@gmail.com">briandlong@gmail.com</a>&gt; wrote:<br>
&gt; On Tue, Feb 21, 2012 at 2:21 PM, Mario Weilguni &lt;<a href="mailto:roadrunner6@gmx.at">roadrunner6@gmx.at</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Am <a href="tel:21.02.2012%2002" value="+12102201202">21.02.2012 02</a>:12, schrieb Anthony Giggins:<br>
&gt;&gt; &gt; I can confirm 0.6 is working correctly for me, also the delete cut<br>
&gt;&gt; &gt; function is now working correctly thank You Mario<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Cheers,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Anthony<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; I just uploaded <a href="http://myth.weilguni.priv.at/mythcut-0.7.tar.gz" target="_blank">http://myth.weilguni.priv.at/mythcut-0.7.tar.gz</a> with<br>
&gt;&gt; some fixes, cleanup, moving cutpoints around and the ability to load<br>
&gt;&gt; existing commercial flagging from the database.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve tested it with IE7/IE8, and can confirm some rendering errors, will<br>
&gt;&gt; try to fix them soon. IE9 is ok, Chrome and Firefox too.<br>
&gt;<br>
&gt;<br>
&gt; Mario, I&#39;m just giving this a spin and noticed you&#39;re using short-tags in<br>
&gt; certain parts and long-tags in others.  Since many PHP servers have<br>
&gt; short-tags disabled by default, would you consider replacing all short-tags<br>
&gt; with long-tags in your next release?  Also, could you include a README for<br>
&gt; the basic requirements for an Apache config file?  I copied the Directory<br>
&gt; entry for mythweb and removed the Rewrite rules.  I also had to modify<br>
&gt; db.php to point to my config.xml.  Mythweb uses entries from Apache&#39;s config<br>
&gt; to know the DB name and creds.  Maybe mythcut could use the same variables<br>
&gt; (db_server, db_name, db_user, db_password)?<br>
<br>
</div></div>I agree with Brian&#39;s comments. I have an issue where my config.xml<br>
file is not readable by apache, so having mythcut receive that<br>
information like MythWeb does would be nice. for now I&#39;ll modify to<br>
give mythcut access to this information.<br></blockquote><div><br></div><div>I&#39;m not a PHP programmer, but I changed all the &quot;&lt;?=&quot; entries with &quot;&lt;?php echo&quot; and it appears to work (patch is here: <a href="http://pastebin.com/DRwmt6cW">http://pastebin.com/DRwmt6cW</a>).  The only problem I have now is the date stuff.  My backend is running Fedora 16 (php 5.3.10) and I get these warnings from mythcut:</div>
<div><br></div><div>Warning: date(): It is not safe to rely on the system&#39;s timezone 
settings. You are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those 
methods and you are still getting this warning, you most likely 
misspelled the timezone identifier. We selected &#39;America/New_York&#39; for 
&#39;EDT/-4.0/DST&#39; instead in /var/www/html/mythcut/movie.php on line 62</div><div><br></div><div>Also, it&#39;s unclear to me if I need anything else to get this working.  When I selected an entry, I got a ton of date warnings and none of the preview images populated.  I have yet to dig further into the problem.</div>
<div><br></div><div>/Brian/</div></div>