-
Hi,
Excellent work.
I am using nusoap lib as soap client. client call is as simple as:
```
$client = new \nusoap_client('http://wsdl_string"',true);
$param = array('param1' => value1,
'param…
-
index.php files are missing:
```
/libraries
/libraries/PDFMerger
/libraries/PDFMerger/fpdf
/libraries/PDFMerger/fpdf/doc
/libraries/PDFMerger/fpdf/font
/libraries/PDFMerger/fpdf/font/makefont
/librar…
-
Hi!
I'm trying to install the plugin on netbeans 7.4, but when I try to connect I get this error , I followed the instructions described here:
https://github.com/matthiasblaesing/netbeans-mantis-inte…
-
Hello,
I have:
Local machine 1 - Elastix
Local machine 2 - Ubuntu 12.04 with SugarCRM 6.5.16
When I run php asteriskLogger.php
I get this error:
HP Warning: fopen(): Filename cannot be empty in /…
-
ereg, eregi, ereg_replace are all deprecated in php 5.3. here's a patch that fixes the most visible errors. ( many other remain unfixed, but you can see the pattern used ).
diff --git a/htacce…
-
See my logs:
*******\* Asterisk Logger Starting [2014-03-27 11:22:07]**************
[Config Settings]
Sugar root set to [/var/www/crm/custom/modules/Asterisk/../../../]
PHP Notice: Undefined index:…
-
Apparently there is a problem with the admin user ( every other user with administration privileges seams to work fine).
In detail: the PDF Maker module stops with this error:
```
Fatal error: Class …
pac37 updated
10 years ago
-
Hello
I need to load and use nusoap class on some module ( for use on bank getaway ) , How I can load it ? ( http://sourceforge.net/projects/nusoap/ )
It doesn't work by :
```
require_once Pi::pat…
-
I am new to PHP/JS, new to NetBeans, fairly new to Mantis, have all working (except for NetBeans PHP debug) independent of each other and am experiencing the MantisIntegration problems listed in this …
-
While considering implementing a web service based on Yii, I came across lots of people having the same problem: CWdslGenerator has RPC/encoded style hardcoded, and doesn't suppot Document/literal (on…