Support » Plugin: Contact Form Manager » [Plugin: XYZ Contact Form Manager] v1.2 triggers php errors

  • Resolved gazouteast

    (@gazouteast)


    WordPress 3.4.2
    XYZ Contact Form Manager 1.2
    Theme – CyberChimps iFeature Pro
    Plugin – vSlider 4.1.1

    As part of the above site build, we had XYZ Contact Form Manager 1.1 installed and running correctly. I ran the automatic upgrade for XYZ CFM 1.2 today and immediately started received half a dozen php error at the top of the screen, in both admin and public site. These pointed at undefined pages in the vSlider plugin.

    Only the XYZ CFM was upgraded to 1.2 (from 1.1) and nothing else had been changed on the site. Disabling the XYZ CFM 1.2 removed the errors. Using FTP to replace the XYZ CFM files back to 1.1 and reactivating the plugin did not regenerate the php errors.

    There is a conflict between XYZ Contact Form Manager v1.2 and the vSlider v4.1.1 plugin, that has been introduced in v1.2 of XYZ CFM.

    As the vSlider is a part of the paid-for iFeature Pro theme, we have had to disable and roll back the XYZ CFM to v1.1
    I am considering changing to Secure and Simple Contact Forms if the faults introduced in CFM 1.2 cannot be quickly rectified.

    http://wordpress.org/extend/plugins/contact-form-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author f1logic

    (@f1logic)

    Hi gazouteast

    It is not error from our plugin.

    We forgot to turn off error reporting in our plugin.
    Error reporting has been turned on during development to ensure that our plugin does not make any error.

    Since error reporting is on, it is showing errors from other plugins used by you.

    We shall turn off error reporting now. Thanks for letting us know.

    You can also do it from your end.

    Open the contact-form-manager.php file

    Find the following
    error_reporting(E_ALL);

    change it to

    error_reporting(0);

    Regards
    XYZScripts Team

    Thread Starter gazouteast

    (@gazouteast)

    Thanks guys, and dohhh (face slap) – I should have realised that’s what happened. Too many tasks and not enough time to think about any of them.

    Many thanks for the prompt response and action.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: XYZ Contact Form Manager] v1.2 triggers php errors’ is closed to new replies.