Title: Errors occurring on new install
Last modified: September 1, 2016

---

# Errors occurring on new install

 *  Resolved [leefuller](https://wordpress.org/support/users/leefuller/)
 * (@leefuller)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/errors-occurring-on-new-install/)
 * I’ve installed and activated the plugin via WordPress plugins. Created a new 
   page called “Login”. Placed the following as the only text in the page “[login
   redirect=”/brat-search/”], then published the page. (The “/brat-search/” page
   works normally already.)
 * When I view the login page, I’m seeing these errors at the top of the form and
   the form is clearly not being styled:
 *     ```
       Notice: Undefined variable: StylesString in /sites/alpha-brats/wp-content/plugins/front-end-only-users/Functions/EWD_FEUP_Styling.php on line 11
   
       Notice: Undefined index: Payment_Required in /sites/alpha-brats/wp-content/plugins/front-end-only-users/Shortcodes/Insert_Login_Form.php on line 60
       ```
   
 * If I continue to login, I am logged in, but not redirected.
 * On the Admin page of the plugin – there are even more errors at the top of the
   page.
 * Something is clearly not right.
 * [https://wordpress.org/plugins/front-end-only-users/](https://wordpress.org/plugins/front-end-only-users/)

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

 *  Plugin Contributor [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/errors-occurring-on-new-install/#post-7473928)
 * Hi leefuller,
 * The shortcode to use is `redirect_page` rather than `redirect`. It might be the
   reason for which you are having trouble getting redirected properly.
 * Also, the string given assumes that the page you want to redirect your users 
   to is a parent page, i.e. [http://www.yourwebsite.com/brat-search](http://www.yourwebsite.com/brat-search).
   If it is, then you may keep the following String, if not, we may suggest you 
   to type in the full URL.
 * Here is an example of what should be written in your page:
    `[login redirect="
   www.etoilewebdesign.com"]`
 * We hope it helped you out. Let us know if you require additional help setting
   up your plugin!
 * Best regards,
 *  Thread Starter [leefuller](https://wordpress.org/support/users/leefuller/)
 * (@leefuller)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/errors-occurring-on-new-install/#post-7473929)
 * Great.. I’ll try that.
 * However, you did not address the errors I’m seeing. There are those, plus several
   that are appearing on top of the main admin screen for the plugin.
 *  Plugin Contributor [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * (@etoilewebdesign)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/errors-occurring-on-new-install/#post-7474072)
 * Hi Lee,
 * Thanks for bringing those notices to our attention. We’ll look into what’s causing
   them. If you turn debug mode off, the plugin should function correctly.
 * Also, just to correct the shortcode we gave as an example above. It should actually
   be:
 *     ```
       [login redirect_page="http://www.etoilewebdesign.com"]
       ```
   

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

The topic ‘Errors occurring on new install’ is closed to new replies.

 * ![](https://ps.w.org/front-end-only-users/assets/icon-128x128.png?rev=1805921)
 * [Front End Users](https://wordpress.org/plugins/front-end-only-users/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/front-end-only-users/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/front-end-only-users/)
 * [Active Topics](https://wordpress.org/support/plugin/front-end-only-users/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/front-end-only-users/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/front-end-only-users/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [etoilewebdesign](https://wordpress.org/support/users/etoilewebdesign/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/errors-occurring-on-new-install/#post-7474072)
 * Status: resolved