Hi, I just installed thefox and I'm getting error messages. Yes, it's something with permissions so it's on the server side but I have so many WPs running smoothly along with complex themes on this server - so something has to be special about the theme, too...
Do you have a hint for a solution? Thanks, Aaron
Error messages:
Permission denied in /www/htdocs/.../wp-content/themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php on line 131
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/.../wp-content/themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:131) in/www/htdocs/.../wp-includes/option.php on line 772
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00e9c9b/.../themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:131) in/www/htdocs/.../wp-includes/option.php on line 773
Thanks for the quick reply! I tried changing permissions to 757 on all of the folders/subfolders mensioned in the error path. Still getting the message. I also tried setting the filesystem.php to 777 but no difference. Could you specify what permissions the redux needs on which folder levels? should I also change permissions to all included files? Thank you!
Warning: mkdir() [function.mkdir]: Permission denied in /www/htdocs/.../wp-content/themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php on line 131
Hi, I just installed thefox and I'm getting error messages. Yes, it's something with permissions so it's on the server side but I have so many WPs running smoothly along with complex themes on this server - so something has to be special about the theme, too...
Do you have a hint for a solution?
Thanks, Aaron
Error messages:
Permission denied in /www/htdocs/.../wp-content/themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php on line 131
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/.../wp-content/themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:131) in/www/htdocs/.../wp-includes/option.php on line 772
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00e9c9b/.../themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php:131) in/www/htdocs/.../wp-includes/option.php on line 773
What\'s in the option.php in line 772 and 773? This:
setcookie( \'wp-settings-\' . $user_id, $settings, time() + YEAR_IN_SECONDS, SITECOOKIEPATH, null, $secure );
setcookie( \'wp-settings-time-\' . $user_id, time(), time() + YEAR_IN_SECONDS, SITECOOKIEPATH, null, $secure );
Hello Aaron, thanks for purchasing TheFox!
This is a problem with the redux framework, if you change your folder permission 775 to 757 it should be working
hope this fix the problems.
Regards,
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thanks for the quick reply! I tried changing permissions to 757 on all of the folders/subfolders mensioned in the error path. Still getting the message. I also tried setting the filesystem.php to 777 but no difference. Could you specify what permissions the redux needs on which folder levels? should I also change permissions to all included files? Thank you!
Warning: mkdir() [function.mkdir]: Permission denied in /www/htdocs/.../wp-content/themes/TheFox/admin/redux-framework/ReduxCore/inc/class.redux_filesystem.php on line 131
try to go to your wp-content/uploads folder and create a new folder named redux
And then change the folder permission.
I think it should fix the problem.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Yes, this solved it! Thank you very much!
..works standard with chmod 755 by the way...
Glad to hear that!
Thanks for the information
Do not hesitate to contact us if you have other questions, problems.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
<!-- replace the following code in the page it will get solved from cegonsoft -->
' . sprintf( __( 'We were unable to modify required files. Please check your permissions, or modify your wp-config.php file to contain your FTP login credentials as outlined here.', 'redux-framework' ), 'https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants' ),
' . sprintf( __( 'We were unable to modify required files. Please ensure that
%1s
has the proper read-write permissions, or modify your wp-config.php file to contain your FTP login credentials as outlined here.', 'redux-framework' ), Redux_Helpers::cleanFilePath( trailingslashit( WP_CONTENT_DIR ) ) . '/uploads/', 'https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants' );' . sprintf( __( 'We were unable to modify required files. Please ensure that
%1s
has the proper read-write permissions, or modify your wp-config.php file to contain your FTP login credentials as outlined here.', 'redux-framework' ), Redux_Helpers::cleanFilePath( trailingslashit( WP_CONTENT_DIR ) ) . '/uploads/', 'https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants' ),