Ticket #1408 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

PHP5 IIS file upload problem

Reported by: guest Owned by:
Priority: normal Milestone: 0.96
Component: Plugins Version: trunk
Severity: normal Keywords:
Cc:

Description

When running xinha under IIS using PHP 5.2.8 file uploads fail with an error saying bad permissions or file size exceeded. This is because the PHP is_file() function does not work on the temporary file used for file uploads "tmp_name". This is due to some IIS limitiation and AFAIK it will not be addressed by PHP developers.

Here is a patch that removes the dependency of is_file() for the xinha file/image manager.

Attachments

xinha.patch (1.1 kB) - added by guest 1 year ago.

Change History

Changed 1 year ago by guest

Changed 1 year ago by ray

  • status changed from new to closed
  • resolution set to fixed

rev [1171]: thanks

Note: See TracTickets for help on using tickets.