<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/11828" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2006-05-12T04:57:23-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/11828</id>

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-05-12T04:57:23-04:00</updated>

		<published>2006-05-12T04:57:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62956#p62956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62956#p62956"/>
		<title type="html"><![CDATA[Tcl error [tv]: couldn't execute &quot;php&quot;: no such fi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62956#p62956"><![CDATA[
you alternately should be able to solve by adding /usr/bin to export PATH in ~/.bash_profile. Type 'export | grep PATH' to see current paths. A healthy PATH should contain at least "/usr/local/bin:/usr/bin:/bin"; /sbin, /usr/sbin, /usr/local/sbin and ~/bin might also be a good choice, if avaible.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri May 12, 2006 4:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pstruh]]></name></author>
		<updated>2006-05-11T14:45:59-04:00</updated>

		<published>2006-05-11T14:45:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62938#p62938</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62938#p62938"/>
		<title type="html"><![CDATA[Tcl error [tv]: couldn't execute &quot;php&quot;: no such fi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62938#p62938"><![CDATA[
<blockquote class="uncited"><div>try replace "php" in [exec php $script_home/tvprog.php "$arg"] with full path (eg. /usr/bin/php)</div></blockquote>Yes, Now its working perfect <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>thanks man<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6031">pstruh</a> — Thu May 11, 2006 2:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dwickie]]></name></author>
		<updated>2006-05-11T10:49:22-04:00</updated>

		<published>2006-05-11T10:49:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62931#p62931</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62931#p62931"/>
		<title type="html"><![CDATA[Tcl error [tv]: couldn't execute &quot;php&quot;: no such fi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62931#p62931"><![CDATA[
try replace "php" in [exec php $script_home/tvprog.php "$arg"] with full path (eg. /usr/bin/php)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5343">dwickie</a> — Thu May 11, 2006 10:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pstruh]]></name></author>
		<updated>2006-05-11T07:58:50-04:00</updated>

		<published>2006-05-11T07:58:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62929#p62929</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62929#p62929"/>
		<title type="html"><![CDATA[Tcl error [tv]: couldn't execute &quot;php&quot;: no such fi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62929#p62929"><![CDATA[
<blockquote class="uncited"><div>have you read the install instructions? I am sure you are missing a php command line tool within the search path or something like that.</div></blockquote>Problem is, in few days ago all working perfect, no error messages, but If I reboot server then this error was alert. <br><br>lines of script<br>set script_home "/home/cha/eggdrop/scripts"<br>set results [split [exec php $script_home/tvprog.php "$arg"] "\n"]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6031">pstruh</a> — Thu May 11, 2006 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-05-11T07:33:56-04:00</updated>

		<published>2006-05-11T07:33:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62928#p62928</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62928#p62928"/>
		<title type="html"><![CDATA[Tcl error [tv]: couldn't execute &quot;php&quot;: no such fi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62928#p62928"><![CDATA[
have you read the install instructions? I am sure you are missing a php command line tool within the search path or something like that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu May 11, 2006 7:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pstruh]]></name></author>
		<updated>2006-05-11T06:34:36-04:00</updated>

		<published>2006-05-11T06:34:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=62926#p62926</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=62926#p62926"/>
		<title type="html"><![CDATA[Tcl error [tv]: couldn't execute &quot;php&quot;: no such fi]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=62926#p62926"><![CDATA[
Hi I have problem with tcl script.<br><br>If I try to use command etc. !tv in eggdrop party line displayed me:<br>Tcl error [tv]: couldn't execute "php": no such file or directory<br><br>Cau you help me fix it?<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6031">pstruh</a> — Thu May 11, 2006 6:34 am</p><hr />
]]></content>
	</entry>
	</feed>
