[Plugin: Custom Contact Forms] Broken?
-
Getting the following error when activating:
Notice: Undefined index: page in /var/www/dfe/home/wp-content/plugins/custom-contact-forms/custom-contact-forms.php on line 90
Notice: Undefined property: CustomContactFormsAdmin::$getAdminOptionsName in /var/www/dfe/home/wp-content/plugins/custom-contact-forms/custom-contact-forms.php on line 62
The first error was simply solved: just edit the file as follows:
$GLOBALS['ccf_current_page'] = (isset($_GET['page'])) ? $_GET['page'] : '';But that other? I don’t have time to try to fix it on my own. Hope you can get this solved quickly: I really like the plugin when it works correctly.
The topic ‘[Plugin: Custom Contact Forms] Broken?’ is closed to new replies.