On second sight i have to commit some errors that occurred on different systems.
More often i wasn’t able to reach the login screen with your plugin being activated. To avoid conflicts with other plugins we’ve deactivated them… but still the same difficulties mentioned above. Unfortunately!
On an other installation the problem above did not occur, but instead the following warnings in the backend:
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wpcontrol/includes/admin/settings.php:1059) in /wp-includes/functions.php on line 6828
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wpcontrol/includes/admin/settings.php:1059) in /wp-admin/includes/misc.php on line 1310`
Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wpcontrol/includes/admin/settings.php:1059) in /wp-includes/pluggable.php on line 1355, 1358, 1355, 1358
To solve this just remove the closing PHP-tag ‘?>’ on line 1059 within your admin settings.php. 😉
Cheers!
PS: One more feature wish for future versions of ‘WPControl’:
– Remove the category base ‘/category’ from permalinks.
-
This reply was modified 2 years, 8 months ago by Christoqh.
Plugin Author
szub
(@szub)
Hi Christoqh,
I have issued a new version to fix the headers already sent error you were getting. I tried to replicate the Elementor issue but was unable to figure out what overlay you were seeing — is it possible for you to take a screenshot and upload a link of it here so I can see exactly what you are looking at?
I will definitely look into adding a setting to remove the category base — that’s a good idea!
As my first plugin on WordPress.org I am happy you are enjoying my plugin. Please let me know if there is anything I can improve, I would love to get your review to a 5 star rating.
Thanks,
Zain
Hey Zain,
thanks for your quick support!
The Elementor issue is not appearing any longer. Did you make any further changes to version 1.0.1 than the one reported?
Looking forward to following the development of your work!
Christoqh
Hi Zain, we have now realized a conflict with the active ‘Security’-setting of your ‘Rest-API’-option together with the usage of the popular plugin ‘Contact Form 7’. The forms of this plugin than only works for logged in users, which is not satisfying – of course. 😉
May be an updated information within the tool-tip will help users of your plugin!?
It is described here: https://contactform7.com/faq/rest-api-is-deactivated-on-my-site-can-i-use-contact-form-7/
-
This reply was modified 2 years, 6 months ago by Christoqh.