Title: [Plugin: WP Bannerize] PHP Fatal error
Last modified: August 20, 2016

---

# [Plugin: WP Bannerize] PHP Fatal error

 *  [Ayman](https://wordpress.org/support/users/aymanalzarrad/)
 * (@aymanalzarrad)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-bannerize-php-fatal-error/)
 * Hello,
 * I just noticed that the plugin is giving a PHP fatal error in the error log…
   
   This is the error that is giving:
 * `PHP Fatal error: Call to a member function bannerize() on a non-object in /home/
   mydomain/public_html/wp-content/plugins/wp-bannerize/Classes/wpBannerizeWidget.
   php on line 64`
 * I’m using version 3.0.62 with WordPress 3.4.1
 * Any way to solve this?
 * Thank you
 * [http://wordpress.org/extend/plugins/wp-bannerize/](http://wordpress.org/extend/plugins/wp-bannerize/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [mazza](https://wordpress.org/support/users/mazza/)
 * (@mazza)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-bannerize-php-fatal-error/#post-3062034)
 * me too, only wiht default browser of android 4.1 and dolphin hd
 *  [rpierin](https://wordpress.org/support/users/rpierin/)
 * (@rpierin)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-bannerize-php-fatal-error/#post-3062056)
 * The error log is giving
    PHP Fatal error: Call to a member function bannerize()
   on a non-object in /home/projseg/public_html/blog/wp-content/plugins/wp-bannerize/
   Classes/wpBannerizeWidget.php on line 64, referer: [http://blog/wp-admin/customize.php](http://blog/wp-admin/customize.php)
   I am using version 3.0.62 with WordPress 3.5.1
 *  [Rafael Tovar](https://wordpress.org/support/users/rafaeltovar/)
 * (@rafaeltovar)
 * [13 years ago](https://wordpress.org/support/topic/plugin-wp-bannerize-php-fatal-error/#post-3062066)
 * me too. In default browser of Android 4.2.2.
 * A temporal fix is add a change in the line 64 of wp-bannerize/Classes/wpBannerizeWidget.
   php
 *     ```
       function widget( $args, $instance ) {
           global $wpBannerizeFrontend;
           $new_args = array_merge( $args, $instance );
           if (isset($wpBannerizeFrontend)) // add this line
               echo $wpBannerizeFrontend->bannerize( $new_args );
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WP Bannerize] PHP Fatal error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-bannerize_a29ebf.svg)
 * [WP Bannerize](https://wordpress.org/plugins/wp-bannerize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-bannerize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-bannerize/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-bannerize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-bannerize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-bannerize/reviews/)

## Tags

 * [bannerize](https://wordpress.org/support/topic-tag/bannerize/)
 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)

 * 3 replies
 * 4 participants
 * Last reply from: [Rafael Tovar](https://wordpress.org/support/users/rafaeltovar/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/plugin-wp-bannerize-php-fatal-error/#post-3062066)
 * Status: not resolved