Viewing 15 replies - 1 through 15 (of 16 total)
  • I have exactly the same issue.

    Not working.

    Fatal error: Call to undefined function wpcf7_add_shortcode()

    Seems phone module can’t access wpcf7_add_shortcode function. Have you installed CF7 and working correctly…?

    Plugin Author Gabriel Reguly

    (@gabriel-reguly)

    biswajeet has made the correct question, CF7 must be installed and activated.

    I’ll make a fix to alert users of it.


    Oddly I did not received any email about these comments, I wonder if it is something that I should configure somewhere.

    Thread Starter popwireless

    (@popwireless)

    Contact Form 7 is installed. Also using Contact Form 7 Honeypot plugin. I wrote the forum post before I noticed that the error message kept returning regardless of the blog address checked. I actually had to go to my on-line file manager and delete the plugin directory to regain control.

    Thread Starter popwireless

    (@popwireless)

    CF7 appears to be working OK.

    What do the directory permissions need to be to write to the file you are writing to? I’m at a cPanel host and some things are a little different here. Are you adjusting permission to write.

    Plugin Author Gabriel Reguly

    (@gabriel-reguly)

    @popwireless I think cPanel should not be an issue, my hosting also uses it, and Contact Form 7 Phone Module 1.0 just works (at least for me.)

    Version 1.0.1 was a bad fix, as it does not properly show the warning message. So please bear with me while I learn how to code it properly.

    Regarding your issue,

    error message kept returning regardless of the blog address checked

    Sorry but I don’t understand you, Contact Form 7 Phone Module has no blog address to be checked.

    Plugin Author Gabriel Reguly

    (@gabriel-reguly)

    Now I can reproduce the error.

    My testing environment is a multisite install and code just worked there.

    For a regular install it shows the error, since the plugin is new and I have some pressing matters, I shall fix it only next week.

    Thread Starter popwireless

    (@popwireless)

    Cool. Software! Gotta love it.

    What I meant in the second part of the message was:

    AFter the error screen display, i was unable to use the site. A fatal error regarding the plugin kept appearing. In order to take control of the site afain I had to delete the plugin directory. This sitation could be devastating to some users on hosts with no FTP – like my customer on <blank>. The situation would be bounced back and forth with the host pointing the finger at the plugin developer while the site was down or they would tell you to login to WordPress to delete the plugin. Which I couldn’t do obviously.

    So anyone without FTP on a single WordPress site shouldn’t try this plugin just yet. I’m hoping to try it when the bug is fixed so don’t everyone give up.

    Thanks for the reply.

    @author

    With reference to the following code snippets from your plugin file:

    wpcf7_add_shortcodes( 'phone',  'wpcf7_phone_shortcode_handler', true );
    wpcf7_add_shortcodes( 'phone*', 'wpcf7_phone_shortcode_handler', true );

    You are trying to attach your shortcode_handler function with the standard contact form7 function which will not work as you might be expecting. For more info, please refer to WordPress Shortcode API

    So, how can be this working…?

    Plugin Author Gabriel Reguly

    (@gabriel-reguly)

    @biswajeet Thank you for the pointer, I’ll study it.

    Plugin Author Gabriel Reguly

    (@gabriel-reguly)

    @biswajeet

    After studying the documentation, I can’t understand your point.
    My code had an issue with it’s initialization method, now that is fixed and the error is gone.

    If you think I should use a different method to attach the shortcode handler, please tell me how.

    Hi with your latest release it seems that the field is displayed now but there is no validation notification error like CF7 native fields. Also it will be great if this plugin create a tag in the CF7 auto generate drop down tag list. I will check and notify if there arises any issues or tips on further smoothing…

    btw, This one will be the most useful extension for CF7.
    Thanks a lot!

    Plugin Author Gabriel Reguly

    (@gabriel-reguly)

    @biswajeet.

    Thanks for the catch, I have just missed to add the validation code.

    Now this is fixed, enjoy the new 1.0.4 version.

    Future version 1.1 will add the auto generate tag, most likely it also will add the option to edit the phone mask.

    Thread Starter popwireless

    (@popwireless)

    In this version only two numbers of a three number area code appear between the parentheses. It appears that the number is accepted but the paren is in the wrong place.

    Thread Starter popwireless

    (@popwireless)

    I tested the form. The phone number was NOT sent with the other items. The plugin does not work for me yet.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[Plugin: Contact Form 7 Phone Module] Fatal Error on Activation’ is closed to new replies.