Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

smb not use settings in smb drivers options since pydio 7.x #1290

@Nanomani

Description

@Nanomani

smb not used option defined in "settings SMB drivers" since pydio 7.x.
this must be defined manually in smb.php line 33 and line 37

if (!defined('SMB4PHP_SMBCLIENT')) {
    define ('SMB4PHP_SMBCLIENT', 'your_path_to_smbclient');
}

if (!defined('SMB4PHP_SMBTMP')) {
    define ('SMB4PHP_SMBTMP', 'your_path_to_tmp_folder');
}

Tested with
Windows OS
Pydio 7.x to pydio 7.0.1
Apache 2.4.23 + FCGI
Php 5.6.27

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions