<div class="gmail_quote">On Wed, Mar 21, 2012 at 10:23 AM, Steven Adeff <span dir="ltr"><<a href="mailto:adeffs.mythtv@gmail.com">adeffs.mythtv@gmail.com</a>></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 <<a href="mailto:briandlong@gmail.com">briandlong@gmail.com</a>> wrote:<br>
> On Tue, Feb 21, 2012 at 2:21 PM, Mario Weilguni <<a href="mailto:roadrunner6@gmx.at">roadrunner6@gmx.at</a>> wrote:<br>
>><br>
>> Am <a href="tel:21.02.2012%2002" value="+12102201202">21.02.2012 02</a>:12, schrieb Anthony Giggins:<br>
>> > I can confirm 0.6 is working correctly for me, also the delete cut<br>
>> > function is now working correctly thank You Mario<br>
>> ><br>
>> > Cheers,<br>
>> ><br>
>> > Anthony<br>
>> ><br>
>><br>
>> 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>
>> some fixes, cleanup, moving cutpoints around and the ability to load<br>
>> existing commercial flagging from the database.<br>
>><br>
>> I've tested it with IE7/IE8, and can confirm some rendering errors, will<br>
>> try to fix them soon. IE9 is ok, Chrome and Firefox too.<br>
><br>
><br>
> Mario, I'm just giving this a spin and noticed you're using short-tags in<br>
> certain parts and long-tags in others. Since many PHP servers have<br>
> short-tags disabled by default, would you consider replacing all short-tags<br>
> with long-tags in your next release? Also, could you include a README for<br>
> the basic requirements for an Apache config file? I copied the Directory<br>
> entry for mythweb and removed the Rewrite rules. I also had to modify<br>
> db.php to point to my config.xml. Mythweb uses entries from Apache's config<br>
> to know the DB name and creds. Maybe mythcut could use the same variables<br>
> (db_server, db_name, db_user, db_password)?<br>
<br>
</div></div>I agree with Brian'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'll modify to<br>
give mythcut access to this information.<br></blockquote><div><br></div><div>I'm not a PHP programmer, but I changed all the "<?=" entries with "<?php echo" 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'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 'America/New_York' for
'EDT/-4.0/DST' instead in /var/www/html/mythcut/movie.php on line 62</div><div><br></div><div>Also, it'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>