• Hi Sir/Madam.

    We have used contact form to send someone and found that the contact form message was not we wanted as follows,

    Your message was sent successfully. Thanks.

    Can change to Your message was sent successfully. Thank you.

    Another is the errors below that we not understood why those coding errors appeared when we selected Media Library at WordPress.

    Warning: explode() expects parameter 2 to be string, array given in /home/evergold/public_html/wp-includes/query.php on line 2390

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Warning: in_array() expects parameter 2 to be array, null given in /home/evergold/public_html/wp-includes/query.php on line 2399

    Please help us to solve 2 problems soonest. You may included procedures to solve this problem.

    Thank you.
    UserA1Biz

Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t know the options in the plugin “Contact Form”, but for Contact Form 7 you may change all the messages for each form you create.

    The “errors” you quote are not errors, just warnings form PHP. No errors or warnings should be displayed in the browser on a production site. The php.ini setting should be:

    display_errors = Off

    The warnings you see are probably caused by a plugin. Deactivate all plugins, then activate one by one and test in between. When the plugin that creates the warnings is detected, contact the plugin author and ask for a fix.

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Knut Sparhell.

    For those, you mentioned was not an errors and is warning message…. We don’t installed anything for WordPress as we are just uploaded files onto. When select Media Library, it shows lots of messages following another. What should we do in order not to have the messages?

    Actually, for the Contact Form, yes, we installed plugin Contact Form 7 onto WordPress and wanted to change the message. This mean, someone visit the website, it shows enquiry form for example, they will start to fill up and send to the person that enquiry or company. Message send should have this
    Your message was sent successfully. Thank you.
    and not
    Your message was sent successfully. Thanks.

    Thank you.
    UserA1Biz

    I repeat and clarify: For Contact Form 7, edit the contact form, look at the bottom of the page, click to expand the messages section, edit the maeesages and save it.

    For the errors, I repeat:
    1. Disable plugins until you find the offending one
    2. Edit php.ini to disable displaying warnings on your site, except when debugging something (use a Debug plugin for that)

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Sir/Madam.

    We have done the changing of contact form message.

    For the warning messages, it does not have plugin…. it just a Media Library at WordPress section.

    Regards
    UserA1Biz

    I repeat myself: The warnings you see are probably caused by a plugin. Deactivate all plugins, then activate one by one and test this out by using Media Library.

    If deactivating all plugins doesn’t help, try using the default theme “Twenty Ten”. If this helps, your current theme is causing them.

    WordPress 3.2.1 alone (no active plugins, default theme) does not produce warning messages when using Media Library. Therefore, these warning are produced (caused) by something you have added to your WordPress installation.

    Thread Starter UserA1Biz

    (@usera1biz)

    Hi Sir/Madam.

    Thanks for your reply.

    Regards
    UserA1Biz

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Contact Form Message’ is closed to new replies.