mhudson48
Forum Replies Created
-
Were on the pro version for some but will implement the pro on all of our sites totaling about 126
Yes it does cost $$$ the the return is worth the added SURP placement on Google
Regards,
Mike H
ACSForum: Plugins
In reply to: [BackUpWordPress] Your site root path isn't readablePlugin won’t load I have the correct PHP5.4 installed and the latest wordpress file
SOLVED The issue was in the .htaccess file The Addhandler was commented out with a # symbol Like finding a needle in a hay stack.
Incorrect code # Use PHP54CGI as default
#AddHandler fcgid54-script .phpCorrect Code # Use PHP54CGI as default
AddHandler fcgid54-script .phpAnd that’s it.
Forum: Plugins
In reply to: [BackUpWordPress] Your site root path isn't readableSolved I had a difficult site that kept giving the PATH ISN’T READABLE
you will need to tell it your path.
You will add this code to your wp-config.The code starts with the word define Look to add the line of code after the database entries. I’ll show you the example.
First most directories start with home or home4 as an example
You do not need to add /home4/thepian6/public_html/ Just add the following;
define( ‘HMBKP_ROOT’, ABSPATH . ‘/wp-content/plugins/’ );
It should now see the correct path There were other replies that mention wpdirectory and that is confusing email me if you still have problems
Forum: Plugins
In reply to: [BackUpWordPress] plugin not activated for latest version of wordpressMy installation will not install. I have PHP 5.4 and the latest version of WordPress. Please Help
mhudson48@gmail.com