Skip to content

Sass Compiler warning: css problems on option panel #1922

@w3b-beweb

Description

@w3b-beweb

Debug info:

PHP Version: 5.3.10
Redux version: 3.3.9.27
Wordpress 4.1
Dev mode on/off
Redux embedded in my theme
2 php warnings

I have a filesystem problem with SASS compiler:

WARNING: wp-admin/includes/class-wp-filesystem-ftpext.php:150 - ftp_fput() expects parameter 1 to be resource, null given
require_once('wp-admin/admin-header.php'), do_action('admin_enqueue_scripts'), call_user_func_array, ReduxFramework->_enqueue, reduxSassCompiler::compile_sass, WP_Filesystem_FTPext->put_contents, ftp_fput

WARNING: wp-admin/includes/class-wp-filesystem-ftpext.php:213 - ftp_chmod() expects parameter 1 to be resource, null given
require_once('wp-admin/admin-header.php'), do_action('admin_enqueue_scripts'), call_user_func_array, ReduxFramework->_enqueue, reduxSassCompiler::compile_sass, WP_Filesystem_FTPext->put_contents, WP_Filesystem_FTPext->chmod, ftp_chmod 

as result, UserOpts-redux.css is missing in wp-content/uploads/redux

If it can be helpful I have already setted up those constants in my wp-config.php:

define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
define( 'FS_CHMOD_FILE', ( 0644 & ~ umask() ) );
define( 'WP_TEMP_DIR', ini_get('upload_tmp_dir'));

define('FTP_USER', 'xxxxxxxxxxx'); // Your FTP username
define('FTP_PASS', 'yyyyyyyyyyyyyyyyyyy'); // Your FTP password
define('FTP_HOST', 'zzzzzzzzzzzzzzzzz'); // Your FTP URL:Your FTP port

and all other WP interactions with filesystem are ok.

Thanks in advance, Daniele.

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