Results 1 to 2 of 2

Thread: Redirecting first time register

  1. #1
    Thread Starter
    drew1204's Avatar
    Join Date
    Oct 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Redirecting first time register

    Hi,

    I followed the steps here: http://forums.appthemes.com/redirect...n-8324/page-2/ and redirected the users to a welcome page.

    Here is how I have it set:

    // Show registation form
    function app_show_registration() {
    global $posted;

    if ( isset($_POST['register']) && $_POST['register'] ) {

    // redirect to ad creation page once they are registered
    $result = app_process_register_form(decants.org/welcome);

    $errors = $result['errors'];
    $posted = $result['posted'];


    This is the warning that users are getting:


    Warning: Division by zero in /home/drew1204/public_html/decants.org/wp-content/themes/classipress/includes/theme-login.php on line 112

    Warning: Cannot modify header information - headers already sent by (output started at /home/drew1204/public_html/decants.org/wp-content/themes/classipress/includes/theme-login.php:112) in /home/drew1204/public_html/decants.org/wp-includes/pluggable.php on line 680

    Warning: Cannot modify header information - headers already sent by (output started at /home/drew1204/public_html/decants.org/wp-content/themes/classipress/includes/theme-login.php:112) in /home/drew1204/public_html/decants.org/wp-includes/pluggable.php on line 681

    Warning: Cannot modify header information - headers already sent by (output started at /home/drew1204/public_html/decants.org/wp-content/themes/classipress/includes/theme-login.php:112) in /home/drew1204/public_html/decants.org/wp-includes/pluggable.php on line 682

    Warning: Cannot modify header information - headers already sent by (output started at /home/drew1204/public_html/decants.org/wp-content/themes/classipress/includes/theme-login.php:112) in /home/drew1204/public_html/decants.org/wp-includes/pluggable.php on line 881


    Thanks for your help!

  2. #2
    Veteran ajamm's Avatar
    Join Date
    Nov 2011
    Location
    New Zealand
    Posts
    309
    Thanks
    26
    Thanked 32 Times in 29 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Server time different from real time.
    By aj270303 in forum ClassiPress General Discussion
    Replies: 8
    Last Post: June 21st, 2012, 12:56 PM
  2. Misconfiguration between WP time and Classipress time
    By einstein in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: June 21st, 2012, 11:24 AM
  3. Latest Jobs / Full Time / Part Time?
    By jeffadams in forum Report JobRoller Bugs
    Replies: 3
    Last Post: June 3rd, 2011, 03:33 AM
  4. [MOD NEEDED] Add custom buttons to 'latest jobs' 'full time' 'part time' 'temporary' on the header
    By jonduckett in forum JobRoller General Discussion
    Replies: 2
    Last Post: April 10th, 2011, 02:46 PM