Title: PHP Warnings
Last modified: August 22, 2016

---

# PHP Warnings

 *  Resolved [Aranworld](https://wordpress.org/support/users/aranworld/)
 * (@aranworld)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-warnings-19/)
 * There are a few places in the Google Maps Ready code that trigger PHP warning
   messages due to the code’s use of undefined variables.
 * On line 3, you use WPLANG without checking if it is defined. It should have something
   like:
    `if (!defined('WPLANG')) {`
 * On line 146 of html.php you use the index ‘value’ without first checking if it
   exists.
 * On line 276 of html.php you use `$params['hideMethodInside']` without first checking
   it.
 * [https://wordpress.org/plugins/google-maps-ready/](https://wordpress.org/plugins/google-maps-ready/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [google-maps-plugin](https://wordpress.org/support/users/google-maps-plugin/)
 * (@google-maps-plugin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-warnings-19/#post-5531061)
 * Hello.
    Thank you for reporting, all issue will be fixed in owr next release,
   it should come tomorrow.

Viewing 1 replies (of 1 total)

The topic ‘PHP Warnings’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-maps-ready_a2bdc8.svg)
 * [Google Maps Ready!](https://wordpress.org/plugins/google-maps-ready/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-maps-ready/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-maps-ready/)
 * [Active Topics](https://wordpress.org/support/plugin/google-maps-ready/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-maps-ready/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-maps-ready/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [google-maps-plugin](https://wordpress.org/support/users/google-maps-plugin/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/php-warnings-19/#post-5531061)
 * Status: resolved