Reply to Re: Problem in Windows Server

Re: Problem in Windows Server new!
by colin, 9 years, 11 months ago
In the class code, can you remove this chunk of code, and try again?
if(strtolower(substr(PHP_OS, 0, 3)) === 'win') {
  if (substr($server_path, -1, 1) != '\\') $server_path = $server_path . '\\';
} else {
  if (substr($server_path, -1, 1) != '/') $server_path = $server_path . '/';
}
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important