• Made a custom simple form.
    In the form:
    WPISPConfig3::getField(’email’, ‘Epost:’, ‘text’, [‘container’ => ‘div’]);
    Got error message:
    Exception: Error invalid email
    Is there a syntax error or missing connection to ISPConfig?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter roygabrielsen

    (@roygabrielsen)

    Second: What functions to add under ISPConfig > System > Remote Users > Functions

    Plugin Author ole1986

    (@ole1986)

    ’email’ is not yet a valid type – you can use ‘text’ instead.

    I have selected the following under “Remote Users”

    * Server functions
    * Record permission changes
    * Client functions
    * Domaintool functions
    * Sites database functions
    * Sites Shell-User functions
    * Sites Domain functions

    Thread Starter roygabrielsen

    (@roygabrielsen)

    Still have the same error. You are using ’email’ all over..
    Using this line from sample php documents (ispconfig_register_client.php) into “ispconfig_register_custom.php”
    WPISPConfig3::getField(’email’, ‘e-Mail:’, ‘text’, [‘container’ => ‘div’]);

    Plugin Author ole1986

    (@ole1986)

    I will issue this on github to better track it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exception: Error invalid email’ is closed to new replies.