On 03/19/2010 10:52 PM, Yee, Alan wrote:
I got a problem on after I upgrade php5.2 to php5.31

Loadmodule php5_module “c:/php/php5apache.dll” does not work with mantis
bug tracking

I have to # it out.

AddModule mod_php5.c also does not work.

I # it out.

I have a web program to send feedback info on a “add to mantis “

After the php5.31 upgrade, that web software option feature stop working.

I trace it back to mantisconnect.php

I echo the codes to:

when troubleshooting the url link:

### RelationshipDataArray
$l_oServer->wsdl->addComplexType(
'RelationshipDataArray',
'complexType',
'array',
'',
'SOAP-ENC:Array',
array(),
array(array(
'ref' => 'SOAP-ENC:arrayType',
'wsdl:arrayType' => 'tns:RelationshipData[]'
)),
'tns:RelationshipData'
);

//print output
echo 'I can read to this part of the code?';
exit;

problem is here, doesn't do print output.

Any ideas is appreciated.

Alan


Are you sure the software which you're using supports PHP 5.3 ? I had a similar problem with drupal. Many modules weren't working properly, so I had to downgrade from 5.3 to 5.2

--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com

Reply via email to