I have tried several times, uploading by ftp, removing and installing several times.
It doesnt work and i am not sure what to do next.
Of course i change the 777 chmod always.
Thanks for your help.
I have tried several times, uploading by ftp, removing and installing several times.
It doesnt work and i am not sure what to do next.
Of course i change the 777 chmod always.
Thanks for your help.
I see you've tried the standard ways. Problem is not getting the actual error, hard to pinpoint then.
If you are conformable with editing a WordPress file. Add
define('WP_DEBUG',true);
to wp-config.php. You can add it after
* @package WordPress
*/
define('WP_DEBUG',true); //goes here
Make sure there is no //, */ or /* before the define statement.
Now when you activate you should get an error message.
If you do it would be very helpfull if you post it here.
@darkpollo, what are the errors in your web server error log?
Hi Frederick
We solved this by email several months ago.
I sent you an email with the problem.
Thanks
Can I see the solution that you guys worked out? I am having the same issue... and sadly I cannot access your email.
@darkpollo, what's your email address?
Hi, my email is darkpollo at planetahuevo dot es
And this is the one i sent you with the solution.
This worked for me, not sure if this will work for others.
"Hi Frederick,
i managed to install it.
The problem were two, first, if you install it without uploading, just
from the WP admin site, it does not work (not sure why).
Also, my wp-config was 444 for seurity reasons, so it needs to be 644
to activate the plugin."
So, first, upload it manually using FTP.
Look the wp-config permissions to make sure it is writable before to install.
wow, i too could not activate plugin. so you think i should not try installing it through my wp dashboard? - i don't know how to upload manually using FTP, i am a novice ...
You must log in to post.