It didn&#39;t work for me either originally.&nbsp; <br>The problem was in the imdb.php file.&nbsp; The $imdb and $imdbwebtype variables were not being set for some reason.&nbsp; The hostname was set correctly, but <span class="nx"><br>&nbsp;&nbsp;&nbsp; setting</span><span class="p">(</span><span class="s1">&#39;web_video_imdb_path&#39;</span><span class="p">,</span><span class="">&nbsp;</span><span class="nx">hostname</span><span class="p">);<br>
and </span><br>&nbsp;&nbsp;&nbsp; <span class=""></span><span class="nx">setting</span><span class="p">(</span><span class="s1">&#39;web_video_imdb_type&#39;</span><span class="p">,</span><span class="">&nbsp;</span><span class="nx">hostname</span><span class="p">);<br>
<br>both returned nothing.&nbsp; I manually checked those settings in the db and on video settings page and they are entered correctly.&nbsp; Not sure why the script can&#39;t read those variables, so I just hard-coded the values that should be there and the script worked fine after that.<br>
<br></span><div class="gmail_quote">On Mon, Mar 17, 2008 at 11:57 PM, Johnny Russ &lt;<a href="mailto:jruss@mit.edu">jruss@mit.edu</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
There are no error messages in my apache error.log file. Apache has rx<br>
permissions on the full path to imdb.pl.<br>
<br>
I copied the imdb.pl to my mythweb directory as you suggested, and then<br>
everything worked. Next I changed it back to the old path making sure<br>
that I had it typed correctly. Now it works fine with the original path.<br>
Maybe the default that was in before had some sort of typo. Or I read<br>
that someone else had a problem where mythweb located the path<br>
automatically and filled it in, but it isn&#39;t actually saved into the<br>
database. You have to click the save button at least once before all of<br>
the settings are written to the database. Maybe that was this issue<br>
here. Either way everything is working now. Thanks for the help.<br>
<font color="#888888"><br>
-Johnny<br>
</font><div><div></div><div class="Wj3C7c"><br>
Brad DerManouelian wrote:<br>
&gt; On Mar 17, 2008, at 9:07 PM, Johnny Russ wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; I saw other threads discussing that solution, but I didn&#39;t think that<br>
&gt;&gt; they applied to my situation. Those threads indicated that there was<br>
&gt;&gt; an<br>
&gt;&gt; error message when that path was incorrect. I only have one machine<br>
&gt;&gt; that<br>
&gt;&gt; functions as both my frontend and backend. The &#39;Path to imdb.pl on<br>
&gt;&gt; this<br>
&gt;&gt; webserver:&#39; is set to &#39;/usr/share/mythtv/mythvideo/scripts/imdb.pl&#39;.<br>
&gt;&gt; This is a local address so I believe the webserver can access it. How<br>
&gt;&gt; can I check to make sure? Any other ideas about what could be going<br>
&gt;&gt; wrong?<br>
&gt;&gt;<br>
&gt;<br>
&gt; The apache user needs rx access to that file and I believe read access<br>
&gt; to every directory leading to that file.<br>
&gt; If you&#39;re not familiar with file permissionsm, you can read up on it<br>
&gt; here: <a href="http://www.freeos.com/articles/3127/" target="_blank">http://www.freeos.com/articles/3127/</a><br>
&gt;<br>
&gt; I ended up copying my imdb.pl script to the mythweb directory and<br>
&gt; changing my settings to use that one.<br>
&gt; If permissions is the problem, you should get an access denied error<br>
&gt; in your error.log for apache.<br>
&gt;<br>
&gt; -Brad<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
&gt;<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>