Looks like you can no longer specify the capability level in add_menu_page()
using an integer (docs).
add_menu_page(__('Click & Pledge'),'Click & Pledge', 8,'cnpcf_formshelp', 'cnpcf_formshelp');
Replacing all occurrences of 8
with 'administrator'
in clickandpledge_form.php
resolved the error for me.
FYI, I used this plugin to help debug https://github.com/Rarst/wps