• Resolved geebeede

    (@geebeede)


    Hello,

    I have this warning on the top of my page:

    Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home5/atandaco/public_html/wp-content/plugins/contact-form-manager/create-contact-form.php on line 7

    I use the XYZ contact form plugin. When I deactivate it the Warning is gone… It’s just that In really need the form on this site..
    and happened all of a sudden… it was all fine before and I haven’t change anything.

    How can I resolve this?
    Thanks a lot for any help!!

    URL is http://www.atanda.com.au

    Thanks a lot for any help!!

    https://wordpress.org/plugins/contact-form-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author f1logic

    (@f1logic)

    maybe your host has turned on safe_mode.
    please open ‘contact-form-manager/create-contact-form.php’

    go to line number 7 which is like given below
    set_time_limit(0);

    comment the line as given below
    //set_time_limit(0);

    save the file

Viewing 1 replies (of 1 total)

The topic ‘Warning: set_time_limit()’ is closed to new replies.