Hello :-)

I have care2x installed here: http://leskoserv.com/care2x and it is
integrated with webERP, which is here: http://leskoweberp.com. I have
satisfied these requirements for my setup:

The webERP from http://sourceforge.net/projects/web-erp/ will work
fine. Here are some instructions for making the link work:

In webERP all that needs doing is the variable $DatabaseName in the
script api/api_php.php needs to be set to the name of the webERP
database.

In Care2x there needs to be some changes to
include/care_api_classes/class_weberp.php

The following lines in the constructor:

$this->user = php_xmlrpc_encode("user");
$this->password = php_xmlrpc_encode("password");

need to contain a valid user/password for webERP which has admin privileges.

The URL in the line:

$this->ServerURL = "http://localhost/webERP/api/api_xml-rpc.php";;;

needs to point to your webERP installation. (I have run this between
servers at different geographical locations).

For testing purposes:

$this->DebugLevel should be set to 2 which will provide a lot of
output in care2c but is good until you have it working. Set to 0 for
normal use.

You need to set the xml-rpc link to on in System Admin/System Admin.

Then you should be ready to go.


I get the error "*Fatal error*: Call to undefined method
stdClass::createPayload() in
*/home/leskoser/public_html/care2x/include/care_api_classes/xmlrpc/lib/xmlrpc.inc*
on
line *1244" *

as if I didn't turn the interface on.

Would anyone be willing to help me troubleshoot this by asking me questions
about my setup? I would really appreciate having a working integration.

-- 
Beth
307-298-0706
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to