Aqui deu a mesma coisa, porem reinstalei o apache e php para versao mais nova e deu certo! Quer dizer, mais ou menos.<br />Agora o problema que ocorre é que fica com esses avisos.. embora funciona:<br /><br />Alguem tem ideia do que pode ser? <br /><br /><span style="font-size: x-small;"><strong>Deprecated</strong>:  Assigning the return value of new by reference is deprecated in <strong>/usr/local/lib/php/HTTP/Client.php</strong> on line <strong>179</strong><br /> <br /> <strong>Deprecated</strong>:  Assigning the return value of new by reference is deprecated in <strong>/usr/local/lib/php/HTTP/Client.php</strong> on line <strong>228</strong><br /> <br /> <strong>Deprecated</strong>:  Assigning the return value of new by reference is deprecated in <strong>/usr/local/lib/php/HTTP/Request.php</strong> on line <strong>412</strong><br /> <br /> <strong>Deprecated</strong>:  Assigning the return value of new by reference is deprecated in <strong>/usr/local/lib/php/HTTP/Request.p
 hp</strong> on line <strong>736</strong><br /> <br /> <strong>Deprecated</strong>:  Assigning the return value of new by reference is deprecated in <strong>/usr/local/lib/php/HTTP/Request.php</strong> on line <strong>749</strong><br /> <br /> <strong>Deprecated</strong>:  Assigning the return value of new by reference is deprecated in <strong>/usr/local/lib/php/HTTP/Request.php</strong> on line <strong>794</strong><br /> <br /> <strong>Strict Standards</strong>:  Redefining already defined constructor for class Net_URL in <strong>/usr/local/lib/php/Net/URL.php</strong> on line <strong>124</strong><br /> <br /> <strong>Strict Standards</strong>:  Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in <strong>/usr/local/lib/php/HTTP/Client.php</strong> on line <strong>401</strong><br /> <br /> <strong>Strict Standards</strong>:  Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this fr
 om incompatible context in <strong>/usr/local/lib/php/HTTP/Request.php</strong> on line <strong>724</strong><br /> <br /> <strong>Strict Standards</strong>:  Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in <strong>/usr/local/lib/php/HTTP/Request.php</strong> on line <strong>739</strong><br /> <br /> <strong>Strict Standards</strong>:  Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in <strong>/usr/local/lib/php/HTTP/Request.php</strong> on line <strong>741</strong><br /> <br /> <strong>Strict Standards</strong>:  Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in <strong>/usr/local/lib/php/HTTP/Request.php</strong> on line <strong>771</strong><br /> <br /> <strong>Strict Standards</strong>:  Non-static method PEAR::isError() should not be called statically in <strong>/var/www/monsat/lib/util.php
 </strong> on line <strong>73</strong></span><br /> <br />Se eu excluir o Client e Request dai fica somente essa mensagem e nao funciona:<br /><strong>Warning</strong>:  require_once(HTTP/Client.php): failed to open stream: No such file or directory in <strong>/var/www/painel/lib/util.php</strong> on line <strong>31</strong><br /> <br /> <strong>Fatal error</strong>:  require_once(): Failed opening required 'HTTP/Client.php' (include_path='.:/usr/local/lib/php:/usr/lib/lib/php') in <strong>/var/www/painel/lib/util.php</strong> on line <strong>31<br /><br />Grata<br />Vanessa Sather<br /></strong>
<hr style="border-top: 1px solid #ccc;" />
Em 13/11/2011 23:35, <strong>Ulisses Feres - Abratel Telecom &lt; uferes@abratel.com.br &gt;</strong> escreveu:<br />Estou enfrentando uma dúvida no monast e fico agradecido pela ajuda.<br /><br />Monast funciona corretamente mas nao consigo interagir na interface do browser usando o mouse por exemplo para transferencia, etc..<br />Quando tento fazer recebo essa mensagem:<br /> <br />[root@debian2:/usr/src/monast-3.0b3/pymon]$./monast.py<br />[Sat Nov 12 15:56:48 2011] NOTICE   :: Initializing Monast AMI Interface...<br />[Sat Nov 12 15:56:48 2011] NOTICE   :: Parsing config file /etc/monast.conf<br /> [Sat Nov 12 15:56:48 2011] NOTICE   :: Server LOCAL2 :: AMI Connected...<br /> <br /><br />Quando tento trocar ou arrastar algo na interface recebo isso:<br />[root@debian2:/usr/src/monast-3.0b3/pymon]$./monast.py<br />[Sat Nov 12 15:56:48 2011] NOTICE   :: Initializing Monast AMI Interface...<br />[Sat Nov 12 15:56:48 2011] NOTICE   :: Parsing config file /etc/monas
 t.conf<br /> [Sat Nov 12 15:56:48 2011] NOTICE   :: Server LOCAL2 :: AMI Connected...<br />[Sat Nov 12 15:56:58 2011] ERROR    :: HTTP Request from <a href="http://127.0.0.1:40123" target="_blank">127.0.0.1:40123</a> (40213098e7a48b06416ccf78ca0063a1) to /doAction?server=LOCAL2 failed: 'action'<br /> [Sat Nov 12 15:56:58 2011] ERROR    :: Unhandled Exception on HTTP Request to /doAction?server=LOCAL2<br />&gt;&gt; Traceback (most recent call last):<br />&gt;&gt;   File "/usr/lib/python2.5/site-packages/Twisted-11.0.0-py2.5-linux-i686.egg/twisted/internet/defer.py", line 542, in _runCallbacks<br /> &gt;&gt;     current.result = callback(current.result, *args, **kw)<br />&gt;&gt;   File "./monast.py", line 426, in doAction<br />&gt;&gt;     reactor.callWhenRunning(self.monast._processClientActions)<br />&gt;&gt;   File "/usr/lib/python2.5/site-packages/Twisted-11.0.0-py2.5-linux-i686.egg/twisted/internet/base.py", line 654, in callWhenRunning<br /> &gt;&g
 t;     _callable(*args, **kw)<br />&gt;&gt;   File "./monast.py", line 1764, in _processClientActions<br />&gt;&gt;     role, handler   = self.actionHandlers.get(action['action'][0], (None, None))<br /> &gt;&gt; KeyError: 'action'<br /> <br /><br /><strong>VERSOES QUE ESTOU USANDO:<br /></strong>zope.interface-3.7.0<br />Twisted-11.0.0 (ja tentei com a 10.1 e 10.2)<br />starpy-1.0.0a13<br />python2.5<br />monast3.0b3<br /><br /><br /><br /> <br />