Title: Settings page errors
Last modified: August 31, 2016

---

# Settings page errors

 *  Resolved [sslaughter](https://wordpress.org/support/users/sslaughter/)
 * (@sslaughter)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/settings-page-errors/)
 * I just installed and activated the plugin.
 * On its settings page when I go to fill in the “Payment Page ID:” value the input
   boxis shifted to the far right and there is an error message inside it that says,
 * `<br /><b>Notice</b>: Undefined variable: x_login in <b>/vagrant_data/plugins/
   globe-gateway-e4/Globe Gateway e4.php</b> on line <b>217</b><br />`
 * Almost ever input field on the settings page displays the same error
 *     ```
       <td>
       	Live or Demo
       	<select name="live_demo" id="live_demo">
       	<option value="Live" <br="">
       Notice:  Undefined variable: live_demo in /vagrant_data/plugins/globe-gateway-e4/Globe Gateway e4.php on line 477
       >Live</option>
       	<option value="Demo" <br="">
       Notice:  Undefined variable: live_demo in /vagrant_data/plugins/globe-gateway-e4/Globe Gateway e4.php on line 478
       >Demo</option>
       	</select>
       	</td>
       ```
   
 * I am running my wordpress instance 4.5 inside a ‘Oracle VM VirtualBox’ virtual
   machine – but this is the only plugin that seems to have this problem.
 * [https://wordpress.org/plugins/globe-gateway-e4/](https://wordpress.org/plugins/globe-gateway-e4/)

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

 *  Plugin Author [DonnellC](https://wordpress.org/support/users/donnellc/)
 * (@donnellc)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/settings-page-errors/#post-7296848)
 * Good Morning sslaughter,
 * Your wp-config.php file on your server needs to be updated.
    Currently you have
   the debug module turned on.
 * To turn it off. You will need to open the wp-config.php file on your server and
   look for **`define('WP_DEBUG', true);`** and change it to **`define('WP_DEBUG',
   false);`**.
 * This will fix your issue.
 *  Thread Starter [sslaughter](https://wordpress.org/support/users/sslaughter/)
 * (@sslaughter)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/settings-page-errors/#post-7296855)
 * That did it. My wp-config had debug on for some reason. The Admins who set up
   the VM must have configured this way by default.
 *  Plugin Author [DonnellC](https://wordpress.org/support/users/donnellc/)
 * (@donnellc)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/settings-page-errors/#post-7296859)
 * Anytime. Let know how everything works out for you.

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

The topic ‘Settings page errors’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/globe-gateway-e4_fff2d0.svg)
 * [Global Gateway e4 | Payeezy Gateway |](https://wordpress.org/plugins/globe-gateway-e4/)
 * [Support Threads](https://wordpress.org/support/plugin/globe-gateway-e4/)
 * [Active Topics](https://wordpress.org/support/plugin/globe-gateway-e4/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/globe-gateway-e4/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/globe-gateway-e4/reviews/)

## Tags

 * [settings error](https://wordpress.org/support/topic-tag/settings-error/)
 * [undefined variable](https://wordpress.org/support/topic-tag/undefined-variable/)

 * 3 replies
 * 2 participants
 * Last reply from: [DonnellC](https://wordpress.org/support/users/donnellc/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/settings-page-errors/#post-7296859)
 * Status: resolved