Hi Andreas!
1. Pls send here your:
* wp version
* plugin version
* wp lang/locale name (indonesian — this is which?)
* other wp plugins
2. As a workaround try to disable all other plugins and see if you can edit example test. Possibly some other plugin conflicts. We should find it and fix incompatibilities.
3. Btw, can you edit new tests?
when I try to activate the plugin it gives a fatal error. what should I do?
ikurtuldu, pls send here the text of this error.
Also which WP version do you have?
Eklenti etkinleştirilemedi, çünkü önlenemeyen bir hataya sebep oldu.
ikurtuldu, pls send here the text of this error.
Or screenshot (use gyazo.com), which it gives you. Also which other plugins do you have?
hmm.. it’s a “Plugin could not be activated because it triggered a fatal error.”
Which other plugins do you have? Can you try to disable them and try to activate this plugin then? May be it’s a conflict with other plugins?
I dont have any other plugins now.
Yes, I see. Im’ thinking what it could be.
Btw, can you create posts?
In the meantime — try to activate Akismet. Will it be activated?
After open your wp-config.php and change value of WP_DEBUG to true.
For example now it could be: define(WP_DEBUG, false);
Change it to define(WP_DEBUG, false);
After try to activate once more time — it should output some errors.
Now it says :
Strict Standards: Only variables should be passed by reference in C:\Documents and Settings\islam\Belgelerim\USBWebserver\root\pdr\wp-content\plugins\wp-testing\src\Facade.php on line 339
Lets’ disable those erorr and see if it helps.
1. Create file /wp-content/mu-plugins/errorreporting.php
2. Add there this:
<?php WP_DEBUG && ini_set('error_reporting', E_ALL & ~E_STRICT & ~E_DEPRECATED);
Then try to activate once more time. It should be activated or show another more usable error.