Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
avernis
Warning: Attempt to read property "supported_until" on string in
/home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line
109
Hi Skydesign
We eventually found a solution to this problem which worked on our site and might work for you.
Firstly, make sure your permissions are set as above (777 on the custom-styles.css file).
Secondly, add the following to your wp-config.php file (in the root):
define(‘FS_METHOD’, ‘direct’);
We suspect the issue has something to do with the default WordPress file system functions, and the way they are used by the Redux plugin used in this theme and it is not writing direct to the server.
I would also recommend removing this setting when you go live with your site because I don’t know what the security implications might be
Sean