Tagged: x
-
AuthorPosts
-
April 21, 2016 at 3:08 am #893230
ImakParticipantIn a moment i bring you the information necessary to access and see whats happening in the web
April 21, 2016 at 3:15 am #893234
ImakParticipantThis reply has been marked as private.April 21, 2016 at 10:39 am #893870
DarshanaModeratorHi there,
Thank you for the information provided. I have investigated couple of other users having the same issue and this issue probably caused by PHP running as the apache user (mod_php or CGI) rather than the user that owns your WordPress files (suPHP or FastCGI). You can ask your hosting provider to switch over to using suPHP or FastCGI would probably fix it.
However to bypass this issue, you can add your FTP credentials directly to your wp-config.php file.
define( 'FTP_USER', 'replace_this_text_with_ftp_username' ); define( 'FTP_PASS', 'replace_this_text_with_ftp_password' ); define( 'FTP_HOST', 'ftp.your-site.com:21' );You can add this before the following lines.
/* That’s all, stop editing! Happy blogging. */If you’re still having any issues, add the following code fragments also to set the correct file & directory permissions.
define('FS_CHMOD_FILE', 0755); define('FS_CHMOD_DIR', 0644);Let us know how it goes.
Thanks!April 22, 2016 at 3:36 am #894982
ImakParticipantThanks for the response, the code runs ok, but what do you recommend? i have to talk with my hosting provider to make the switch over or the code solution in wp-config is the correct way too? thanks
April 22, 2016 at 6:35 pm #896031
FriechModeratorLet us know how it goes.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-893230 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
