Blakenic
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin for searching site with formStill looking for this.
Forum: Plugins
In reply to: Plugin for searching site with formPlease help me with this, do not have much experience with plugins at all.
Thank you.Forum: Fixing WordPress
In reply to: Mailing error | PHP is not functioningThanks for the response. Why does php mail function not work on a dedicated vps host that the host has not blocked anything on?
It is running Centos 6.
Thank you.Forum: Fixing WordPress
In reply to: Installing pluginsFixed:
To anyone else having this problem add this to the end of your wp-config.php file:define( ‘FTP_USER’, ‘username’ );
define( ‘FTP_PASS’, ‘password’ );
define( ‘FTP_HOST’, ‘ftp.example.org:21’ );
define(‘FS_METHOD’, ‘direct’);(fill in the FTP details with yours)
then chmod 755 to the wp-content directory using this command:
chmod -R 777 /dir1/dir2/dir3/wordpress/wp-content/Forum: Fixing WordPress
In reply to: Installing pluginsThat allowed the FTP host to work now 🙂
However there is still an issue with allowing it to right.
http://i.imgur.com/9eSZ9pG.png
Also here is a screenshot that only the root is using it: http://i.imgur.com/jQ9tY3o.pngForum: Fixing WordPress
In reply to: Installing pluginsHow do I do that in CentOS? I think there is only the Root user as I have not made any other users.
Forum: Fixing WordPress
In reply to: Installing pluginsGave it 0755 permission to the wp-content and all it’s subdirectories I still get the same error “write to” message.
The thing you suggested adding to the file I already tried.