| Previous topic :: Next topic |
| Author |
Message |
mickie
Joined: 13 Jan 2005
Posts: 710
Location: Chennai, India
|
| Posted: Thu Nov 10, 2005 12:45 pm Post subject: nusoap updation |
|
|
Dear Team,
All of us know that there are some problems in accessing the soap methods for portal functionalities. so far, this is the updated nusoap version which will be useful to solve these problems.
please unzip this nusoap072.zip under <vtigerCRM home>/include/ directory.
then please change the line (line no 25) Code: require_once('include/nusoap/nusoap.php'); to Code: require_once('include/nusoap072/nusoap.php'); in contactserialize.php file present under vtigerCRM home directory.
Also please replace the customerportal/nusoap/lib/nusoap.php file with the nusoap072/nusoap.php file in customerportal.
Please make sure that the PHP version is 4.4.1 or greater.
Hope this will help to solve the problems in customerportal. This updated nusoap version will be available in our next release.
Maxd, thanks for the information to update the PHP version to 4.4.1 to solve the customerportal problems.
please let us know still you have issues in customerportal.
Thanks & Regards
Mickie |
|
| Back to top |
|
netxecute
Joined: 01 Nov 2005
Posts: 61
Location: Toronto
|
| Posted: Thu Nov 10, 2005 3:16 pm Post subject: nusoap updation |
|
|
updating to 4.4.1 plus this update worked immediately for Customer Portal login :)
thx vTiger team (and Maxd for the early PM ;) ) |
|
| Back to top |
|
MACscr
Joined: 14 Oct 2005
Posts: 40
|
| Posted: Fri Nov 11, 2005 12:37 am Post subject: nusoap updation |
|
|
| There are so many hacks and updates for vtiger. Its really hard to keep track of all of them. I really need to get that forge setup ASAP. =P |
|
| Back to top |
|
nahtass
Joined: 09 Jan 2009
Posts: 1
|
| Posted: Fri Jan 09, 2009 11:48 pm Post subject: nusoap updation |
|
|
For the record, I just updated nusoap to 0.7.1. All worked well. I saw some magic quotes references in source and got worried.
All i did was unzip the new version into my Leads folder. A break will happen until you take the class extension and place it at the end of nusoap.php document. Here is what you want to grab:
nusoap_client extends nusoap_base {
all the crap in here
incl functions aka THE WHOLE CLASS EXTENDSION
}
I am ONLY working with LEADS. email me if you want the source. I may post it. Gotta find time.
good luck.
--Nahtass |
|
| Back to top |
|
| |