8000 Windows compatibility issue: plugin assumes existence of 'tmp' directory, fails if not present · Issue #21 · lepidus/fullJournalTransfer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 8000
Windows compatibility issue: plugin assumes existence of 'tmp' directory, fails if not present #21
Open
@mschomm

Description

@mschomm

The prior existence of a specific root level directory for temporary files is assumed by the code (/tmp for Linux-based systems). Running under Windows, if a (roughly equivalent) directory c:\tmp does not exist, export will fail with the following error message:

PHP Warning:  file_put_contents(/tmp/mda.xml): failed to open stream: No such file or directory in C:\Apache24\htdocs\mda\plugins\importexport\fullJournalTransfer\FullJournalImportExportPlugin.inc.php on line 249

A self-help quick fix for this is to create c:\tmp. But it might be generally preferrable to use sys_get_temp_dir() in line 223 of the above script instead of hard coding a path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0