-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Description
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 portand all other WP interactions with filesystem are ok.
Thanks in advance, Daniele.
Metadata
Metadata
Assignees
Labels
No labels