Discussion:
[PHP-INSTALL] php5.31 , apache 1.3, mantis 1.1.6 mysql 5.1
Yee, Alan
2010-03-19 17:22:04 UTC
Permalink
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
Nilesh Govindarajan
2010-03-20 02:09:55 UTC
Permalink
Post by Yee, Alan
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
### 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
Nilesh Govindarajan
2010-03-20 02:20:59 UTC
Permalink
Post by Yee, Alan
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
### 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
Loading...