Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello Michael,

    The problem is in the trailing slash.

    Please replace the contents of the /wp-content/plugins/unyson/framework/helpers/class-fw-wp-filesystem.php file
    with this https://pastebin.com/UVwHfghs

    Also replace the fw_fix_path function in /wp-content/plugins/unyson/framework/bootstrap-helpers.php with this

    function fw_fix_path($path) {
    	return untrailingslashit( str_replace(array('//', '\\'), array('/', '/'), $path) );
    }

    And let us know if it helped.

    Plugin Author Unyson

    (@unyson)

    We released v2.0.1 which includes the fixes from previous comment.

    Thread Starter MichaelRise

    (@michaelrise)

    Hey,

    Thanks for help.
    I instal new Unyson – 2.0.1.
    Unfortunately, we still do not work.

    Alert – “Cannot create directory: Cannot create directory /www/login/www/mydomain.com/test/alfa/beta/demo/wp-content/tmp/fw-entension-download”

    I do not know where is the problem.

    For develop I use ‘Xampp’.
    I instal WordPress 4.0.1 and Unyson 2.0.1
    Unyson Extensions works, but 2 I can not download.
    – Visual Page Builder
    – Learning
    When I click download (Visual Page Builder or Learning) I have error:
    https://oi60.tinypic.com/fctxn9.jpg

    Plugin Author Unyson

    (@unyson)

    The problem may be in Windows, maybe it has path length limit.

    Please try to create a directory with long path, for e.g. /www/login/www/mydomain.com/test/alfa/beta/demo/wp-content/tmp/fw-entension-download/Unyson-PageBuilder-Extension-123456789/includes/fw-option-type-page-builder/includes/items-corrector/class-page-builder-items-corrector-row-container.php

    P.S. Here is the Unyson plugin with Page Builder extension

    Thread Starter MichaelRise

    (@michaelrise)

    Hey,

    Thanks.

    On the computer (windows) have advised myself somehow, but on the server (hosting) does not work and I still error:
    https://drive.google.com/file/d/0B50uGPEdp3kOcU0tczZnZDhuWWc/view?pli=1

    Plugin Author Unyson

    (@unyson)

    This code (line:99) returns false, we need to find out why.

    We will find the solution faster, if you will help us understand how to reproduce this problem? (Because on our side everything works well).

    Thread Starter MichaelRise

    (@michaelrise)

    Hey,

    I instal Unyson 2.1.1
    I have new alert:
    https://drive.google.com/file/d/0B50uGPEdp3kOUEFDU05Ka09jSlU/
    I found the error message in:
    unyson/framework/core/components/extensions/manager/class--fw-extensions-manager.php
    Line 1605

    My Host
    PHP Version – 5.3.28
    System – Linux hegemone 3.2.99

    Thanks for Your time.

    Plugin Author Unyson

    (@unyson)

    @michaelrise, Please check out this issue https://github.com/ThemeFuse/Unyson/issues/83#issuecomment-65893549

    I have new alert

    This is the same alert, we just update the error message in v2.1.1

    P.S. We still have not enough information how this error happens on your side and how to reproduce it on our side.

    im getting exactly the same error as well, nothing fixes it including uploading the framework plugin that was directly downloaded from github as a zip

    Downloading the “Shortcodes” extension…

    Cannot create temporary directory: /clientdata/apache-www/b/a/XXXX/www/wp-content/plugins/unyson/tmp

    Plugin Author Unyson

    (@unyson)

    Fixed in 2.1.6

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Unyson Extensions – Cannot create directiory’ is closed to new replies.