My previous environment is PHP5.2.8 IIS is mounted in ISAPI manner, and now I replaced PHP5.3.14 is iis+fastcgi way to mount, the result is tragic before this program can be run, but now can't run
function Kc_f_singleupload ($id, $path, $filetype =0, $count =1, $width =1000, $height =1000) {
Global $king;
$s. = "";
$s. =kc_icon (' A9 ', $king->lang->get (' System/common/singleupload ')). $king->lang->get (' system/common/ Singleupload ');
$s. = "";
$s. = "trim";
$s. = '
';
return $s;
}
Hint $s.= ""; error, please help to see what is going on, thank you ...
Reply to discussion (solution)
Is it related to the way PHP is loaded? I feel that it should be related to the configuration of PHP, you have to restore the original PHP configuration file to the present look
Just post your error message.
My previous environment is PHP5.2.8 IIS is mounted in ISAPI manner, and now I replaced PHP5.3.14 is iis+fastcgi way to mount, the result is tragic before this program can be run, but now can't run
function Kc_f_singleupload ($id, $path, $filetype =0, $count =1, $width =1000, $height =1000) {
Gl...... Thank you, the second floor of the eldest brother, indeed I put PHP5.2 configuration file, cover to PHP5.3 folder, the result is good, do not know where configuration is not the same, 5.3 of the configuration file has 70KB, results 5.2 of only 40kb,php can still run