Title: Error
Last modified: March 2, 2021

---

# Error

 *  [asunb](https://wordpress.org/support/users/asunb/)
 * (@asunb)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/error-1486/)
 * I have got an error and cannot log in to my wp-admin portal. It gives me the 
   following error on the page –
 * ”
    Warning: Use of undefined constant WPLANG – assumed ‘WPLANG’ (this will throw
   an Error in a future version of PHP) in /home/customer/www/eziblank.com/public_html/
   wp-content/plugins/breezing-forms/BreezingFormsWidget.php on line 4
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/customer/www/eziblank.com/public_html/wp-content/plugins/breezing-forms/
   BreezingFormsWidget.php:4) in /home/customer/www/eziblank.com/public_html/wp-
   includes/pluggable.php on line 1296
 * Warning: Parameter 2 to wp_hide_post_Public::query_posts_join() expected to be
   a reference, value given in /home/customer/www/eziblank.com/public_html/wp-includes/
   class-wp-hook.php on line 287
 * “
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-1486%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [asunb](https://wordpress.org/support/users/asunb/)
 * (@asunb)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/error-1486/#post-14119884)
 * **BreezingFormsWidget.php on line 4**
    1 <?php 2 // no translations yet, let’s
   do it quick and dirty for now 3 $breezingforms_widget_description = ‘Display 
   a BreezingForms form’; 4 if( WPLANG == ‘de-DE’ ){ 5 $breezingforms_widget_description
   = ‘Zeige ein BreezingForms Formular’; 6 } ————————————————– **pluggable.php on
   line 1296** 1294 $x_redirect_by = apply_filters( ‘x_redirect_by’, $x_redirect_by,
   $status, $location ); 1295 if ( is_string( $x_redirect_by ) ) { 1296 header( “
   X-Redirect-By: $x_redirect_by” ); 1297 } ————————————————– **class-wp-hook.php
   on line 287** 284 if ( 0 == $the_[‘accepted_args’] ) { 285 $value = call_user_func(
   $the_[‘function’] ); 286 } elseif ( $the_[‘accepted_args’] >= $num_args ) { 287
   $value = call_user_func_array( $the_[‘function’], $args ); 288 } else { 289 $
   value = call_user_func_array( $the_[‘function’], array_slice( $args, 0, (int)
   $the_[‘accepted_args’] ) ); 290 }

Viewing 1 replies (of 1 total)

The topic ‘Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/breezing-forms_3a6dab.svg)
 * [Breezing Forms](https://wordpress.org/plugins/breezing-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/breezing-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/breezing-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/breezing-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breezing-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breezing-forms/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [asunb](https://wordpress.org/support/users/asunb/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/error-1486/#post-14119884)
 * Status: not resolved