If you get the above message when trying to open the settings page for the BackType Connect wordpress plugin here is the fix:
open admin.php and change line 11 from
add_submenu_page('options-general.php', 'BackType Connect', 'BackType Connect', 8, 'BackType Connect', 'btc_settings_submenu');
to
add_submenu_page('options-general.php', 'BackType Connect', 'BackType Connect', 8, 'BackType-Connect', 'btc_settings_submenu');
The open up admin-settings.php and change line(s) 4 & 16 from
<form method="post" action="options-general.php?page=BackType%20Connect">
to
<form method="post" action="options-general.php?page=BackType-Connect">
Worked for me 😉
Additional comments powered by BackType
This is all very new to me and this article really opened my eyes.Many thanks for sharing with us your wisdom.
Great , This solved it ! How simple was it to solve 😛 I was hell irritated , Sometimes Disqus also doesn’t show up backtype comments , Is this why ?
Correction : Disqus is working fine 🙂
Thanks! That was bugging me. No pun intended. 🙂