Re: [Openerp-community] Problems in XML RPC using Openerp and PHP

2010-09-28 Thread aasim ansari
I think your apache server must be looking for port 8080 which is used by openerp web-client. You can go to httpd.conf file and change the port to 80. I have both apache and openerp running on same machine. On Tue, Sep 28, 2010 at 7:35 PM, Anders Wallenquist < anders.wallenqu...@vertel.se> wrote:

Re: [Openerp-community] Problems in XML RPC using Openerp and PHP

2010-09-28 Thread Anders Wallenquist
tis 2010-09-28 klockan 11:59 + skrev roy_tom599: > I am problem in connecting php with XML RPC for openerp, whenever i used > "localhost" in URL, its always connects with Openerp, I already > installed Lamp, but still no connectivity with PHP that is because > openerp is also using apache. > My

Re: [Openerp-community] Problems in XML RPC using Openerp and PHP

2010-09-28 Thread Raimon Esteve
openerp-server configuration you add ports: For example: port = 8069 netport = 8068 when you start server, in log you can see: [2010-09-28 13:10:17,430] INFO:web-services:starting XML-RPC services, port 8069 [2010-09-28 13:10:17,430] INFO:web-services:starting NET-RPC service, port 8068 For con

Re: [Openerp-community] Problems in XML RPC using Openerp and PHP

2010-09-28 Thread Javier Pardo - DigitalHigh
Why aren't you using the openerp embed web server? 2010/9/28 roy_tom599 > I am problem in connecting php with XML RPC for openerp, whenever i used > "localhost" in URL, its always connects with Openerp, I already > installed Lamp, but still no connectivity with PHP that is because > openerp is a

Re: [Openerp-community] Problems in XML RPC using Openerp and PHP

2010-09-28 Thread Stéphane Wirtel, OpenERP
On 09/28/2010 01:59 PM, roy_tom599 wrote: > I am problem in connecting php with XML RPC for openerp, whenever i used > "localhost" in URL, its always connects with Openerp, I already > installed Lamp, but still no connectivity with PHP that is because > openerp is also using apache. > My question i

[Openerp-community] Problems in XML RPC using Openerp and PHP

2010-09-28 Thread roy_tom599
I am problem in connecting php with XML RPC for openerp, whenever i used "localhost" in URL, its always connects with Openerp, I already installed Lamp, but still no connectivity with PHP that is because openerp is also using apache. My question is there any solution that we can run both PHP and op