I'm attempting to install the Click & Pledge plugin for Gravity forms on my WordPress site.
I got to this step in the manual and ran into a problem:
I didn't see a way to copy the file to that location, so instead I opened the gravityforms-cnp php script, and copied and pasted the code into the js.php file (replacing everything that was in that file.)
The Gravity Forms Click & Pledge plugin showed up in my plugins list, but when I tried to activate it, I got this message:
Fatal error: require(): Failed opening required '/home3/bicyclh2/public_html/wp-content/plugins/gravityforms/class.GFCnpPlugin.php' (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home3/bicyclh2/public_html/wp-content/plugins/gravityforms/js.php on line 63
Can anyone help me figure out what I'm doing wrong? Thanks!
I got to this step in the manual and ran into a problem:
- "Copy ‘gravityforms/js.php’ file into: <your host root>\wp-content\plugins\ gravityforms – (It will replace the ‘js.php’ file - you may want to create a copy of js.php before replacing it)"
I didn't see a way to copy the file to that location, so instead I opened the gravityforms-cnp php script, and copied and pasted the code into the js.php file (replacing everything that was in that file.)
The Gravity Forms Click & Pledge plugin showed up in my plugins list, but when I tried to activate it, I got this message:
Fatal error: require(): Failed opening required '/home3/bicyclh2/public_html/wp-content/plugins/gravityforms/class.GFCnpPlugin.php' (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home3/bicyclh2/public_html/wp-content/plugins/gravityforms/js.php on line 63
Can anyone help me figure out what I'm doing wrong? Thanks!
Comment